google-apis-dfareporting_v4 0.9.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e1140c6888e494bc69e53718b31810bcb32341e906dbe4fa1b225829db629fe
4
- data.tar.gz: 126a817ba118b4e46d948b7d6779c7ec953a2dddb5386f4b9f51450d42d3ea6b
3
+ metadata.gz: be60fccb468e73f0ffd70ea1cdbfe014c7fcd1820baf3a43ec43e9e16a016ac7
4
+ data.tar.gz: e3131550c6f081c4f5cd78192bc063f4f0be7d269b38b5d7def08da472018855
5
5
  SHA512:
6
- metadata.gz: 5f6f71f8a8bab94ccec0ff7101e35d00fb8ae7c01a39e6d0d972060042e587d6257adf0b7e9153c1f6d11787235e40925b716205df40cae149303fb689b54b8c
7
- data.tar.gz: bcdf7311f79ad9d82cb39bd15990b0b6ed907ea9cc1e904987c4fb5b348d7fc080c993cfc6c115701d0e5d27e6a3b2834b78a14e44ee8f45a2a0c87e0df55e36
6
+ metadata.gz: 51d17f0c88cd7065bd20f19d7f4e654d463f6d731d5adcaf273687bdba8efd0606da739ea51064b233537f9bb94e9629ffa6cbe1912dda81c554ff70175d89c0
7
+ data.tar.gz: 2583f39dd9c6e5af7cf6e849cf62b28b60139e01a170a44a06eed4565067068e563cd327168b83bc2570189c73d51c0acfe590fb3ed90c25f42ac99687259326
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dfareporting_v4
2
2
 
3
+ ### v0.10.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230726
6
+
3
7
  ### v0.9.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230425
@@ -313,7 +313,7 @@ module Google
313
313
  attr_accessor :account_permission_groups
314
314
 
315
315
  # Identifies what kind of resource this is. Value: the fixed string "
316
- # dfareporting#accountPermissionGroupsListResponse".
316
+ # dfareporting#accountPermissionGroupGroupsListResponse".
317
317
  # Corresponds to the JSON property `kind`
318
318
  # @return [String]
319
319
  attr_accessor :kind
@@ -2713,7 +2713,7 @@ module Google
2713
2713
  end
2714
2714
  end
2715
2715
 
2716
- # Organizes placements according to the contents of their associated webpages.
2716
+ #
2717
2717
  class ContentCategory
2718
2718
  include Google::Apis::Core::Hashable
2719
2719
 
@@ -2869,7 +2869,7 @@ module Google
2869
2869
  # @return [String]
2870
2870
  attr_accessor :ordinal
2871
2871
 
2872
- # The quantity of the conversion.
2872
+ # The quantity of the conversion. This is a required field.
2873
2873
  # Corresponds to the JSON property `quantity`
2874
2874
  # @return [Fixnum]
2875
2875
  attr_accessor :quantity
@@ -2893,7 +2893,7 @@ module Google
2893
2893
  # @return [Array<Google::Apis::DfareportingV4::UserIdentifier>]
2894
2894
  attr_accessor :user_identifiers
2895
2895
 
2896
- # The value of the conversion.
2896
+ # The value of the conversion. This is a required field.
2897
2897
  # Corresponds to the JSON property `value`
2898
2898
  # @return [Float]
2899
2899
  attr_accessor :value
@@ -3237,8 +3237,8 @@ module Google
3237
3237
  # @return [Array<Google::Apis::DfareportingV4::Size>]
3238
3238
  attr_accessor :additional_sizes
3239
3239
 
3240
- # Advertiser ID of this creative. This is a required field. Applicable to all
3241
- # creative types.
3240
+ # Required. Advertiser ID of this creative. This is a required field. Applicable
3241
+ # to all creative types.
3242
3242
  # Corresponds to the JSON property `advertiserId`
3243
3243
  # @return [Fixnum]
3244
3244
  attr_accessor :advertiser_id
@@ -3490,8 +3490,8 @@ module Google
3490
3490
  # @return [Float]
3491
3491
  attr_accessor :media_duration
3492
3492
 
3493
- # Name of the creative. This is a required field and must be less than 256
3494
- # characters long. Applicable to all creative types.
3493
+ # Required. Name of the creative. This must be less than 256 characters long.
3494
+ # Applicable to all creative types.
3495
3495
  # Corresponds to the JSON property `name`
3496
3496
  # @return [String]
3497
3497
  attr_accessor :name
@@ -3640,10 +3640,9 @@ module Google
3640
3640
  # @return [Fixnum]
3641
3641
  attr_accessor :total_file_size
3642
3642
 
3643
- # Type of this creative. This is a required field. Applicable to all creative
3644
- # types. *Note:* FLASH_INPAGE, HTML5_BANNER, and IMAGE are only used for
3645
- # existing creatives. New creatives should use DISPLAY as a replacement for
3646
- # these types.
3643
+ # Required. Type of this creative. Applicable to all creative types. *Note:*
3644
+ # FLASH_INPAGE, HTML5_BANNER, and IMAGE are only used for existing creatives.
3645
+ # New creatives should use DISPLAY as a replacement for these types.
3647
3646
  # Corresponds to the JSON property `type`
3648
3647
  # @return [String]
3649
3648
  attr_accessor :type
@@ -6791,8 +6790,7 @@ module Google
6791
6790
  attr_accessor :exposure_to_conversion_enabled
6792
6791
  alias_method :exposure_to_conversion_enabled?, :exposure_to_conversion_enabled
6793
6792
 
6794
- # Day that will be counted as the first day of the week in reports. This is a
6795
- # required field.
6793
+ #
6796
6794
  # Corresponds to the JSON property `firstDayOfWeek`
6797
6795
  # @return [String]
6798
6796
  attr_accessor :first_day_of_week
@@ -7169,7 +7167,7 @@ module Google
7169
7167
  # @return [Fixnum]
7170
7168
  attr_accessor :placement_strategy_id
7171
7169
 
7172
- # Pricing Information
7170
+ # Pricing of this inventory item.
7173
7171
  # Corresponds to the JSON property `pricing`
7174
7172
  # @return [Google::Apis::DfareportingV4::Pricing]
7175
7173
  attr_accessor :pricing
@@ -7762,7 +7760,7 @@ module Google
7762
7760
  class MeasurementPartnerAdvertiserLink
7763
7761
  include Google::Apis::Core::Hashable
7764
7762
 
7765
- # .
7763
+ # Status of the partner link.
7766
7764
  # Corresponds to the JSON property `linkStatus`
7767
7765
  # @return [String]
7768
7766
  attr_accessor :link_status
@@ -7772,7 +7770,7 @@ module Google
7772
7770
  # @return [String]
7773
7771
  attr_accessor :measurement_partner
7774
7772
 
7775
- # .
7773
+ # partner Advertiser Id.
7776
7774
  # Corresponds to the JSON property `partnerAdvertiserId`
7777
7775
  # @return [String]
7778
7776
  attr_accessor :partner_advertiser_id
@@ -7866,7 +7864,7 @@ module Google
7866
7864
  # @return [String]
7867
7865
  attr_accessor :kind
7868
7866
 
7869
- # The metric name, e.g. dfa:impressions
7867
+ # The metric name, e.g. impressions
7870
7868
  # Corresponds to the JSON property `name`
7871
7869
  # @return [String]
7872
7870
  attr_accessor :name
@@ -8683,158 +8681,6 @@ module Google
8683
8681
  end
8684
8682
  end
8685
8683
 
8686
- # Contains properties of a Planning order document.
8687
- class OrderDocument
8688
- include Google::Apis::Core::Hashable
8689
-
8690
- # Account ID of this order document.
8691
- # Corresponds to the JSON property `accountId`
8692
- # @return [Fixnum]
8693
- attr_accessor :account_id
8694
-
8695
- # Advertiser ID of this order document.
8696
- # Corresponds to the JSON property `advertiserId`
8697
- # @return [Fixnum]
8698
- attr_accessor :advertiser_id
8699
-
8700
- # The amended order document ID of this order document. An order document can be
8701
- # created by optionally amending another order document so that the change
8702
- # history can be preserved.
8703
- # Corresponds to the JSON property `amendedOrderDocumentId`
8704
- # @return [Fixnum]
8705
- attr_accessor :amended_order_document_id
8706
-
8707
- # IDs of users who have approved this order document.
8708
- # Corresponds to the JSON property `approvedByUserProfileIds`
8709
- # @return [Array<Fixnum>]
8710
- attr_accessor :approved_by_user_profile_ids
8711
-
8712
- # Whether this order document is cancelled.
8713
- # Corresponds to the JSON property `cancelled`
8714
- # @return [Boolean]
8715
- attr_accessor :cancelled
8716
- alias_method :cancelled?, :cancelled
8717
-
8718
- # Modification timestamp.
8719
- # Corresponds to the JSON property `createdInfo`
8720
- # @return [Google::Apis::DfareportingV4::LastModifiedInfo]
8721
- attr_accessor :created_info
8722
-
8723
- #
8724
- # Corresponds to the JSON property `effectiveDate`
8725
- # @return [Date]
8726
- attr_accessor :effective_date
8727
-
8728
- # ID of this order document.
8729
- # Corresponds to the JSON property `id`
8730
- # @return [Fixnum]
8731
- attr_accessor :id
8732
-
8733
- # Identifies what kind of resource this is. Value: the fixed string "
8734
- # dfareporting#orderDocument".
8735
- # Corresponds to the JSON property `kind`
8736
- # @return [String]
8737
- attr_accessor :kind
8738
-
8739
- # List of email addresses that received the last sent document.
8740
- # Corresponds to the JSON property `lastSentRecipients`
8741
- # @return [Array<String>]
8742
- attr_accessor :last_sent_recipients
8743
-
8744
- #
8745
- # Corresponds to the JSON property `lastSentTime`
8746
- # @return [DateTime]
8747
- attr_accessor :last_sent_time
8748
-
8749
- # ID of the order from which this order document is created.
8750
- # Corresponds to the JSON property `orderId`
8751
- # @return [Fixnum]
8752
- attr_accessor :order_id
8753
-
8754
- # Project ID of this order document.
8755
- # Corresponds to the JSON property `projectId`
8756
- # @return [Fixnum]
8757
- attr_accessor :project_id
8758
-
8759
- # Whether this order document has been signed.
8760
- # Corresponds to the JSON property `signed`
8761
- # @return [Boolean]
8762
- attr_accessor :signed
8763
- alias_method :signed?, :signed
8764
-
8765
- # Subaccount ID of this order document.
8766
- # Corresponds to the JSON property `subaccountId`
8767
- # @return [Fixnum]
8768
- attr_accessor :subaccount_id
8769
-
8770
- # Title of this order document.
8771
- # Corresponds to the JSON property `title`
8772
- # @return [String]
8773
- attr_accessor :title
8774
-
8775
- # Type of this order document
8776
- # Corresponds to the JSON property `type`
8777
- # @return [String]
8778
- attr_accessor :type
8779
-
8780
- def initialize(**args)
8781
- update!(**args)
8782
- end
8783
-
8784
- # Update properties of this object
8785
- def update!(**args)
8786
- @account_id = args[:account_id] if args.key?(:account_id)
8787
- @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
8788
- @amended_order_document_id = args[:amended_order_document_id] if args.key?(:amended_order_document_id)
8789
- @approved_by_user_profile_ids = args[:approved_by_user_profile_ids] if args.key?(:approved_by_user_profile_ids)
8790
- @cancelled = args[:cancelled] if args.key?(:cancelled)
8791
- @created_info = args[:created_info] if args.key?(:created_info)
8792
- @effective_date = args[:effective_date] if args.key?(:effective_date)
8793
- @id = args[:id] if args.key?(:id)
8794
- @kind = args[:kind] if args.key?(:kind)
8795
- @last_sent_recipients = args[:last_sent_recipients] if args.key?(:last_sent_recipients)
8796
- @last_sent_time = args[:last_sent_time] if args.key?(:last_sent_time)
8797
- @order_id = args[:order_id] if args.key?(:order_id)
8798
- @project_id = args[:project_id] if args.key?(:project_id)
8799
- @signed = args[:signed] if args.key?(:signed)
8800
- @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id)
8801
- @title = args[:title] if args.key?(:title)
8802
- @type = args[:type] if args.key?(:type)
8803
- end
8804
- end
8805
-
8806
- # Order document List Response
8807
- class OrderDocumentsListResponse
8808
- include Google::Apis::Core::Hashable
8809
-
8810
- # Identifies what kind of resource this is. Value: the fixed string "
8811
- # dfareporting#orderDocumentsListResponse".
8812
- # Corresponds to the JSON property `kind`
8813
- # @return [String]
8814
- attr_accessor :kind
8815
-
8816
- # Pagination token to be used for the next list operation.
8817
- # Corresponds to the JSON property `nextPageToken`
8818
- # @return [String]
8819
- attr_accessor :next_page_token
8820
-
8821
- # Order document collection
8822
- # Corresponds to the JSON property `orderDocuments`
8823
- # @return [Array<Google::Apis::DfareportingV4::OrderDocument>]
8824
- attr_accessor :order_documents
8825
-
8826
- def initialize(**args)
8827
- update!(**args)
8828
- end
8829
-
8830
- # Update properties of this object
8831
- def update!(**args)
8832
- @kind = args[:kind] if args.key?(:kind)
8833
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
8834
- @order_documents = args[:order_documents] if args.key?(:order_documents)
8835
- end
8836
- end
8837
-
8838
8684
  # Order List Response
8839
8685
  class OrdersListResponse
8840
8686
  include Google::Apis::Core::Hashable
@@ -9981,7 +9827,7 @@ module Google
9981
9827
  end
9982
9828
  end
9983
9829
 
9984
- # Pricing Information
9830
+ #
9985
9831
  class Pricing
9986
9832
  include Google::Apis::Core::Hashable
9987
9833
 
@@ -10116,7 +9962,7 @@ module Google
10116
9962
  # @return [String]
10117
9963
  attr_accessor :pricing_comment
10118
9964
 
10119
- # Rate or cost of this pricing period in nanos (i.e., multipled by 1000000000).
9965
+ # Rate or cost of this pricing period in nanos (i.e., multiplied by 1000000000).
10120
9966
  # Acceptable values are 0 to 1000000000000000000, inclusive.
10121
9967
  # Corresponds to the JSON property `rateOrCostNanos`
10122
9968
  # @return [Fixnum]
@@ -12444,7 +12290,7 @@ module Google
12444
12290
  # Contains properties of a targetable remarketing list. Remarketing enables you
12445
12291
  # to create lists of users who have performed specific actions on a site, then
12446
12292
  # target ads to members of those lists. This resource is a read-only view of a
12447
- # remarketing list to be used to faciliate targeting ads to specific lists.
12293
+ # remarketing list to be used to facilitate targeting ads to specific lists.
12448
12294
  # Remarketing lists that are owned by your advertisers and those that are shared
12449
12295
  # to your advertisers or account are accessible via this resource. To manage
12450
12296
  # remarketing lists that are owned by your advertisers, use the RemarketingLists
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DfareportingV4
18
18
  # Version of the google-apis-dfareporting_v4 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230425"
25
+ REVISION = "20230726"
26
26
  end
27
27
  end
28
28
  end
@@ -982,18 +982,6 @@ module Google
982
982
  include Google::Apis::Core::JsonObjectSupport
983
983
  end
984
984
 
985
- class OrderDocument
986
- class Representation < Google::Apis::Core::JsonRepresentation; end
987
-
988
- include Google::Apis::Core::JsonObjectSupport
989
- end
990
-
991
- class OrderDocumentsListResponse
992
- class Representation < Google::Apis::Core::JsonRepresentation; end
993
-
994
- include Google::Apis::Core::JsonObjectSupport
995
- end
996
-
997
985
  class OrdersListResponse
998
986
  class Representation < Google::Apis::Core::JsonRepresentation; end
999
987
 
@@ -3667,42 +3655,6 @@ module Google
3667
3655
  end
3668
3656
  end
3669
3657
 
3670
- class OrderDocument
3671
- # @private
3672
- class Representation < Google::Apis::Core::JsonRepresentation
3673
- property :account_id, :numeric_string => true, as: 'accountId'
3674
- property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3675
- property :amended_order_document_id, :numeric_string => true, as: 'amendedOrderDocumentId'
3676
- collection :approved_by_user_profile_ids, as: 'approvedByUserProfileIds'
3677
- property :cancelled, as: 'cancelled'
3678
- property :created_info, as: 'createdInfo', class: Google::Apis::DfareportingV4::LastModifiedInfo, decorator: Google::Apis::DfareportingV4::LastModifiedInfo::Representation
3679
-
3680
- property :effective_date, as: 'effectiveDate', type: Date
3681
-
3682
- property :id, :numeric_string => true, as: 'id'
3683
- property :kind, as: 'kind'
3684
- collection :last_sent_recipients, as: 'lastSentRecipients'
3685
- property :last_sent_time, as: 'lastSentTime', type: DateTime
3686
-
3687
- property :order_id, :numeric_string => true, as: 'orderId'
3688
- property :project_id, :numeric_string => true, as: 'projectId'
3689
- property :signed, as: 'signed'
3690
- property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3691
- property :title, as: 'title'
3692
- property :type, as: 'type'
3693
- end
3694
- end
3695
-
3696
- class OrderDocumentsListResponse
3697
- # @private
3698
- class Representation < Google::Apis::Core::JsonRepresentation
3699
- property :kind, as: 'kind'
3700
- property :next_page_token, as: 'nextPageToken'
3701
- collection :order_documents, as: 'orderDocuments', class: Google::Apis::DfareportingV4::OrderDocument, decorator: Google::Apis::DfareportingV4::OrderDocument::Representation
3702
-
3703
- end
3704
- end
3705
-
3706
3658
  class OrdersListResponse
3707
3659
  # @private
3708
3660
  class Representation < Google::Apis::Core::JsonRepresentation