google-apis-dfareporting_v4 0.8.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: 3d25f97223667c912a5660bfdeb366464146384273fc3e5ee6c00cc84dcc4da3
4
- data.tar.gz: c7f13fbda12b3eb536d3b2dc9ffabfa7e47f1a8a486dbfef3f11197b48c1ffe6
3
+ metadata.gz: be60fccb468e73f0ffd70ea1cdbfe014c7fcd1820baf3a43ec43e9e16a016ac7
4
+ data.tar.gz: e3131550c6f081c4f5cd78192bc063f4f0be7d269b38b5d7def08da472018855
5
5
  SHA512:
6
- metadata.gz: 6e501671558162026b0b485114cd1d73e57c5735651a9d0a7aae67e0819666b6f02875f9e9115af762cd5cec3f264f0a9e37c2227461f9a991e61a78d7b470ce
7
- data.tar.gz: '08b2375a39480429d450a0ddaf1ae44f49d66c4e27c7542aa303a4eedca06e39a438291771d434b1b50144d9bab9b9ec069aee43cc10013162fd58e740a7adc8'
6
+ metadata.gz: 51d17f0c88cd7065bd20f19d7f4e654d463f6d731d5adcaf273687bdba8efd0606da739ea51064b233537f9bb94e9629ffa6cbe1912dda81c554ff70175d89c0
7
+ data.tar.gz: 2583f39dd9c6e5af7cf6e849cf62b28b60139e01a170a44a06eed4565067068e563cd327168b83bc2570189c73d51c0acfe590fb3ed90c25f42ac99687259326
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.9.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230425
10
+
3
11
  ### v0.8.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230321
@@ -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
@@ -2887,7 +2887,13 @@ module Google
2887
2887
  attr_accessor :treatment_for_underage
2888
2888
  alias_method :treatment_for_underage?, :treatment_for_underage
2889
2889
 
2890
- # The value of the conversion.
2890
+ # The user identifiers to enhance the conversion. The maximum number of user
2891
+ # identifiers for each conversion is 5.
2892
+ # Corresponds to the JSON property `userIdentifiers`
2893
+ # @return [Array<Google::Apis::DfareportingV4::UserIdentifier>]
2894
+ attr_accessor :user_identifiers
2895
+
2896
+ # The value of the conversion. This is a required field.
2891
2897
  # Corresponds to the JSON property `value`
2892
2898
  # @return [Float]
2893
2899
  attr_accessor :value
@@ -2916,6 +2922,7 @@ module Google
2916
2922
  @quantity = args[:quantity] if args.key?(:quantity)
2917
2923
  @timestamp_micros = args[:timestamp_micros] if args.key?(:timestamp_micros)
2918
2924
  @treatment_for_underage = args[:treatment_for_underage] if args.key?(:treatment_for_underage)
2925
+ @user_identifiers = args[:user_identifiers] if args.key?(:user_identifiers)
2919
2926
  @value = args[:value] if args.key?(:value)
2920
2927
  end
2921
2928
  end
@@ -3230,8 +3237,8 @@ module Google
3230
3237
  # @return [Array<Google::Apis::DfareportingV4::Size>]
3231
3238
  attr_accessor :additional_sizes
3232
3239
 
3233
- # Advertiser ID of this creative. This is a required field. Applicable to all
3234
- # creative types.
3240
+ # Required. Advertiser ID of this creative. This is a required field. Applicable
3241
+ # to all creative types.
3235
3242
  # Corresponds to the JSON property `advertiserId`
3236
3243
  # @return [Fixnum]
3237
3244
  attr_accessor :advertiser_id
@@ -3483,8 +3490,8 @@ module Google
3483
3490
  # @return [Float]
3484
3491
  attr_accessor :media_duration
3485
3492
 
3486
- # Name of the creative. This is a required field and must be less than 256
3487
- # 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.
3488
3495
  # Corresponds to the JSON property `name`
3489
3496
  # @return [String]
3490
3497
  attr_accessor :name
@@ -3633,10 +3640,9 @@ module Google
3633
3640
  # @return [Fixnum]
3634
3641
  attr_accessor :total_file_size
3635
3642
 
3636
- # Type of this creative. This is a required field. Applicable to all creative
3637
- # types. *Note:* FLASH_INPAGE, HTML5_BANNER, and IMAGE are only used for
3638
- # existing creatives. New creatives should use DISPLAY as a replacement for
3639
- # 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.
3640
3646
  # Corresponds to the JSON property `type`
3641
3647
  # @return [String]
3642
3648
  attr_accessor :type
@@ -6784,8 +6790,7 @@ module Google
6784
6790
  attr_accessor :exposure_to_conversion_enabled
6785
6791
  alias_method :exposure_to_conversion_enabled?, :exposure_to_conversion_enabled
6786
6792
 
6787
- # Day that will be counted as the first day of the week in reports. This is a
6788
- # required field.
6793
+ #
6789
6794
  # Corresponds to the JSON property `firstDayOfWeek`
6790
6795
  # @return [String]
6791
6796
  attr_accessor :first_day_of_week
@@ -7162,7 +7167,7 @@ module Google
7162
7167
  # @return [Fixnum]
7163
7168
  attr_accessor :placement_strategy_id
7164
7169
 
7165
- # Pricing Information
7170
+ # Pricing of this inventory item.
7166
7171
  # Corresponds to the JSON property `pricing`
7167
7172
  # @return [Google::Apis::DfareportingV4::Pricing]
7168
7173
  attr_accessor :pricing
@@ -7755,7 +7760,7 @@ module Google
7755
7760
  class MeasurementPartnerAdvertiserLink
7756
7761
  include Google::Apis::Core::Hashable
7757
7762
 
7758
- # .
7763
+ # Status of the partner link.
7759
7764
  # Corresponds to the JSON property `linkStatus`
7760
7765
  # @return [String]
7761
7766
  attr_accessor :link_status
@@ -7765,7 +7770,7 @@ module Google
7765
7770
  # @return [String]
7766
7771
  attr_accessor :measurement_partner
7767
7772
 
7768
- # .
7773
+ # partner Advertiser Id.
7769
7774
  # Corresponds to the JSON property `partnerAdvertiserId`
7770
7775
  # @return [String]
7771
7776
  attr_accessor :partner_advertiser_id
@@ -7859,7 +7864,7 @@ module Google
7859
7864
  # @return [String]
7860
7865
  attr_accessor :kind
7861
7866
 
7862
- # The metric name, e.g. dfa:impressions
7867
+ # The metric name, e.g. impressions
7863
7868
  # Corresponds to the JSON property `name`
7864
7869
  # @return [String]
7865
7870
  attr_accessor :name
@@ -8202,6 +8207,64 @@ module Google
8202
8207
  end
8203
8208
  end
8204
8209
 
8210
+ # Identify a user by name and address.
8211
+ class OfflineUserAddressInfo
8212
+ include Google::Apis::Core::Hashable
8213
+
8214
+ # City of the address.
8215
+ # Corresponds to the JSON property `city`
8216
+ # @return [String]
8217
+ attr_accessor :city
8218
+
8219
+ # 2-letter country code in ISO-3166-1 alpha-2 of the user's address.
8220
+ # Corresponds to the JSON property `countryCode`
8221
+ # @return [String]
8222
+ attr_accessor :country_code
8223
+
8224
+ # First name of the user, which is hashed as SHA-256 after normalized (Lowercase
8225
+ # all characters; Remove any extra spaces before, after, and in between).
8226
+ # Corresponds to the JSON property `hashedFirstName`
8227
+ # @return [String]
8228
+ attr_accessor :hashed_first_name
8229
+
8230
+ # Last name of the user, which is hashed as SHA-256 after normalized (lower case
8231
+ # only and no punctuation).
8232
+ # Corresponds to the JSON property `hashedLastName`
8233
+ # @return [String]
8234
+ attr_accessor :hashed_last_name
8235
+
8236
+ # The street address of the user hashed using SHA-256 hash function after
8237
+ # normalization (lower case only).
8238
+ # Corresponds to the JSON property `hashedStreetAddress`
8239
+ # @return [String]
8240
+ attr_accessor :hashed_street_address
8241
+
8242
+ # Postal code of the user's address.
8243
+ # Corresponds to the JSON property `postalCode`
8244
+ # @return [String]
8245
+ attr_accessor :postal_code
8246
+
8247
+ # State code of the address.
8248
+ # Corresponds to the JSON property `state`
8249
+ # @return [String]
8250
+ attr_accessor :state
8251
+
8252
+ def initialize(**args)
8253
+ update!(**args)
8254
+ end
8255
+
8256
+ # Update properties of this object
8257
+ def update!(**args)
8258
+ @city = args[:city] if args.key?(:city)
8259
+ @country_code = args[:country_code] if args.key?(:country_code)
8260
+ @hashed_first_name = args[:hashed_first_name] if args.key?(:hashed_first_name)
8261
+ @hashed_last_name = args[:hashed_last_name] if args.key?(:hashed_last_name)
8262
+ @hashed_street_address = args[:hashed_street_address] if args.key?(:hashed_street_address)
8263
+ @postal_code = args[:postal_code] if args.key?(:postal_code)
8264
+ @state = args[:state] if args.key?(:state)
8265
+ end
8266
+ end
8267
+
8205
8268
  # Offset Position.
8206
8269
  class OffsetPosition
8207
8270
  include Google::Apis::Core::Hashable
@@ -8618,158 +8681,6 @@ module Google
8618
8681
  end
8619
8682
  end
8620
8683
 
8621
- # Contains properties of a Planning order document.
8622
- class OrderDocument
8623
- include Google::Apis::Core::Hashable
8624
-
8625
- # Account ID of this order document.
8626
- # Corresponds to the JSON property `accountId`
8627
- # @return [Fixnum]
8628
- attr_accessor :account_id
8629
-
8630
- # Advertiser ID of this order document.
8631
- # Corresponds to the JSON property `advertiserId`
8632
- # @return [Fixnum]
8633
- attr_accessor :advertiser_id
8634
-
8635
- # The amended order document ID of this order document. An order document can be
8636
- # created by optionally amending another order document so that the change
8637
- # history can be preserved.
8638
- # Corresponds to the JSON property `amendedOrderDocumentId`
8639
- # @return [Fixnum]
8640
- attr_accessor :amended_order_document_id
8641
-
8642
- # IDs of users who have approved this order document.
8643
- # Corresponds to the JSON property `approvedByUserProfileIds`
8644
- # @return [Array<Fixnum>]
8645
- attr_accessor :approved_by_user_profile_ids
8646
-
8647
- # Whether this order document is cancelled.
8648
- # Corresponds to the JSON property `cancelled`
8649
- # @return [Boolean]
8650
- attr_accessor :cancelled
8651
- alias_method :cancelled?, :cancelled
8652
-
8653
- # Modification timestamp.
8654
- # Corresponds to the JSON property `createdInfo`
8655
- # @return [Google::Apis::DfareportingV4::LastModifiedInfo]
8656
- attr_accessor :created_info
8657
-
8658
- #
8659
- # Corresponds to the JSON property `effectiveDate`
8660
- # @return [Date]
8661
- attr_accessor :effective_date
8662
-
8663
- # ID of this order document.
8664
- # Corresponds to the JSON property `id`
8665
- # @return [Fixnum]
8666
- attr_accessor :id
8667
-
8668
- # Identifies what kind of resource this is. Value: the fixed string "
8669
- # dfareporting#orderDocument".
8670
- # Corresponds to the JSON property `kind`
8671
- # @return [String]
8672
- attr_accessor :kind
8673
-
8674
- # List of email addresses that received the last sent document.
8675
- # Corresponds to the JSON property `lastSentRecipients`
8676
- # @return [Array<String>]
8677
- attr_accessor :last_sent_recipients
8678
-
8679
- #
8680
- # Corresponds to the JSON property `lastSentTime`
8681
- # @return [DateTime]
8682
- attr_accessor :last_sent_time
8683
-
8684
- # ID of the order from which this order document is created.
8685
- # Corresponds to the JSON property `orderId`
8686
- # @return [Fixnum]
8687
- attr_accessor :order_id
8688
-
8689
- # Project ID of this order document.
8690
- # Corresponds to the JSON property `projectId`
8691
- # @return [Fixnum]
8692
- attr_accessor :project_id
8693
-
8694
- # Whether this order document has been signed.
8695
- # Corresponds to the JSON property `signed`
8696
- # @return [Boolean]
8697
- attr_accessor :signed
8698
- alias_method :signed?, :signed
8699
-
8700
- # Subaccount ID of this order document.
8701
- # Corresponds to the JSON property `subaccountId`
8702
- # @return [Fixnum]
8703
- attr_accessor :subaccount_id
8704
-
8705
- # Title of this order document.
8706
- # Corresponds to the JSON property `title`
8707
- # @return [String]
8708
- attr_accessor :title
8709
-
8710
- # Type of this order document
8711
- # Corresponds to the JSON property `type`
8712
- # @return [String]
8713
- attr_accessor :type
8714
-
8715
- def initialize(**args)
8716
- update!(**args)
8717
- end
8718
-
8719
- # Update properties of this object
8720
- def update!(**args)
8721
- @account_id = args[:account_id] if args.key?(:account_id)
8722
- @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
8723
- @amended_order_document_id = args[:amended_order_document_id] if args.key?(:amended_order_document_id)
8724
- @approved_by_user_profile_ids = args[:approved_by_user_profile_ids] if args.key?(:approved_by_user_profile_ids)
8725
- @cancelled = args[:cancelled] if args.key?(:cancelled)
8726
- @created_info = args[:created_info] if args.key?(:created_info)
8727
- @effective_date = args[:effective_date] if args.key?(:effective_date)
8728
- @id = args[:id] if args.key?(:id)
8729
- @kind = args[:kind] if args.key?(:kind)
8730
- @last_sent_recipients = args[:last_sent_recipients] if args.key?(:last_sent_recipients)
8731
- @last_sent_time = args[:last_sent_time] if args.key?(:last_sent_time)
8732
- @order_id = args[:order_id] if args.key?(:order_id)
8733
- @project_id = args[:project_id] if args.key?(:project_id)
8734
- @signed = args[:signed] if args.key?(:signed)
8735
- @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id)
8736
- @title = args[:title] if args.key?(:title)
8737
- @type = args[:type] if args.key?(:type)
8738
- end
8739
- end
8740
-
8741
- # Order document List Response
8742
- class OrderDocumentsListResponse
8743
- include Google::Apis::Core::Hashable
8744
-
8745
- # Identifies what kind of resource this is. Value: the fixed string "
8746
- # dfareporting#orderDocumentsListResponse".
8747
- # Corresponds to the JSON property `kind`
8748
- # @return [String]
8749
- attr_accessor :kind
8750
-
8751
- # Pagination token to be used for the next list operation.
8752
- # Corresponds to the JSON property `nextPageToken`
8753
- # @return [String]
8754
- attr_accessor :next_page_token
8755
-
8756
- # Order document collection
8757
- # Corresponds to the JSON property `orderDocuments`
8758
- # @return [Array<Google::Apis::DfareportingV4::OrderDocument>]
8759
- attr_accessor :order_documents
8760
-
8761
- def initialize(**args)
8762
- update!(**args)
8763
- end
8764
-
8765
- # Update properties of this object
8766
- def update!(**args)
8767
- @kind = args[:kind] if args.key?(:kind)
8768
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
8769
- @order_documents = args[:order_documents] if args.key?(:order_documents)
8770
- end
8771
- end
8772
-
8773
8684
  # Order List Response
8774
8685
  class OrdersListResponse
8775
8686
  include Google::Apis::Core::Hashable
@@ -9916,7 +9827,7 @@ module Google
9916
9827
  end
9917
9828
  end
9918
9829
 
9919
- # Pricing Information
9830
+ #
9920
9831
  class Pricing
9921
9832
  include Google::Apis::Core::Hashable
9922
9833
 
@@ -10051,7 +9962,7 @@ module Google
10051
9962
  # @return [String]
10052
9963
  attr_accessor :pricing_comment
10053
9964
 
10054
- # 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).
10055
9966
  # Acceptable values are 0 to 1000000000000000000, inclusive.
10056
9967
  # Corresponds to the JSON property `rateOrCostNanos`
10057
9968
  # @return [Fixnum]
@@ -12379,7 +12290,7 @@ module Google
12379
12290
  # Contains properties of a targetable remarketing list. Remarketing enables you
12380
12291
  # to create lists of users who have performed specific actions on a site, then
12381
12292
  # target ads to members of those lists. This resource is a read-only view of a
12382
- # 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.
12383
12294
  # Remarketing lists that are owned by your advertisers and those that are shared
12384
12295
  # to your advertisers or account are accessible via this resource. To manage
12385
12296
  # remarketing lists that are owned by your advertisers, use the RemarketingLists
@@ -12842,6 +12753,38 @@ module Google
12842
12753
  end
12843
12754
  end
12844
12755
 
12756
+ # User identifying information. Exactly one type of identifier must be specified.
12757
+ class UserIdentifier
12758
+ include Google::Apis::Core::Hashable
12759
+
12760
+ # Identify a user by name and address.
12761
+ # Corresponds to the JSON property `addressInfo`
12762
+ # @return [Google::Apis::DfareportingV4::OfflineUserAddressInfo]
12763
+ attr_accessor :address_info
12764
+
12765
+ # Hashed email address using SHA-256 hash function after normalization.
12766
+ # Corresponds to the JSON property `hashedEmail`
12767
+ # @return [String]
12768
+ attr_accessor :hashed_email
12769
+
12770
+ # Hashed phone number using SHA-256 hash function after normalization (E164
12771
+ # standard).
12772
+ # Corresponds to the JSON property `hashedPhoneNumber`
12773
+ # @return [String]
12774
+ attr_accessor :hashed_phone_number
12775
+
12776
+ def initialize(**args)
12777
+ update!(**args)
12778
+ end
12779
+
12780
+ # Update properties of this object
12781
+ def update!(**args)
12782
+ @address_info = args[:address_info] if args.key?(:address_info)
12783
+ @hashed_email = args[:hashed_email] if args.key?(:hashed_email)
12784
+ @hashed_phone_number = args[:hashed_phone_number] if args.key?(:hashed_phone_number)
12785
+ end
12786
+ end
12787
+
12845
12788
  # A UserProfile resource lets you list all DFA user profiles that are associated
12846
12789
  # with a Google user account. The profile_id needs to be specified in other API
12847
12790
  # requests.
@@ -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.8.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 = "20230321"
25
+ REVISION = "20230726"
26
26
  end
27
27
  end
28
28
  end
@@ -922,6 +922,12 @@ module Google
922
922
  include Google::Apis::Core::JsonObjectSupport
923
923
  end
924
924
 
925
+ class OfflineUserAddressInfo
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
925
931
  class OffsetPosition
926
932
  class Representation < Google::Apis::Core::JsonRepresentation; end
927
933
 
@@ -976,18 +982,6 @@ module Google
976
982
  include Google::Apis::Core::JsonObjectSupport
977
983
  end
978
984
 
979
- class OrderDocument
980
- class Representation < Google::Apis::Core::JsonRepresentation; end
981
-
982
- include Google::Apis::Core::JsonObjectSupport
983
- end
984
-
985
- class OrderDocumentsListResponse
986
- class Representation < Google::Apis::Core::JsonRepresentation; end
987
-
988
- include Google::Apis::Core::JsonObjectSupport
989
- end
990
-
991
985
  class OrdersListResponse
992
986
  class Representation < Google::Apis::Core::JsonRepresentation; end
993
987
 
@@ -1444,6 +1438,12 @@ module Google
1444
1438
  include Google::Apis::Core::JsonObjectSupport
1445
1439
  end
1446
1440
 
1441
+ class UserIdentifier
1442
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1443
+
1444
+ include Google::Apis::Core::JsonObjectSupport
1445
+ end
1446
+
1447
1447
  class UserProfile
1448
1448
  class Representation < Google::Apis::Core::JsonRepresentation; end
1449
1449
 
@@ -2242,6 +2242,8 @@ module Google
2242
2242
  property :quantity, :numeric_string => true, as: 'quantity'
2243
2243
  property :timestamp_micros, :numeric_string => true, as: 'timestampMicros'
2244
2244
  property :treatment_for_underage, as: 'treatmentForUnderage'
2245
+ collection :user_identifiers, as: 'userIdentifiers', class: Google::Apis::DfareportingV4::UserIdentifier, decorator: Google::Apis::DfareportingV4::UserIdentifier::Representation
2246
+
2245
2247
  property :value, as: 'value'
2246
2248
  end
2247
2249
  end
@@ -3533,6 +3535,19 @@ module Google
3533
3535
  end
3534
3536
  end
3535
3537
 
3538
+ class OfflineUserAddressInfo
3539
+ # @private
3540
+ class Representation < Google::Apis::Core::JsonRepresentation
3541
+ property :city, as: 'city'
3542
+ property :country_code, as: 'countryCode'
3543
+ property :hashed_first_name, as: 'hashedFirstName'
3544
+ property :hashed_last_name, as: 'hashedLastName'
3545
+ property :hashed_street_address, as: 'hashedStreetAddress'
3546
+ property :postal_code, as: 'postalCode'
3547
+ property :state, as: 'state'
3548
+ end
3549
+ end
3550
+
3536
3551
  class OffsetPosition
3537
3552
  # @private
3538
3553
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3640,42 +3655,6 @@ module Google
3640
3655
  end
3641
3656
  end
3642
3657
 
3643
- class OrderDocument
3644
- # @private
3645
- class Representation < Google::Apis::Core::JsonRepresentation
3646
- property :account_id, :numeric_string => true, as: 'accountId'
3647
- property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3648
- property :amended_order_document_id, :numeric_string => true, as: 'amendedOrderDocumentId'
3649
- collection :approved_by_user_profile_ids, as: 'approvedByUserProfileIds'
3650
- property :cancelled, as: 'cancelled'
3651
- property :created_info, as: 'createdInfo', class: Google::Apis::DfareportingV4::LastModifiedInfo, decorator: Google::Apis::DfareportingV4::LastModifiedInfo::Representation
3652
-
3653
- property :effective_date, as: 'effectiveDate', type: Date
3654
-
3655
- property :id, :numeric_string => true, as: 'id'
3656
- property :kind, as: 'kind'
3657
- collection :last_sent_recipients, as: 'lastSentRecipients'
3658
- property :last_sent_time, as: 'lastSentTime', type: DateTime
3659
-
3660
- property :order_id, :numeric_string => true, as: 'orderId'
3661
- property :project_id, :numeric_string => true, as: 'projectId'
3662
- property :signed, as: 'signed'
3663
- property :subaccount_id, :numeric_string => true, as: 'subaccountId'
3664
- property :title, as: 'title'
3665
- property :type, as: 'type'
3666
- end
3667
- end
3668
-
3669
- class OrderDocumentsListResponse
3670
- # @private
3671
- class Representation < Google::Apis::Core::JsonRepresentation
3672
- property :kind, as: 'kind'
3673
- property :next_page_token, as: 'nextPageToken'
3674
- collection :order_documents, as: 'orderDocuments', class: Google::Apis::DfareportingV4::OrderDocument, decorator: Google::Apis::DfareportingV4::OrderDocument::Representation
3675
-
3676
- end
3677
- end
3678
-
3679
3658
  class OrdersListResponse
3680
3659
  # @private
3681
3660
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4748,6 +4727,16 @@ module Google
4748
4727
  end
4749
4728
  end
4750
4729
 
4730
+ class UserIdentifier
4731
+ # @private
4732
+ class Representation < Google::Apis::Core::JsonRepresentation
4733
+ property :address_info, as: 'addressInfo', class: Google::Apis::DfareportingV4::OfflineUserAddressInfo, decorator: Google::Apis::DfareportingV4::OfflineUserAddressInfo::Representation
4734
+
4735
+ property :hashed_email, as: 'hashedEmail'
4736
+ property :hashed_phone_number, as: 'hashedPhoneNumber'
4737
+ end
4738
+ end
4739
+
4751
4740
  class UserProfile
4752
4741
  # @private
4753
4742
  class Representation < Google::Apis::Core::JsonRepresentation