google-apis-dfareporting_v4 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,7 @@ module Google
44
44
  attr_accessor :quota_user
45
45
 
46
46
  def initialize
47
- super('https://dfareporting.googleapis.com/', '',
47
+ super('https://dfareporting.googleapis.com/', 'dfareporting/v4/',
48
48
  client_name: 'google-apis-dfareporting_v4',
49
49
  client_version: Google::Apis::DfareportingV4::GEM_VERSION)
50
50
  @batch_path = 'batch'
@@ -73,7 +73,7 @@ module Google
73
73
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
74
74
  # @raise [Google::Apis::AuthorizationError] Authorization is required
75
75
  def get_account_active_ad_summary(profile_id, summary_account_id, fields: nil, quota_user: nil, options: nil, &block)
76
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId}', options)
76
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId}', options)
77
77
  command.response_representation = Google::Apis::DfareportingV4::AccountActiveAdSummary::Representation
78
78
  command.response_class = Google::Apis::DfareportingV4::AccountActiveAdSummary
79
79
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -106,7 +106,7 @@ module Google
106
106
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
107
107
  # @raise [Google::Apis::AuthorizationError] Authorization is required
108
108
  def get_account_permission_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
109
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/accountPermissionGroups/{id}', options)
109
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissionGroups/{id}', options)
110
110
  command.response_representation = Google::Apis::DfareportingV4::AccountPermissionGroup::Representation
111
111
  command.response_class = Google::Apis::DfareportingV4::AccountPermissionGroup
112
112
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -137,7 +137,7 @@ module Google
137
137
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
138
138
  # @raise [Google::Apis::AuthorizationError] Authorization is required
139
139
  def list_account_permission_groups(profile_id, fields: nil, quota_user: nil, options: nil, &block)
140
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/accountPermissionGroups', options)
140
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissionGroups', options)
141
141
  command.response_representation = Google::Apis::DfareportingV4::AccountPermissionGroupsListResponse::Representation
142
142
  command.response_class = Google::Apis::DfareportingV4::AccountPermissionGroupsListResponse
143
143
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -169,7 +169,7 @@ module Google
169
169
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
170
170
  # @raise [Google::Apis::AuthorizationError] Authorization is required
171
171
  def get_account_permission(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
172
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/accountPermissions/{id}', options)
172
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissions/{id}', options)
173
173
  command.response_representation = Google::Apis::DfareportingV4::AccountPermission::Representation
174
174
  command.response_class = Google::Apis::DfareportingV4::AccountPermission
175
175
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -200,7 +200,7 @@ module Google
200
200
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
201
201
  # @raise [Google::Apis::AuthorizationError] Authorization is required
202
202
  def list_account_permissions(profile_id, fields: nil, quota_user: nil, options: nil, &block)
203
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/accountPermissions', options)
203
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissions', options)
204
204
  command.response_representation = Google::Apis::DfareportingV4::AccountPermissionsListResponse::Representation
205
205
  command.response_class = Google::Apis::DfareportingV4::AccountPermissionsListResponse
206
206
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -232,7 +232,7 @@ module Google
232
232
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
233
233
  # @raise [Google::Apis::AuthorizationError] Authorization is required
234
234
  def get_account_user_profile(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
235
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/accountUserProfiles/{id}', options)
235
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accountUserProfiles/{id}', options)
236
236
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
237
237
  command.response_class = Google::Apis::DfareportingV4::AccountUserProfile
238
238
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -264,7 +264,7 @@ module Google
264
264
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
265
265
  # @raise [Google::Apis::AuthorizationError] Authorization is required
266
266
  def insert_account_user_profile(profile_id, account_user_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
267
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/accountUserProfiles', options)
267
+ command = make_simple_command(:post, 'userprofiles/{profileId}/accountUserProfiles', options)
268
268
  command.request_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
269
269
  command.request_object = account_user_profile_object
270
270
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
@@ -321,7 +321,7 @@ module Google
321
321
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
322
322
  # @raise [Google::Apis::AuthorizationError] Authorization is required
323
323
  def list_account_user_profiles(profile_id, active: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, user_role_id: nil, fields: nil, quota_user: nil, options: nil, &block)
324
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/accountUserProfiles', options)
324
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accountUserProfiles', options)
325
325
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfilesListResponse::Representation
326
326
  command.response_class = Google::Apis::DfareportingV4::AccountUserProfilesListResponse
327
327
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -363,7 +363,7 @@ module Google
363
363
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
364
364
  # @raise [Google::Apis::AuthorizationError] Authorization is required
365
365
  def patch_account_user_profile(profile_id, id, account_user_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
366
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/accountUserProfiles', options)
366
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/accountUserProfiles', options)
367
367
  command.request_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
368
368
  command.request_object = account_user_profile_object
369
369
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
@@ -397,7 +397,7 @@ module Google
397
397
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
398
398
  # @raise [Google::Apis::AuthorizationError] Authorization is required
399
399
  def update_account_user_profile(profile_id, account_user_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
400
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/accountUserProfiles', options)
400
+ command = make_simple_command(:put, 'userprofiles/{profileId}/accountUserProfiles', options)
401
401
  command.request_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
402
402
  command.request_object = account_user_profile_object
403
403
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
@@ -431,7 +431,7 @@ module Google
431
431
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
432
432
  # @raise [Google::Apis::AuthorizationError] Authorization is required
433
433
  def get_account(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
434
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/accounts/{id}', options)
434
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accounts/{id}', options)
435
435
  command.response_representation = Google::Apis::DfareportingV4::Account::Representation
436
436
  command.response_class = Google::Apis::DfareportingV4::Account
437
437
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -482,7 +482,7 @@ module Google
482
482
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
483
483
  # @raise [Google::Apis::AuthorizationError] Authorization is required
484
484
  def list_accounts(profile_id, active: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
485
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/accounts', options)
485
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accounts', options)
486
486
  command.response_representation = Google::Apis::DfareportingV4::AccountsListResponse::Representation
487
487
  command.response_class = Google::Apis::DfareportingV4::AccountsListResponse
488
488
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -522,7 +522,7 @@ module Google
522
522
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
523
523
  # @raise [Google::Apis::AuthorizationError] Authorization is required
524
524
  def patch_account(profile_id, id, account_object = nil, fields: nil, quota_user: nil, options: nil, &block)
525
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/accounts', options)
525
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/accounts', options)
526
526
  command.request_representation = Google::Apis::DfareportingV4::Account::Representation
527
527
  command.request_object = account_object
528
528
  command.response_representation = Google::Apis::DfareportingV4::Account::Representation
@@ -556,7 +556,7 @@ module Google
556
556
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
557
557
  # @raise [Google::Apis::AuthorizationError] Authorization is required
558
558
  def update_account(profile_id, account_object = nil, fields: nil, quota_user: nil, options: nil, &block)
559
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/accounts', options)
559
+ command = make_simple_command(:put, 'userprofiles/{profileId}/accounts', options)
560
560
  command.request_representation = Google::Apis::DfareportingV4::Account::Representation
561
561
  command.request_object = account_object
562
562
  command.response_representation = Google::Apis::DfareportingV4::Account::Representation
@@ -590,7 +590,7 @@ module Google
590
590
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
591
591
  # @raise [Google::Apis::AuthorizationError] Authorization is required
592
592
  def get_ad(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
593
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/ads/{id}', options)
593
+ command = make_simple_command(:get, 'userprofiles/{profileId}/ads/{id}', options)
594
594
  command.response_representation = Google::Apis::DfareportingV4::Ad::Representation
595
595
  command.response_class = Google::Apis::DfareportingV4::Ad
596
596
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -622,7 +622,7 @@ module Google
622
622
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
623
623
  # @raise [Google::Apis::AuthorizationError] Authorization is required
624
624
  def insert_ad(profile_id, ad_object = nil, fields: nil, quota_user: nil, options: nil, &block)
625
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/ads', options)
625
+ command = make_simple_command(:post, 'userprofiles/{profileId}/ads', options)
626
626
  command.request_representation = Google::Apis::DfareportingV4::Ad::Representation
627
627
  command.request_object = ad_object
628
628
  command.response_representation = Google::Apis::DfareportingV4::Ad::Representation
@@ -712,7 +712,7 @@ module Google
712
712
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
713
713
  # @raise [Google::Apis::AuthorizationError] Authorization is required
714
714
  def list_ads(profile_id, active: nil, advertiser_id: nil, archived: nil, audience_segment_ids: nil, campaign_ids: nil, compatibility: nil, creative_ids: nil, creative_optimization_configuration_ids: nil, dynamic_click_tracker: nil, ids: nil, landing_page_ids: nil, max_results: nil, overridden_event_tag_id: nil, page_token: nil, placement_ids: nil, remarketing_list_ids: nil, search_string: nil, size_ids: nil, sort_field: nil, sort_order: nil, ssl_compliant: nil, ssl_required: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
715
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/ads', options)
715
+ command = make_simple_command(:get, 'userprofiles/{profileId}/ads', options)
716
716
  command.response_representation = Google::Apis::DfareportingV4::AdsListResponse::Representation
717
717
  command.response_class = Google::Apis::DfareportingV4::AdsListResponse
718
718
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -768,7 +768,7 @@ module Google
768
768
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
769
769
  # @raise [Google::Apis::AuthorizationError] Authorization is required
770
770
  def patch_ad(profile_id, id, ad_object = nil, fields: nil, quota_user: nil, options: nil, &block)
771
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/ads', options)
771
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/ads', options)
772
772
  command.request_representation = Google::Apis::DfareportingV4::Ad::Representation
773
773
  command.request_object = ad_object
774
774
  command.response_representation = Google::Apis::DfareportingV4::Ad::Representation
@@ -802,7 +802,7 @@ module Google
802
802
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
803
803
  # @raise [Google::Apis::AuthorizationError] Authorization is required
804
804
  def update_ad(profile_id, ad_object = nil, fields: nil, quota_user: nil, options: nil, &block)
805
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/ads', options)
805
+ command = make_simple_command(:put, 'userprofiles/{profileId}/ads', options)
806
806
  command.request_representation = Google::Apis::DfareportingV4::Ad::Representation
807
807
  command.request_object = ad_object
808
808
  command.response_representation = Google::Apis::DfareportingV4::Ad::Representation
@@ -836,7 +836,7 @@ module Google
836
836
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
837
837
  # @raise [Google::Apis::AuthorizationError] Authorization is required
838
838
  def delete_advertiser_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
839
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/advertiserGroups/{id}', options)
839
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/advertiserGroups/{id}', options)
840
840
  command.params['profileId'] = profile_id unless profile_id.nil?
841
841
  command.params['id'] = id unless id.nil?
842
842
  command.query['fields'] = fields unless fields.nil?
@@ -867,7 +867,7 @@ module Google
867
867
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
868
868
  # @raise [Google::Apis::AuthorizationError] Authorization is required
869
869
  def get_advertiser_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
870
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/advertiserGroups/{id}', options)
870
+ command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserGroups/{id}', options)
871
871
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
872
872
  command.response_class = Google::Apis::DfareportingV4::AdvertiserGroup
873
873
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -899,7 +899,7 @@ module Google
899
899
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
900
900
  # @raise [Google::Apis::AuthorizationError] Authorization is required
901
901
  def insert_advertiser_group(profile_id, advertiser_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
902
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/advertiserGroups', options)
902
+ command = make_simple_command(:post, 'userprofiles/{profileId}/advertiserGroups', options)
903
903
  command.request_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
904
904
  command.request_object = advertiser_group_object
905
905
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
@@ -950,7 +950,7 @@ module Google
950
950
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
951
951
  # @raise [Google::Apis::AuthorizationError] Authorization is required
952
952
  def list_advertiser_groups(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
953
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/advertiserGroups', options)
953
+ command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserGroups', options)
954
954
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroupsListResponse::Representation
955
955
  command.response_class = Google::Apis::DfareportingV4::AdvertiserGroupsListResponse
956
956
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -989,7 +989,7 @@ module Google
989
989
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
990
990
  # @raise [Google::Apis::AuthorizationError] Authorization is required
991
991
  def patch_advertiser_group(profile_id, id, advertiser_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
992
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/advertiserGroups', options)
992
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/advertiserGroups', options)
993
993
  command.request_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
994
994
  command.request_object = advertiser_group_object
995
995
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
@@ -1023,7 +1023,7 @@ module Google
1023
1023
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1024
1024
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1025
1025
  def update_advertiser_group(profile_id, advertiser_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1026
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/advertiserGroups', options)
1026
+ command = make_simple_command(:put, 'userprofiles/{profileId}/advertiserGroups', options)
1027
1027
  command.request_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
1028
1028
  command.request_object = advertiser_group_object
1029
1029
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
@@ -1065,7 +1065,7 @@ module Google
1065
1065
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1066
1066
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1067
1067
  def list_advertiser_invoices(profile_id, advertiser_id, issue_month: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1068
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/advertisers/{advertiserId}/invoices', options)
1068
+ command = make_simple_command(:get, 'userprofiles/{profileId}/advertisers/{advertiserId}/invoices', options)
1069
1069
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserInvoicesListResponse::Representation
1070
1070
  command.response_class = Google::Apis::DfareportingV4::AdvertiserInvoicesListResponse
1071
1071
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1101,7 +1101,7 @@ module Google
1101
1101
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1102
1102
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1103
1103
  def get_advertiser_landing_page(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
1104
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/advertiserLandingPages/{id}', options)
1104
+ command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserLandingPages/{id}', options)
1105
1105
  command.response_representation = Google::Apis::DfareportingV4::LandingPage::Representation
1106
1106
  command.response_class = Google::Apis::DfareportingV4::LandingPage
1107
1107
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1133,7 +1133,7 @@ module Google
1133
1133
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1134
1134
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1135
1135
  def insert_advertiser_landing_page(profile_id, landing_page_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1136
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/advertiserLandingPages', options)
1136
+ command = make_simple_command(:post, 'userprofiles/{profileId}/advertiserLandingPages', options)
1137
1137
  command.request_representation = Google::Apis::DfareportingV4::LandingPage::Representation
1138
1138
  command.request_object = landing_page_object
1139
1139
  command.response_representation = Google::Apis::DfareportingV4::LandingPage::Representation
@@ -1192,7 +1192,7 @@ module Google
1192
1192
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1193
1193
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1194
1194
  def list_advertiser_landing_pages(profile_id, advertiser_ids: nil, archived: nil, campaign_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1195
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/advertiserLandingPages', options)
1195
+ command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserLandingPages', options)
1196
1196
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserLandingPagesListResponse::Representation
1197
1197
  command.response_class = Google::Apis::DfareportingV4::AdvertiserLandingPagesListResponse
1198
1198
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1236,7 +1236,7 @@ module Google
1236
1236
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1237
1237
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1238
1238
  def patch_advertiser_landing_page(profile_id, id, landing_page_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1239
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/advertiserLandingPages', options)
1239
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/advertiserLandingPages', options)
1240
1240
  command.request_representation = Google::Apis::DfareportingV4::LandingPage::Representation
1241
1241
  command.request_object = landing_page_object
1242
1242
  command.response_representation = Google::Apis::DfareportingV4::LandingPage::Representation
@@ -1270,7 +1270,7 @@ module Google
1270
1270
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1271
1271
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1272
1272
  def update_advertiser_landing_page(profile_id, landing_page_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1273
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/advertiserLandingPages', options)
1273
+ command = make_simple_command(:put, 'userprofiles/{profileId}/advertiserLandingPages', options)
1274
1274
  command.request_representation = Google::Apis::DfareportingV4::LandingPage::Representation
1275
1275
  command.request_object = landing_page_object
1276
1276
  command.response_representation = Google::Apis::DfareportingV4::LandingPage::Representation
@@ -1304,7 +1304,7 @@ module Google
1304
1304
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1305
1305
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1306
1306
  def get_advertiser(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
1307
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/advertisers/{id}', options)
1307
+ command = make_simple_command(:get, 'userprofiles/{profileId}/advertisers/{id}', options)
1308
1308
  command.response_representation = Google::Apis::DfareportingV4::Advertiser::Representation
1309
1309
  command.response_class = Google::Apis::DfareportingV4::Advertiser
1310
1310
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1336,7 +1336,7 @@ module Google
1336
1336
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1337
1337
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1338
1338
  def insert_advertiser(profile_id, advertiser_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1339
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/advertisers', options)
1339
+ command = make_simple_command(:post, 'userprofiles/{profileId}/advertisers', options)
1340
1340
  command.request_representation = Google::Apis::DfareportingV4::Advertiser::Representation
1341
1341
  command.request_object = advertiser_object
1342
1342
  command.response_representation = Google::Apis::DfareportingV4::Advertiser::Representation
@@ -1399,7 +1399,7 @@ module Google
1399
1399
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1400
1400
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1401
1401
  def list_advertisers(profile_id, advertiser_group_ids: nil, floodlight_configuration_ids: nil, ids: nil, include_advertisers_without_groups_only: nil, max_results: nil, only_parent: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, status: nil, subaccount_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1402
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/advertisers', options)
1402
+ command = make_simple_command(:get, 'userprofiles/{profileId}/advertisers', options)
1403
1403
  command.response_representation = Google::Apis::DfareportingV4::AdvertisersListResponse::Representation
1404
1404
  command.response_class = Google::Apis::DfareportingV4::AdvertisersListResponse
1405
1405
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1444,7 +1444,7 @@ module Google
1444
1444
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1445
1445
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1446
1446
  def patch_advertiser(profile_id, id, advertiser_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1447
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/advertisers', options)
1447
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/advertisers', options)
1448
1448
  command.request_representation = Google::Apis::DfareportingV4::Advertiser::Representation
1449
1449
  command.request_object = advertiser_object
1450
1450
  command.response_representation = Google::Apis::DfareportingV4::Advertiser::Representation
@@ -1478,7 +1478,7 @@ module Google
1478
1478
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1479
1479
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1480
1480
  def update_advertiser(profile_id, advertiser_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1481
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/advertisers', options)
1481
+ command = make_simple_command(:put, 'userprofiles/{profileId}/advertisers', options)
1482
1482
  command.request_representation = Google::Apis::DfareportingV4::Advertiser::Representation
1483
1483
  command.request_object = advertiser_object
1484
1484
  command.response_representation = Google::Apis::DfareportingV4::Advertiser::Representation
@@ -1517,7 +1517,7 @@ module Google
1517
1517
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1518
1518
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1519
1519
  def insert_billing_assignment(profile_id, billing_profile_id, billing_assignment_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1520
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingAssignments', options)
1520
+ command = make_simple_command(:post, 'userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingAssignments', options)
1521
1521
  command.request_representation = Google::Apis::DfareportingV4::BillingAssignment::Representation
1522
1522
  command.request_object = billing_assignment_object
1523
1523
  command.response_representation = Google::Apis::DfareportingV4::BillingAssignment::Representation
@@ -1552,7 +1552,7 @@ module Google
1552
1552
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1553
1553
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1554
1554
  def list_billing_assignments(profile_id, billing_profile_id, fields: nil, quota_user: nil, options: nil, &block)
1555
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingAssignments', options)
1555
+ command = make_simple_command(:get, 'userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingAssignments', options)
1556
1556
  command.response_representation = Google::Apis::DfareportingV4::BillingAssignmentsListResponse::Representation
1557
1557
  command.response_class = Google::Apis::DfareportingV4::BillingAssignmentsListResponse
1558
1558
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1585,7 +1585,7 @@ module Google
1585
1585
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1586
1586
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1587
1587
  def get_billing_profile(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
1588
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/billingProfiles/{id}', options)
1588
+ command = make_simple_command(:get, 'userprofiles/{profileId}/billingProfiles/{id}', options)
1589
1589
  command.response_representation = Google::Apis::DfareportingV4::BillingProfile::Representation
1590
1590
  command.response_class = Google::Apis::DfareportingV4::BillingProfile
1591
1591
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1644,7 +1644,7 @@ module Google
1644
1644
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1645
1645
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1646
1646
  def list_billing_profiles(profile_id, currency_code: nil, ids: nil, max_results: nil, name: nil, only_suggestion: nil, page_token: nil, sort_field: nil, sort_order: nil, status: nil, subaccount_ids: nil, fields: nil, quota_user: nil, options: nil, &block)
1647
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/billingProfiles', options)
1647
+ command = make_simple_command(:get, 'userprofiles/{profileId}/billingProfiles', options)
1648
1648
  command.response_representation = Google::Apis::DfareportingV4::BillingProfilesListResponse::Representation
1649
1649
  command.response_class = Google::Apis::DfareportingV4::BillingProfilesListResponse
1650
1650
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1685,7 +1685,7 @@ module Google
1685
1685
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1686
1686
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1687
1687
  def update_billing_profile(profile_id, billing_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1688
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/billingProfiles', options)
1688
+ command = make_simple_command(:put, 'userprofiles/{profileId}/billingProfiles', options)
1689
1689
  command.request_representation = Google::Apis::DfareportingV4::BillingProfile::Representation
1690
1690
  command.request_object = billing_profile_object
1691
1691
  command.response_representation = Google::Apis::DfareportingV4::BillingProfile::Representation
@@ -1719,7 +1719,7 @@ module Google
1719
1719
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1720
1720
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1721
1721
  def list_billing_rates(profile_id, billing_profile_id, fields: nil, quota_user: nil, options: nil, &block)
1722
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingRates', options)
1722
+ command = make_simple_command(:get, 'userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingRates', options)
1723
1723
  command.response_representation = Google::Apis::DfareportingV4::BillingRatesListResponse::Representation
1724
1724
  command.response_class = Google::Apis::DfareportingV4::BillingRatesListResponse
1725
1725
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1750,7 +1750,7 @@ module Google
1750
1750
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1751
1751
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1752
1752
  def list_browsers(profile_id, fields: nil, quota_user: nil, options: nil, &block)
1753
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/browsers', options)
1753
+ command = make_simple_command(:get, 'userprofiles/{profileId}/browsers', options)
1754
1754
  command.response_representation = Google::Apis::DfareportingV4::BrowsersListResponse::Representation
1755
1755
  command.response_class = Google::Apis::DfareportingV4::BrowsersListResponse
1756
1756
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1785,7 +1785,7 @@ module Google
1785
1785
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1786
1786
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1787
1787
  def insert_campaign_creative_association(profile_id, campaign_id, campaign_creative_association_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1788
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', options)
1788
+ command = make_simple_command(:post, 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', options)
1789
1789
  command.request_representation = Google::Apis::DfareportingV4::CampaignCreativeAssociation::Representation
1790
1790
  command.request_object = campaign_creative_association_object
1791
1791
  command.response_representation = Google::Apis::DfareportingV4::CampaignCreativeAssociation::Representation
@@ -1827,7 +1827,7 @@ module Google
1827
1827
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1828
1828
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1829
1829
  def list_campaign_creative_associations(profile_id, campaign_id, max_results: nil, page_token: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
1830
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', options)
1830
+ command = make_simple_command(:get, 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', options)
1831
1831
  command.response_representation = Google::Apis::DfareportingV4::CampaignCreativeAssociationsListResponse::Representation
1832
1832
  command.response_class = Google::Apis::DfareportingV4::CampaignCreativeAssociationsListResponse
1833
1833
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1863,7 +1863,7 @@ module Google
1863
1863
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1864
1864
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1865
1865
  def get_campaign(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
1866
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/campaigns/{id}', options)
1866
+ command = make_simple_command(:get, 'userprofiles/{profileId}/campaigns/{id}', options)
1867
1867
  command.response_representation = Google::Apis::DfareportingV4::Campaign::Representation
1868
1868
  command.response_class = Google::Apis::DfareportingV4::Campaign
1869
1869
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1895,7 +1895,7 @@ module Google
1895
1895
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1896
1896
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1897
1897
  def insert_campaign(profile_id, campaign_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1898
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/campaigns', options)
1898
+ command = make_simple_command(:post, 'userprofiles/{profileId}/campaigns', options)
1899
1899
  command.request_representation = Google::Apis::DfareportingV4::Campaign::Representation
1900
1900
  command.request_object = campaign_object
1901
1901
  command.response_representation = Google::Apis::DfareportingV4::Campaign::Representation
@@ -1959,7 +1959,7 @@ module Google
1959
1959
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1960
1960
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1961
1961
  def list_campaigns(profile_id, advertiser_group_ids: nil, advertiser_ids: nil, archived: nil, at_least_one_optimization_activity: nil, excluded_ids: nil, ids: nil, max_results: nil, overridden_event_tag_id: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1962
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/campaigns', options)
1962
+ command = make_simple_command(:get, 'userprofiles/{profileId}/campaigns', options)
1963
1963
  command.response_representation = Google::Apis::DfareportingV4::CampaignsListResponse::Representation
1964
1964
  command.response_class = Google::Apis::DfareportingV4::CampaignsListResponse
1965
1965
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2005,7 +2005,7 @@ module Google
2005
2005
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2006
2006
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2007
2007
  def patch_campaign(profile_id, id, campaign_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2008
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/campaigns', options)
2008
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/campaigns', options)
2009
2009
  command.request_representation = Google::Apis::DfareportingV4::Campaign::Representation
2010
2010
  command.request_object = campaign_object
2011
2011
  command.response_representation = Google::Apis::DfareportingV4::Campaign::Representation
@@ -2039,7 +2039,7 @@ module Google
2039
2039
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2040
2040
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2041
2041
  def update_campaign(profile_id, campaign_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2042
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/campaigns', options)
2042
+ command = make_simple_command(:put, 'userprofiles/{profileId}/campaigns', options)
2043
2043
  command.request_representation = Google::Apis::DfareportingV4::Campaign::Representation
2044
2044
  command.request_object = campaign_object
2045
2045
  command.response_representation = Google::Apis::DfareportingV4::Campaign::Representation
@@ -2073,7 +2073,7 @@ module Google
2073
2073
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2074
2074
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2075
2075
  def get_change_log(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2076
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/changeLogs/{id}', options)
2076
+ command = make_simple_command(:get, 'userprofiles/{profileId}/changeLogs/{id}', options)
2077
2077
  command.response_representation = Google::Apis::DfareportingV4::ChangeLog::Representation
2078
2078
  command.response_class = Google::Apis::DfareportingV4::ChangeLog
2079
2079
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2135,7 +2135,7 @@ module Google
2135
2135
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2136
2136
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2137
2137
  def list_change_logs(profile_id, action: nil, ids: nil, max_change_time: nil, max_results: nil, min_change_time: nil, object_ids: nil, object_type: nil, page_token: nil, search_string: nil, user_profile_ids: nil, fields: nil, quota_user: nil, options: nil, &block)
2138
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/changeLogs', options)
2138
+ command = make_simple_command(:get, 'userprofiles/{profileId}/changeLogs', options)
2139
2139
  command.response_representation = Google::Apis::DfareportingV4::ChangeLogsListResponse::Representation
2140
2140
  command.response_class = Google::Apis::DfareportingV4::ChangeLogsListResponse
2141
2141
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2183,7 +2183,7 @@ module Google
2183
2183
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2184
2184
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2185
2185
  def list_cities(profile_id, country_dart_ids: nil, dart_ids: nil, name_prefix: nil, region_dart_ids: nil, fields: nil, quota_user: nil, options: nil, &block)
2186
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/cities', options)
2186
+ command = make_simple_command(:get, 'userprofiles/{profileId}/cities', options)
2187
2187
  command.response_representation = Google::Apis::DfareportingV4::CitiesListResponse::Representation
2188
2188
  command.response_class = Google::Apis::DfareportingV4::CitiesListResponse
2189
2189
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2219,7 +2219,7 @@ module Google
2219
2219
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2220
2220
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2221
2221
  def get_connection_type(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2222
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/connectionTypes/{id}', options)
2222
+ command = make_simple_command(:get, 'userprofiles/{profileId}/connectionTypes/{id}', options)
2223
2223
  command.response_representation = Google::Apis::DfareportingV4::ConnectionType::Representation
2224
2224
  command.response_class = Google::Apis::DfareportingV4::ConnectionType
2225
2225
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2250,7 +2250,7 @@ module Google
2250
2250
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2251
2251
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2252
2252
  def list_connection_types(profile_id, fields: nil, quota_user: nil, options: nil, &block)
2253
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/connectionTypes', options)
2253
+ command = make_simple_command(:get, 'userprofiles/{profileId}/connectionTypes', options)
2254
2254
  command.response_representation = Google::Apis::DfareportingV4::ConnectionTypesListResponse::Representation
2255
2255
  command.response_class = Google::Apis::DfareportingV4::ConnectionTypesListResponse
2256
2256
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2282,7 +2282,7 @@ module Google
2282
2282
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2283
2283
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2284
2284
  def delete_content_category(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2285
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/contentCategories/{id}', options)
2285
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/contentCategories/{id}', options)
2286
2286
  command.params['profileId'] = profile_id unless profile_id.nil?
2287
2287
  command.params['id'] = id unless id.nil?
2288
2288
  command.query['fields'] = fields unless fields.nil?
@@ -2313,7 +2313,7 @@ module Google
2313
2313
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2314
2314
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2315
2315
  def get_content_category(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2316
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/contentCategories/{id}', options)
2316
+ command = make_simple_command(:get, 'userprofiles/{profileId}/contentCategories/{id}', options)
2317
2317
  command.response_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
2318
2318
  command.response_class = Google::Apis::DfareportingV4::ContentCategory
2319
2319
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2345,7 +2345,7 @@ module Google
2345
2345
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2346
2346
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2347
2347
  def insert_content_category(profile_id, content_category_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2348
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/contentCategories', options)
2348
+ command = make_simple_command(:post, 'userprofiles/{profileId}/contentCategories', options)
2349
2349
  command.request_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
2350
2350
  command.request_object = content_category_object
2351
2351
  command.response_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
@@ -2396,7 +2396,7 @@ module Google
2396
2396
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2397
2397
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2398
2398
  def list_content_categories(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
2399
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/contentCategories', options)
2399
+ command = make_simple_command(:get, 'userprofiles/{profileId}/contentCategories', options)
2400
2400
  command.response_representation = Google::Apis::DfareportingV4::ContentCategoriesListResponse::Representation
2401
2401
  command.response_class = Google::Apis::DfareportingV4::ContentCategoriesListResponse
2402
2402
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2435,7 +2435,7 @@ module Google
2435
2435
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2436
2436
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2437
2437
  def patch_content_category(profile_id, id, content_category_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2438
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/contentCategories', options)
2438
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/contentCategories', options)
2439
2439
  command.request_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
2440
2440
  command.request_object = content_category_object
2441
2441
  command.response_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
@@ -2469,7 +2469,7 @@ module Google
2469
2469
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2470
2470
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2471
2471
  def update_content_category(profile_id, content_category_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2472
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/contentCategories', options)
2472
+ command = make_simple_command(:put, 'userprofiles/{profileId}/contentCategories', options)
2473
2473
  command.request_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
2474
2474
  command.request_object = content_category_object
2475
2475
  command.response_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
@@ -2502,7 +2502,7 @@ module Google
2502
2502
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2503
2503
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2504
2504
  def batchinsert_conversion(profile_id, conversions_batch_insert_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2505
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/conversions/batchinsert', options)
2505
+ command = make_simple_command(:post, 'userprofiles/{profileId}/conversions/batchinsert', options)
2506
2506
  command.request_representation = Google::Apis::DfareportingV4::ConversionsBatchInsertRequest::Representation
2507
2507
  command.request_object = conversions_batch_insert_request_object
2508
2508
  command.response_representation = Google::Apis::DfareportingV4::ConversionsBatchInsertResponse::Representation
@@ -2535,7 +2535,7 @@ module Google
2535
2535
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2536
2536
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2537
2537
  def batchupdate_conversion(profile_id, conversions_batch_update_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2538
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/conversions/batchupdate', options)
2538
+ command = make_simple_command(:post, 'userprofiles/{profileId}/conversions/batchupdate', options)
2539
2539
  command.request_representation = Google::Apis::DfareportingV4::ConversionsBatchUpdateRequest::Representation
2540
2540
  command.request_object = conversions_batch_update_request_object
2541
2541
  command.response_representation = Google::Apis::DfareportingV4::ConversionsBatchUpdateResponse::Representation
@@ -2569,7 +2569,7 @@ module Google
2569
2569
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2570
2570
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2571
2571
  def get_country(profile_id, dart_id, fields: nil, quota_user: nil, options: nil, &block)
2572
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/countries/{dartId}', options)
2572
+ command = make_simple_command(:get, 'userprofiles/{profileId}/countries/{dartId}', options)
2573
2573
  command.response_representation = Google::Apis::DfareportingV4::Country::Representation
2574
2574
  command.response_class = Google::Apis::DfareportingV4::Country
2575
2575
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2600,7 +2600,7 @@ module Google
2600
2600
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2601
2601
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2602
2602
  def list_countries(profile_id, fields: nil, quota_user: nil, options: nil, &block)
2603
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/countries', options)
2603
+ command = make_simple_command(:get, 'userprofiles/{profileId}/countries', options)
2604
2604
  command.response_representation = Google::Apis::DfareportingV4::CountriesListResponse::Representation
2605
2605
  command.response_class = Google::Apis::DfareportingV4::CountriesListResponse
2606
2606
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2638,9 +2638,9 @@ module Google
2638
2638
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2639
2639
  def insert_creative_asset(profile_id, advertiser_id, creative_asset_metadata_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
2640
2640
  if upload_source.nil?
2641
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets', options)
2641
+ command = make_simple_command(:post, 'userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets', options)
2642
2642
  else
2643
- command = make_upload_command(:post, 'dfareporting/v4/userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets', options)
2643
+ command = make_upload_command(:post, 'userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets', options)
2644
2644
  command.upload_source = upload_source
2645
2645
  command.upload_content_type = content_type
2646
2646
  end
@@ -2680,7 +2680,7 @@ module Google
2680
2680
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2681
2681
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2682
2682
  def delete_creative_field_value(profile_id, creative_field_id, id, fields: nil, quota_user: nil, options: nil, &block)
2683
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', options)
2683
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', options)
2684
2684
  command.params['profileId'] = profile_id unless profile_id.nil?
2685
2685
  command.params['creativeFieldId'] = creative_field_id unless creative_field_id.nil?
2686
2686
  command.params['id'] = id unless id.nil?
@@ -2714,7 +2714,7 @@ module Google
2714
2714
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2715
2715
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2716
2716
  def get_creative_field_value(profile_id, creative_field_id, id, fields: nil, quota_user: nil, options: nil, &block)
2717
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', options)
2717
+ command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', options)
2718
2718
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
2719
2719
  command.response_class = Google::Apis::DfareportingV4::CreativeFieldValue
2720
2720
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2749,7 +2749,7 @@ module Google
2749
2749
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2750
2750
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2751
2751
  def insert_creative_field_value(profile_id, creative_field_id, creative_field_value_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2752
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2752
+ command = make_simple_command(:post, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2753
2753
  command.request_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
2754
2754
  command.request_object = creative_field_value_object
2755
2755
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
@@ -2798,7 +2798,7 @@ module Google
2798
2798
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2799
2799
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2800
2800
  def list_creative_field_values(profile_id, creative_field_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
2801
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2801
+ command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2802
2802
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValuesListResponse::Representation
2803
2803
  command.response_class = Google::Apis::DfareportingV4::CreativeFieldValuesListResponse
2804
2804
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2840,7 +2840,7 @@ module Google
2840
2840
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2841
2841
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2842
2842
  def patch_creative_field_value(profile_id, creative_field_id, id, creative_field_value_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2843
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2843
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2844
2844
  command.request_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
2845
2845
  command.request_object = creative_field_value_object
2846
2846
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
@@ -2877,7 +2877,7 @@ module Google
2877
2877
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2878
2878
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2879
2879
  def update_creative_field_value(profile_id, creative_field_id, creative_field_value_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2880
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2880
+ command = make_simple_command(:put, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2881
2881
  command.request_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
2882
2882
  command.request_object = creative_field_value_object
2883
2883
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
@@ -2912,7 +2912,7 @@ module Google
2912
2912
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2913
2913
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2914
2914
  def delete_creative_field(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2915
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/creativeFields/{id}', options)
2915
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/creativeFields/{id}', options)
2916
2916
  command.params['profileId'] = profile_id unless profile_id.nil?
2917
2917
  command.params['id'] = id unless id.nil?
2918
2918
  command.query['fields'] = fields unless fields.nil?
@@ -2943,7 +2943,7 @@ module Google
2943
2943
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2944
2944
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2945
2945
  def get_creative_field(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2946
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/creativeFields/{id}', options)
2946
+ command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields/{id}', options)
2947
2947
  command.response_representation = Google::Apis::DfareportingV4::CreativeField::Representation
2948
2948
  command.response_class = Google::Apis::DfareportingV4::CreativeField
2949
2949
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2975,7 +2975,7 @@ module Google
2975
2975
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2976
2976
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2977
2977
  def insert_creative_field(profile_id, creative_field_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2978
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/creativeFields', options)
2978
+ command = make_simple_command(:post, 'userprofiles/{profileId}/creativeFields', options)
2979
2979
  command.request_representation = Google::Apis::DfareportingV4::CreativeField::Representation
2980
2980
  command.request_object = creative_field_object
2981
2981
  command.response_representation = Google::Apis::DfareportingV4::CreativeField::Representation
@@ -3028,7 +3028,7 @@ module Google
3028
3028
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3029
3029
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3030
3030
  def list_creative_fields(profile_id, advertiser_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
3031
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/creativeFields', options)
3031
+ command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields', options)
3032
3032
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldsListResponse::Representation
3033
3033
  command.response_class = Google::Apis::DfareportingV4::CreativeFieldsListResponse
3034
3034
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3068,7 +3068,7 @@ module Google
3068
3068
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3069
3069
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3070
3070
  def patch_creative_field(profile_id, id, creative_field_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3071
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/creativeFields', options)
3071
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/creativeFields', options)
3072
3072
  command.request_representation = Google::Apis::DfareportingV4::CreativeField::Representation
3073
3073
  command.request_object = creative_field_object
3074
3074
  command.response_representation = Google::Apis::DfareportingV4::CreativeField::Representation
@@ -3102,7 +3102,7 @@ module Google
3102
3102
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3103
3103
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3104
3104
  def update_creative_field(profile_id, creative_field_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3105
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/creativeFields', options)
3105
+ command = make_simple_command(:put, 'userprofiles/{profileId}/creativeFields', options)
3106
3106
  command.request_representation = Google::Apis::DfareportingV4::CreativeField::Representation
3107
3107
  command.request_object = creative_field_object
3108
3108
  command.response_representation = Google::Apis::DfareportingV4::CreativeField::Representation
@@ -3136,7 +3136,7 @@ module Google
3136
3136
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3137
3137
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3138
3138
  def get_creative_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3139
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/creativeGroups/{id}', options)
3139
+ command = make_simple_command(:get, 'userprofiles/{profileId}/creativeGroups/{id}', options)
3140
3140
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
3141
3141
  command.response_class = Google::Apis::DfareportingV4::CreativeGroup
3142
3142
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3168,7 +3168,7 @@ module Google
3168
3168
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3169
3169
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3170
3170
  def insert_creative_group(profile_id, creative_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3171
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/creativeGroups', options)
3171
+ command = make_simple_command(:post, 'userprofiles/{profileId}/creativeGroups', options)
3172
3172
  command.request_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
3173
3173
  command.request_object = creative_group_object
3174
3174
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
@@ -3223,7 +3223,7 @@ module Google
3223
3223
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3224
3224
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3225
3225
  def list_creative_groups(profile_id, advertiser_ids: nil, group_number: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
3226
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/creativeGroups', options)
3226
+ command = make_simple_command(:get, 'userprofiles/{profileId}/creativeGroups', options)
3227
3227
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroupsListResponse::Representation
3228
3228
  command.response_class = Google::Apis::DfareportingV4::CreativeGroupsListResponse
3229
3229
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3264,7 +3264,7 @@ module Google
3264
3264
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3265
3265
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3266
3266
  def patch_creative_group(profile_id, id, creative_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3267
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/creativeGroups', options)
3267
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/creativeGroups', options)
3268
3268
  command.request_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
3269
3269
  command.request_object = creative_group_object
3270
3270
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
@@ -3298,7 +3298,7 @@ module Google
3298
3298
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3299
3299
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3300
3300
  def update_creative_group(profile_id, creative_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3301
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/creativeGroups', options)
3301
+ command = make_simple_command(:put, 'userprofiles/{profileId}/creativeGroups', options)
3302
3302
  command.request_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
3303
3303
  command.request_object = creative_group_object
3304
3304
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
@@ -3332,7 +3332,7 @@ module Google
3332
3332
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3333
3333
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3334
3334
  def get_creative(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3335
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/creatives/{id}', options)
3335
+ command = make_simple_command(:get, 'userprofiles/{profileId}/creatives/{id}', options)
3336
3336
  command.response_representation = Google::Apis::DfareportingV4::Creative::Representation
3337
3337
  command.response_class = Google::Apis::DfareportingV4::Creative
3338
3338
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3364,7 +3364,7 @@ module Google
3364
3364
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3365
3365
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3366
3366
  def insert_creative(profile_id, creative_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3367
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/creatives', options)
3367
+ command = make_simple_command(:post, 'userprofiles/{profileId}/creatives', options)
3368
3368
  command.request_representation = Google::Apis::DfareportingV4::Creative::Representation
3369
3369
  command.request_object = creative_object
3370
3370
  command.response_representation = Google::Apis::DfareportingV4::Creative::Representation
@@ -3435,7 +3435,7 @@ module Google
3435
3435
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3436
3436
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3437
3437
  def list_creatives(profile_id, active: nil, advertiser_id: nil, archived: nil, campaign_id: nil, companion_creative_ids: nil, creative_field_ids: nil, ids: nil, max_results: nil, page_token: nil, rendering_ids: nil, search_string: nil, size_ids: nil, sort_field: nil, sort_order: nil, studio_creative_id: nil, types: nil, fields: nil, quota_user: nil, options: nil, &block)
3438
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/creatives', options)
3438
+ command = make_simple_command(:get, 'userprofiles/{profileId}/creatives', options)
3439
3439
  command.response_representation = Google::Apis::DfareportingV4::CreativesListResponse::Representation
3440
3440
  command.response_class = Google::Apis::DfareportingV4::CreativesListResponse
3441
3441
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3484,7 +3484,7 @@ module Google
3484
3484
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3485
3485
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3486
3486
  def patch_creative(profile_id, id, creative_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3487
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/creatives', options)
3487
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/creatives', options)
3488
3488
  command.request_representation = Google::Apis::DfareportingV4::Creative::Representation
3489
3489
  command.request_object = creative_object
3490
3490
  command.response_representation = Google::Apis::DfareportingV4::Creative::Representation
@@ -3518,7 +3518,7 @@ module Google
3518
3518
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3519
3519
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3520
3520
  def update_creative(profile_id, creative_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3521
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/creatives', options)
3521
+ command = make_simple_command(:put, 'userprofiles/{profileId}/creatives', options)
3522
3522
  command.request_representation = Google::Apis::DfareportingV4::Creative::Representation
3523
3523
  command.request_object = creative_object
3524
3524
  command.response_representation = Google::Apis::DfareportingV4::Creative::Representation
@@ -3555,7 +3555,7 @@ module Google
3555
3555
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3556
3556
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3557
3557
  def query_dimension_value(profile_id, dimension_value_request_object = nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3558
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/dimensionvalues/query', options)
3558
+ command = make_simple_command(:post, 'userprofiles/{profileId}/dimensionvalues/query', options)
3559
3559
  command.request_representation = Google::Apis::DfareportingV4::DimensionValueRequest::Representation
3560
3560
  command.request_object = dimension_value_request_object
3561
3561
  command.response_representation = Google::Apis::DfareportingV4::DimensionValueList::Representation
@@ -3591,7 +3591,7 @@ module Google
3591
3591
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3592
3592
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3593
3593
  def get_directory_site(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3594
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/directorySites/{id}', options)
3594
+ command = make_simple_command(:get, 'userprofiles/{profileId}/directorySites/{id}', options)
3595
3595
  command.response_representation = Google::Apis::DfareportingV4::DirectorySite::Representation
3596
3596
  command.response_class = Google::Apis::DfareportingV4::DirectorySite
3597
3597
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3623,7 +3623,7 @@ module Google
3623
3623
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3624
3624
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3625
3625
  def insert_directory_site(profile_id, directory_site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3626
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/directorySites', options)
3626
+ command = make_simple_command(:post, 'userprofiles/{profileId}/directorySites', options)
3627
3627
  command.request_representation = Google::Apis::DfareportingV4::DirectorySite::Representation
3628
3628
  command.request_object = directory_site_object
3629
3629
  command.response_representation = Google::Apis::DfareportingV4::DirectorySite::Representation
@@ -3688,7 +3688,7 @@ module Google
3688
3688
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3689
3689
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3690
3690
  def list_directory_sites(profile_id, accepts_in_stream_video_placements: nil, accepts_interstitial_placements: nil, accepts_publisher_paid_placements: nil, active: nil, dfp_network_code: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
3691
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/directorySites', options)
3691
+ command = make_simple_command(:get, 'userprofiles/{profileId}/directorySites', options)
3692
3692
  command.response_representation = Google::Apis::DfareportingV4::DirectorySitesListResponse::Representation
3693
3693
  command.response_class = Google::Apis::DfareportingV4::DirectorySitesListResponse
3694
3694
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3737,7 +3737,7 @@ module Google
3737
3737
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3738
3738
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3739
3739
  def delete_dynamic_targeting_key(profile_id, object_id_, name, object_type, fields: nil, quota_user: nil, options: nil, &block)
3740
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/dynamicTargetingKeys/{objectId}', options)
3740
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/dynamicTargetingKeys/{objectId}', options)
3741
3741
  command.params['profileId'] = profile_id unless profile_id.nil?
3742
3742
  command.params['objectId'] = object_id_ unless object_id_.nil?
3743
3743
  command.query['name'] = name unless name.nil?
@@ -3772,7 +3772,7 @@ module Google
3772
3772
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3773
3773
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3774
3774
  def insert_dynamic_targeting_key(profile_id, dynamic_targeting_key_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3775
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/dynamicTargetingKeys', options)
3775
+ command = make_simple_command(:post, 'userprofiles/{profileId}/dynamicTargetingKeys', options)
3776
3776
  command.request_representation = Google::Apis::DfareportingV4::DynamicTargetingKey::Representation
3777
3777
  command.request_object = dynamic_targeting_key_object
3778
3778
  command.response_representation = Google::Apis::DfareportingV4::DynamicTargetingKey::Representation
@@ -3812,7 +3812,7 @@ module Google
3812
3812
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3813
3813
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3814
3814
  def list_dynamic_targeting_keys(profile_id, advertiser_id: nil, names: nil, object_id_: nil, object_type: nil, fields: nil, quota_user: nil, options: nil, &block)
3815
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/dynamicTargetingKeys', options)
3815
+ command = make_simple_command(:get, 'userprofiles/{profileId}/dynamicTargetingKeys', options)
3816
3816
  command.response_representation = Google::Apis::DfareportingV4::DynamicTargetingKeysListResponse::Representation
3817
3817
  command.response_class = Google::Apis::DfareportingV4::DynamicTargetingKeysListResponse
3818
3818
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3848,7 +3848,7 @@ module Google
3848
3848
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3849
3849
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3850
3850
  def delete_event_tag(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3851
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/eventTags/{id}', options)
3851
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/eventTags/{id}', options)
3852
3852
  command.params['profileId'] = profile_id unless profile_id.nil?
3853
3853
  command.params['id'] = id unless id.nil?
3854
3854
  command.query['fields'] = fields unless fields.nil?
@@ -3879,7 +3879,7 @@ module Google
3879
3879
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3880
3880
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3881
3881
  def get_event_tag(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3882
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/eventTags/{id}', options)
3882
+ command = make_simple_command(:get, 'userprofiles/{profileId}/eventTags/{id}', options)
3883
3883
  command.response_representation = Google::Apis::DfareportingV4::EventTag::Representation
3884
3884
  command.response_class = Google::Apis::DfareportingV4::EventTag
3885
3885
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3911,7 +3911,7 @@ module Google
3911
3911
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3912
3912
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3913
3913
  def insert_event_tag(profile_id, event_tag_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3914
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/eventTags', options)
3914
+ command = make_simple_command(:post, 'userprofiles/{profileId}/eventTags', options)
3915
3915
  command.request_representation = Google::Apis::DfareportingV4::EventTag::Representation
3916
3916
  command.request_object = event_tag_object
3917
3917
  command.response_representation = Google::Apis::DfareportingV4::EventTag::Representation
@@ -3981,7 +3981,7 @@ module Google
3981
3981
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3982
3982
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3983
3983
  def list_event_tags(profile_id, ad_id: nil, advertiser_id: nil, campaign_id: nil, definitions_only: nil, enabled: nil, event_tag_types: nil, ids: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
3984
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/eventTags', options)
3984
+ command = make_simple_command(:get, 'userprofiles/{profileId}/eventTags', options)
3985
3985
  command.response_representation = Google::Apis::DfareportingV4::EventTagsListResponse::Representation
3986
3986
  command.response_class = Google::Apis::DfareportingV4::EventTagsListResponse
3987
3987
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4024,7 +4024,7 @@ module Google
4024
4024
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4025
4025
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4026
4026
  def patch_event_tag(profile_id, id, event_tag_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4027
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/eventTags', options)
4027
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/eventTags', options)
4028
4028
  command.request_representation = Google::Apis::DfareportingV4::EventTag::Representation
4029
4029
  command.request_object = event_tag_object
4030
4030
  command.response_representation = Google::Apis::DfareportingV4::EventTag::Representation
@@ -4058,7 +4058,7 @@ module Google
4058
4058
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4059
4059
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4060
4060
  def update_event_tag(profile_id, event_tag_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4061
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/eventTags', options)
4061
+ command = make_simple_command(:put, 'userprofiles/{profileId}/eventTags', options)
4062
4062
  command.request_representation = Google::Apis::DfareportingV4::EventTag::Representation
4063
4063
  command.request_object = event_tag_object
4064
4064
  command.response_representation = Google::Apis::DfareportingV4::EventTag::Representation
@@ -4096,9 +4096,9 @@ module Google
4096
4096
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4097
4097
  def get_file(report_id, file_id, fields: nil, quota_user: nil, download_dest: nil, options: nil, &block)
4098
4098
  if download_dest.nil?
4099
- command = make_simple_command(:get, 'dfareporting/v4/reports/{reportId}/files/{fileId}', options)
4099
+ command = make_simple_command(:get, 'reports/{reportId}/files/{fileId}', options)
4100
4100
  else
4101
- command = make_download_command(:get, 'dfareporting/v4/reports/{reportId}/files/{fileId}', options)
4101
+ command = make_download_command(:get, 'reports/{reportId}/files/{fileId}', options)
4102
4102
  command.download_dest = download_dest
4103
4103
  end
4104
4104
  command.response_representation = Google::Apis::DfareportingV4::File::Representation
@@ -4141,7 +4141,7 @@ module Google
4141
4141
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4142
4142
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4143
4143
  def list_files(profile_id, max_results: nil, page_token: nil, scope: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
4144
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/files', options)
4144
+ command = make_simple_command(:get, 'userprofiles/{profileId}/files', options)
4145
4145
  command.response_representation = Google::Apis::DfareportingV4::FileList::Representation
4146
4146
  command.response_class = Google::Apis::DfareportingV4::FileList
4147
4147
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4178,7 +4178,7 @@ module Google
4178
4178
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4179
4179
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4180
4180
  def delete_floodlight_activity(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4181
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivities/{id}', options)
4181
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/floodlightActivities/{id}', options)
4182
4182
  command.params['profileId'] = profile_id unless profile_id.nil?
4183
4183
  command.params['id'] = id unless id.nil?
4184
4184
  command.query['fields'] = fields unless fields.nil?
@@ -4209,7 +4209,7 @@ module Google
4209
4209
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4210
4210
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4211
4211
  def generatetag_floodlight_activity(profile_id, floodlight_activity_id: nil, fields: nil, quota_user: nil, options: nil, &block)
4212
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivities/generatetag', options)
4212
+ command = make_simple_command(:post, 'userprofiles/{profileId}/floodlightActivities/generatetag', options)
4213
4213
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivitiesGenerateTagResponse::Representation
4214
4214
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivitiesGenerateTagResponse
4215
4215
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4242,7 +4242,7 @@ module Google
4242
4242
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4243
4243
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4244
4244
  def get_floodlight_activity(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4245
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivities/{id}', options)
4245
+ command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivities/{id}', options)
4246
4246
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
4247
4247
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivity
4248
4248
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4274,7 +4274,7 @@ module Google
4274
4274
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4275
4275
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4276
4276
  def insert_floodlight_activity(profile_id, floodlight_activity_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4277
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivities', options)
4277
+ command = make_simple_command(:post, 'userprofiles/{profileId}/floodlightActivities', options)
4278
4278
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
4279
4279
  command.request_object = floodlight_activity_object
4280
4280
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
@@ -4348,7 +4348,7 @@ module Google
4348
4348
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4349
4349
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4350
4350
  def list_floodlight_activities(profile_id, advertiser_id: nil, floodlight_activity_group_ids: nil, floodlight_activity_group_name: nil, floodlight_activity_group_tag_string: nil, floodlight_activity_group_type: nil, floodlight_configuration_id: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, tag_string: nil, fields: nil, quota_user: nil, options: nil, &block)
4351
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivities', options)
4351
+ command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivities', options)
4352
4352
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivitiesListResponse::Representation
4353
4353
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivitiesListResponse
4354
4354
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4394,7 +4394,7 @@ module Google
4394
4394
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4395
4395
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4396
4396
  def patch_floodlight_activity(profile_id, id, floodlight_activity_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4397
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivities', options)
4397
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/floodlightActivities', options)
4398
4398
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
4399
4399
  command.request_object = floodlight_activity_object
4400
4400
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
@@ -4428,7 +4428,7 @@ module Google
4428
4428
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4429
4429
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4430
4430
  def update_floodlight_activity(profile_id, floodlight_activity_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4431
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivities', options)
4431
+ command = make_simple_command(:put, 'userprofiles/{profileId}/floodlightActivities', options)
4432
4432
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
4433
4433
  command.request_object = floodlight_activity_object
4434
4434
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
@@ -4462,7 +4462,7 @@ module Google
4462
4462
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4463
4463
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4464
4464
  def get_floodlight_activity_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4465
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivityGroups/{id}', options)
4465
+ command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivityGroups/{id}', options)
4466
4466
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
4467
4467
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivityGroup
4468
4468
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4494,7 +4494,7 @@ module Google
4494
4494
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4495
4495
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4496
4496
  def insert_floodlight_activity_group(profile_id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4497
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivityGroups', options)
4497
+ command = make_simple_command(:post, 'userprofiles/{profileId}/floodlightActivityGroups', options)
4498
4498
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
4499
4499
  command.request_object = floodlight_activity_group_object
4500
4500
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
@@ -4558,7 +4558,7 @@ module Google
4558
4558
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4559
4559
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4560
4560
  def list_floodlight_activity_groups(profile_id, advertiser_id: nil, floodlight_configuration_id: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
4561
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivityGroups', options)
4561
+ command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivityGroups', options)
4562
4562
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroupsListResponse::Representation
4563
4563
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivityGroupsListResponse
4564
4564
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4601,7 +4601,7 @@ module Google
4601
4601
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4602
4602
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4603
4603
  def patch_floodlight_activity_group(profile_id, id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4604
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivityGroups', options)
4604
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/floodlightActivityGroups', options)
4605
4605
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
4606
4606
  command.request_object = floodlight_activity_group_object
4607
4607
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
@@ -4635,7 +4635,7 @@ module Google
4635
4635
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4636
4636
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4637
4637
  def update_floodlight_activity_group(profile_id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4638
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/floodlightActivityGroups', options)
4638
+ command = make_simple_command(:put, 'userprofiles/{profileId}/floodlightActivityGroups', options)
4639
4639
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
4640
4640
  command.request_object = floodlight_activity_group_object
4641
4641
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
@@ -4669,7 +4669,7 @@ module Google
4669
4669
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4670
4670
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4671
4671
  def get_floodlight_configuration(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4672
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/floodlightConfigurations/{id}', options)
4672
+ command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightConfigurations/{id}', options)
4673
4673
  command.response_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
4674
4674
  command.response_class = Google::Apis::DfareportingV4::FloodlightConfiguration
4675
4675
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4703,7 +4703,7 @@ module Google
4703
4703
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4704
4704
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4705
4705
  def list_floodlight_configurations(profile_id, ids: nil, fields: nil, quota_user: nil, options: nil, &block)
4706
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/floodlightConfigurations', options)
4706
+ command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightConfigurations', options)
4707
4707
  command.response_representation = Google::Apis::DfareportingV4::FloodlightConfigurationsListResponse::Representation
4708
4708
  command.response_class = Google::Apis::DfareportingV4::FloodlightConfigurationsListResponse
4709
4709
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4738,7 +4738,7 @@ module Google
4738
4738
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4739
4739
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4740
4740
  def patch_floodlight_configuration(profile_id, id, floodlight_configuration_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4741
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/floodlightConfigurations', options)
4741
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/floodlightConfigurations', options)
4742
4742
  command.request_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
4743
4743
  command.request_object = floodlight_configuration_object
4744
4744
  command.response_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
@@ -4772,7 +4772,7 @@ module Google
4772
4772
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4773
4773
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4774
4774
  def update_floodlight_configuration(profile_id, floodlight_configuration_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4775
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/floodlightConfigurations', options)
4775
+ command = make_simple_command(:put, 'userprofiles/{profileId}/floodlightConfigurations', options)
4776
4776
  command.request_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
4777
4777
  command.request_object = floodlight_configuration_object
4778
4778
  command.response_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
@@ -4808,7 +4808,7 @@ module Google
4808
4808
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4809
4809
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4810
4810
  def get_inventory_item(profile_id, project_id, id, fields: nil, quota_user: nil, options: nil, &block)
4811
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/projects/{projectId}/inventoryItems/{id}', options)
4811
+ command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/inventoryItems/{id}', options)
4812
4812
  command.response_representation = Google::Apis::DfareportingV4::InventoryItem::Representation
4813
4813
  command.response_class = Google::Apis::DfareportingV4::InventoryItem
4814
4814
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4861,7 +4861,7 @@ module Google
4861
4861
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4862
4862
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4863
4863
  def list_inventory_items(profile_id, project_id, ids: nil, in_plan: nil, max_results: nil, order_id: nil, page_token: nil, site_id: nil, sort_field: nil, sort_order: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
4864
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/projects/{projectId}/inventoryItems', options)
4864
+ command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/inventoryItems', options)
4865
4865
  command.response_representation = Google::Apis::DfareportingV4::InventoryItemsListResponse::Representation
4866
4866
  command.response_class = Google::Apis::DfareportingV4::InventoryItemsListResponse
4867
4867
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4901,7 +4901,7 @@ module Google
4901
4901
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4902
4902
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4903
4903
  def list_languages(profile_id, fields: nil, quota_user: nil, options: nil, &block)
4904
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/languages', options)
4904
+ command = make_simple_command(:get, 'userprofiles/{profileId}/languages', options)
4905
4905
  command.response_representation = Google::Apis::DfareportingV4::LanguagesListResponse::Representation
4906
4906
  command.response_class = Google::Apis::DfareportingV4::LanguagesListResponse
4907
4907
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4931,7 +4931,7 @@ module Google
4931
4931
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4932
4932
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4933
4933
  def list_metros(profile_id, fields: nil, quota_user: nil, options: nil, &block)
4934
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/metros', options)
4934
+ command = make_simple_command(:get, 'userprofiles/{profileId}/metros', options)
4935
4935
  command.response_representation = Google::Apis::DfareportingV4::MetrosListResponse::Representation
4936
4936
  command.response_class = Google::Apis::DfareportingV4::MetrosListResponse
4937
4937
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4963,7 +4963,7 @@ module Google
4963
4963
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4964
4964
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4965
4965
  def get_mobile_app(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4966
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/mobileApps/{id}', options)
4966
+ command = make_simple_command(:get, 'userprofiles/{profileId}/mobileApps/{id}', options)
4967
4967
  command.response_representation = Google::Apis::DfareportingV4::MobileApp::Representation
4968
4968
  command.response_class = Google::Apis::DfareportingV4::MobileApp
4969
4969
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5009,7 +5009,7 @@ module Google
5009
5009
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5010
5010
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5011
5011
  def list_mobile_apps(profile_id, directories: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, fields: nil, quota_user: nil, options: nil, &block)
5012
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/mobileApps', options)
5012
+ command = make_simple_command(:get, 'userprofiles/{profileId}/mobileApps', options)
5013
5013
  command.response_representation = Google::Apis::DfareportingV4::MobileAppsListResponse::Representation
5014
5014
  command.response_class = Google::Apis::DfareportingV4::MobileAppsListResponse
5015
5015
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5046,7 +5046,7 @@ module Google
5046
5046
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5047
5047
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5048
5048
  def get_mobile_carrier(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5049
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/mobileCarriers/{id}', options)
5049
+ command = make_simple_command(:get, 'userprofiles/{profileId}/mobileCarriers/{id}', options)
5050
5050
  command.response_representation = Google::Apis::DfareportingV4::MobileCarrier::Representation
5051
5051
  command.response_class = Google::Apis::DfareportingV4::MobileCarrier
5052
5052
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5077,7 +5077,7 @@ module Google
5077
5077
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5078
5078
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5079
5079
  def list_mobile_carriers(profile_id, fields: nil, quota_user: nil, options: nil, &block)
5080
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/mobileCarriers', options)
5080
+ command = make_simple_command(:get, 'userprofiles/{profileId}/mobileCarriers', options)
5081
5081
  command.response_representation = Google::Apis::DfareportingV4::MobileCarriersListResponse::Representation
5082
5082
  command.response_class = Google::Apis::DfareportingV4::MobileCarriersListResponse
5083
5083
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5109,7 +5109,7 @@ module Google
5109
5109
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5110
5110
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5111
5111
  def get_operating_system_version(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5112
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/operatingSystemVersions/{id}', options)
5112
+ command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystemVersions/{id}', options)
5113
5113
  command.response_representation = Google::Apis::DfareportingV4::OperatingSystemVersion::Representation
5114
5114
  command.response_class = Google::Apis::DfareportingV4::OperatingSystemVersion
5115
5115
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5140,7 +5140,7 @@ module Google
5140
5140
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5141
5141
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5142
5142
  def list_operating_system_versions(profile_id, fields: nil, quota_user: nil, options: nil, &block)
5143
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/operatingSystemVersions', options)
5143
+ command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystemVersions', options)
5144
5144
  command.response_representation = Google::Apis::DfareportingV4::OperatingSystemVersionsListResponse::Representation
5145
5145
  command.response_class = Google::Apis::DfareportingV4::OperatingSystemVersionsListResponse
5146
5146
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5172,7 +5172,7 @@ module Google
5172
5172
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5173
5173
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5174
5174
  def get_operating_system(profile_id, dart_id, fields: nil, quota_user: nil, options: nil, &block)
5175
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/operatingSystems/{dartId}', options)
5175
+ command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystems/{dartId}', options)
5176
5176
  command.response_representation = Google::Apis::DfareportingV4::OperatingSystem::Representation
5177
5177
  command.response_class = Google::Apis::DfareportingV4::OperatingSystem
5178
5178
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5203,7 +5203,7 @@ module Google
5203
5203
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5204
5204
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5205
5205
  def list_operating_systems(profile_id, fields: nil, quota_user: nil, options: nil, &block)
5206
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/operatingSystems', options)
5206
+ command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystems', options)
5207
5207
  command.response_representation = Google::Apis::DfareportingV4::OperatingSystemsListResponse::Representation
5208
5208
  command.response_class = Google::Apis::DfareportingV4::OperatingSystemsListResponse
5209
5209
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5237,7 +5237,7 @@ module Google
5237
5237
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5238
5238
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5239
5239
  def get_order_document(profile_id, project_id, id, fields: nil, quota_user: nil, options: nil, &block)
5240
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/projects/{projectId}/orderDocuments/{id}', options)
5240
+ command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orderDocuments/{id}', options)
5241
5241
  command.response_representation = Google::Apis::DfareportingV4::OrderDocument::Representation
5242
5242
  command.response_class = Google::Apis::DfareportingV4::OrderDocument
5243
5243
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5296,7 +5296,7 @@ module Google
5296
5296
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5297
5297
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5298
5298
  def list_order_documents(profile_id, project_id, approved: nil, ids: nil, max_results: nil, order_id: nil, page_token: nil, search_string: nil, site_id: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
5299
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/projects/{projectId}/orderDocuments', options)
5299
+ command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orderDocuments', options)
5300
5300
  command.response_representation = Google::Apis::DfareportingV4::OrderDocumentsListResponse::Representation
5301
5301
  command.response_class = Google::Apis::DfareportingV4::OrderDocumentsListResponse
5302
5302
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5340,7 +5340,7 @@ module Google
5340
5340
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5341
5341
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5342
5342
  def get_order(profile_id, project_id, id, fields: nil, quota_user: nil, options: nil, &block)
5343
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/projects/{projectId}/orders/{id}', options)
5343
+ command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orders/{id}', options)
5344
5344
  command.response_representation = Google::Apis::DfareportingV4::Order::Representation
5345
5345
  command.response_class = Google::Apis::DfareportingV4::Order
5346
5346
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5393,7 +5393,7 @@ module Google
5393
5393
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5394
5394
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5395
5395
  def list_orders(profile_id, project_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, site_id: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
5396
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/projects/{projectId}/orders', options)
5396
+ command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orders', options)
5397
5397
  command.response_representation = Google::Apis::DfareportingV4::OrdersListResponse::Representation
5398
5398
  command.response_class = Google::Apis::DfareportingV4::OrdersListResponse
5399
5399
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5433,7 +5433,7 @@ module Google
5433
5433
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5434
5434
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5435
5435
  def get_placement_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5436
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/placementGroups/{id}', options)
5436
+ command = make_simple_command(:get, 'userprofiles/{profileId}/placementGroups/{id}', options)
5437
5437
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
5438
5438
  command.response_class = Google::Apis::DfareportingV4::PlacementGroup
5439
5439
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5465,7 +5465,7 @@ module Google
5465
5465
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5466
5466
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5467
5467
  def insert_placement_group(profile_id, placement_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5468
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/placementGroups', options)
5468
+ command = make_simple_command(:post, 'userprofiles/{profileId}/placementGroups', options)
5469
5469
  command.request_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
5470
5470
  command.request_object = placement_group_object
5471
5471
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
@@ -5552,7 +5552,7 @@ module Google
5552
5552
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5553
5553
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5554
5554
  def list_placement_groups(profile_id, active_status: nil, advertiser_ids: nil, campaign_ids: nil, content_category_ids: nil, directory_site_ids: nil, ids: nil, max_end_date: nil, max_results: nil, max_start_date: nil, min_end_date: nil, min_start_date: nil, page_token: nil, placement_group_type: nil, placement_strategy_ids: nil, pricing_types: nil, search_string: nil, site_ids: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
5555
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/placementGroups', options)
5555
+ command = make_simple_command(:get, 'userprofiles/{profileId}/placementGroups', options)
5556
5556
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroupsListResponse::Representation
5557
5557
  command.response_class = Google::Apis::DfareportingV4::PlacementGroupsListResponse
5558
5558
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5604,7 +5604,7 @@ module Google
5604
5604
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5605
5605
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5606
5606
  def patch_placement_group(profile_id, id, placement_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5607
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/placementGroups', options)
5607
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/placementGroups', options)
5608
5608
  command.request_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
5609
5609
  command.request_object = placement_group_object
5610
5610
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
@@ -5638,7 +5638,7 @@ module Google
5638
5638
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5639
5639
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5640
5640
  def update_placement_group(profile_id, placement_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5641
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/placementGroups', options)
5641
+ command = make_simple_command(:put, 'userprofiles/{profileId}/placementGroups', options)
5642
5642
  command.request_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
5643
5643
  command.request_object = placement_group_object
5644
5644
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
@@ -5672,7 +5672,7 @@ module Google
5672
5672
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5673
5673
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5674
5674
  def delete_placement_strategy(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5675
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/placementStrategies/{id}', options)
5675
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/placementStrategies/{id}', options)
5676
5676
  command.params['profileId'] = profile_id unless profile_id.nil?
5677
5677
  command.params['id'] = id unless id.nil?
5678
5678
  command.query['fields'] = fields unless fields.nil?
@@ -5703,7 +5703,7 @@ module Google
5703
5703
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5704
5704
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5705
5705
  def get_placement_strategy(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5706
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/placementStrategies/{id}', options)
5706
+ command = make_simple_command(:get, 'userprofiles/{profileId}/placementStrategies/{id}', options)
5707
5707
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
5708
5708
  command.response_class = Google::Apis::DfareportingV4::PlacementStrategy
5709
5709
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5735,7 +5735,7 @@ module Google
5735
5735
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5736
5736
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5737
5737
  def insert_placement_strategy(profile_id, placement_strategy_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5738
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/placementStrategies', options)
5738
+ command = make_simple_command(:post, 'userprofiles/{profileId}/placementStrategies', options)
5739
5739
  command.request_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
5740
5740
  command.request_object = placement_strategy_object
5741
5741
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
@@ -5786,7 +5786,7 @@ module Google
5786
5786
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5787
5787
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5788
5788
  def list_placement_strategies(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
5789
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/placementStrategies', options)
5789
+ command = make_simple_command(:get, 'userprofiles/{profileId}/placementStrategies', options)
5790
5790
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategiesListResponse::Representation
5791
5791
  command.response_class = Google::Apis::DfareportingV4::PlacementStrategiesListResponse
5792
5792
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5825,7 +5825,7 @@ module Google
5825
5825
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5826
5826
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5827
5827
  def patch_placement_strategy(profile_id, id, placement_strategy_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5828
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/placementStrategies', options)
5828
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/placementStrategies', options)
5829
5829
  command.request_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
5830
5830
  command.request_object = placement_strategy_object
5831
5831
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
@@ -5859,7 +5859,7 @@ module Google
5859
5859
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5860
5860
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5861
5861
  def update_placement_strategy(profile_id, placement_strategy_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5862
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/placementStrategies', options)
5862
+ command = make_simple_command(:put, 'userprofiles/{profileId}/placementStrategies', options)
5863
5863
  command.request_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
5864
5864
  command.request_object = placement_strategy_object
5865
5865
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
@@ -5898,7 +5898,7 @@ module Google
5898
5898
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5899
5899
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5900
5900
  def generatetags_placement(profile_id, campaign_id: nil, placement_ids: nil, tag_formats: nil, fields: nil, quota_user: nil, options: nil, &block)
5901
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/placements/generatetags', options)
5901
+ command = make_simple_command(:post, 'userprofiles/{profileId}/placements/generatetags', options)
5902
5902
  command.response_representation = Google::Apis::DfareportingV4::PlacementsGenerateTagsResponse::Representation
5903
5903
  command.response_class = Google::Apis::DfareportingV4::PlacementsGenerateTagsResponse
5904
5904
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5933,7 +5933,7 @@ module Google
5933
5933
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5934
5934
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5935
5935
  def get_placement(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5936
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/placements/{id}', options)
5936
+ command = make_simple_command(:get, 'userprofiles/{profileId}/placements/{id}', options)
5937
5937
  command.response_representation = Google::Apis::DfareportingV4::Placement::Representation
5938
5938
  command.response_class = Google::Apis::DfareportingV4::Placement
5939
5939
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5965,7 +5965,7 @@ module Google
5965
5965
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5966
5966
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5967
5967
  def insert_placement(profile_id, placement_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5968
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/placements', options)
5968
+ command = make_simple_command(:post, 'userprofiles/{profileId}/placements', options)
5969
5969
  command.request_representation = Google::Apis::DfareportingV4::Placement::Representation
5970
5970
  command.request_object = placement_object
5971
5971
  command.response_representation = Google::Apis::DfareportingV4::Placement::Representation
@@ -6054,7 +6054,7 @@ module Google
6054
6054
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6055
6055
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6056
6056
  def list_placements(profile_id, active_status: nil, advertiser_ids: nil, campaign_ids: nil, compatibilities: nil, content_category_ids: nil, directory_site_ids: nil, group_ids: nil, ids: nil, max_end_date: nil, max_results: nil, max_start_date: nil, min_end_date: nil, min_start_date: nil, page_token: nil, payment_source: nil, placement_strategy_ids: nil, pricing_types: nil, search_string: nil, site_ids: nil, size_ids: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
6057
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/placements', options)
6057
+ command = make_simple_command(:get, 'userprofiles/{profileId}/placements', options)
6058
6058
  command.response_representation = Google::Apis::DfareportingV4::PlacementsListResponse::Representation
6059
6059
  command.response_class = Google::Apis::DfareportingV4::PlacementsListResponse
6060
6060
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6109,7 +6109,7 @@ module Google
6109
6109
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6110
6110
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6111
6111
  def patch_placement(profile_id, id, placement_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6112
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/placements', options)
6112
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/placements', options)
6113
6113
  command.request_representation = Google::Apis::DfareportingV4::Placement::Representation
6114
6114
  command.request_object = placement_object
6115
6115
  command.response_representation = Google::Apis::DfareportingV4::Placement::Representation
@@ -6143,7 +6143,7 @@ module Google
6143
6143
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6144
6144
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6145
6145
  def update_placement(profile_id, placement_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6146
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/placements', options)
6146
+ command = make_simple_command(:put, 'userprofiles/{profileId}/placements', options)
6147
6147
  command.request_representation = Google::Apis::DfareportingV4::Placement::Representation
6148
6148
  command.request_object = placement_object
6149
6149
  command.response_representation = Google::Apis::DfareportingV4::Placement::Representation
@@ -6177,7 +6177,7 @@ module Google
6177
6177
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6178
6178
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6179
6179
  def get_platform_type(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
6180
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/platformTypes/{id}', options)
6180
+ command = make_simple_command(:get, 'userprofiles/{profileId}/platformTypes/{id}', options)
6181
6181
  command.response_representation = Google::Apis::DfareportingV4::PlatformType::Representation
6182
6182
  command.response_class = Google::Apis::DfareportingV4::PlatformType
6183
6183
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6208,7 +6208,7 @@ module Google
6208
6208
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6209
6209
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6210
6210
  def list_platform_types(profile_id, fields: nil, quota_user: nil, options: nil, &block)
6211
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/platformTypes', options)
6211
+ command = make_simple_command(:get, 'userprofiles/{profileId}/platformTypes', options)
6212
6212
  command.response_representation = Google::Apis::DfareportingV4::PlatformTypesListResponse::Representation
6213
6213
  command.response_class = Google::Apis::DfareportingV4::PlatformTypesListResponse
6214
6214
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6240,7 +6240,7 @@ module Google
6240
6240
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6241
6241
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6242
6242
  def get_postal_code(profile_id, code, fields: nil, quota_user: nil, options: nil, &block)
6243
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/postalCodes/{code}', options)
6243
+ command = make_simple_command(:get, 'userprofiles/{profileId}/postalCodes/{code}', options)
6244
6244
  command.response_representation = Google::Apis::DfareportingV4::PostalCode::Representation
6245
6245
  command.response_class = Google::Apis::DfareportingV4::PostalCode
6246
6246
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6271,7 +6271,7 @@ module Google
6271
6271
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6272
6272
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6273
6273
  def list_postal_codes(profile_id, fields: nil, quota_user: nil, options: nil, &block)
6274
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/postalCodes', options)
6274
+ command = make_simple_command(:get, 'userprofiles/{profileId}/postalCodes', options)
6275
6275
  command.response_representation = Google::Apis::DfareportingV4::PostalCodesListResponse::Representation
6276
6276
  command.response_class = Google::Apis::DfareportingV4::PostalCodesListResponse
6277
6277
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6303,7 +6303,7 @@ module Google
6303
6303
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6304
6304
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6305
6305
  def get_project(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
6306
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/projects/{id}', options)
6306
+ command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{id}', options)
6307
6307
  command.response_representation = Google::Apis::DfareportingV4::Project::Representation
6308
6308
  command.response_class = Google::Apis::DfareportingV4::Project
6309
6309
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6353,7 +6353,7 @@ module Google
6353
6353
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6354
6354
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6355
6355
  def list_projects(profile_id, advertiser_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
6356
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/projects', options)
6356
+ command = make_simple_command(:get, 'userprofiles/{profileId}/projects', options)
6357
6357
  command.response_representation = Google::Apis::DfareportingV4::ProjectsListResponse::Representation
6358
6358
  command.response_class = Google::Apis::DfareportingV4::ProjectsListResponse
6359
6359
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6390,7 +6390,7 @@ module Google
6390
6390
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6391
6391
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6392
6392
  def list_regions(profile_id, fields: nil, quota_user: nil, options: nil, &block)
6393
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/regions', options)
6393
+ command = make_simple_command(:get, 'userprofiles/{profileId}/regions', options)
6394
6394
  command.response_representation = Google::Apis::DfareportingV4::RegionsListResponse::Representation
6395
6395
  command.response_class = Google::Apis::DfareportingV4::RegionsListResponse
6396
6396
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6422,7 +6422,7 @@ module Google
6422
6422
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6423
6423
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6424
6424
  def get_remarketing_list_share(profile_id, remarketing_list_id, fields: nil, quota_user: nil, options: nil, &block)
6425
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/remarketingListShares/{remarketingListId}', options)
6425
+ command = make_simple_command(:get, 'userprofiles/{profileId}/remarketingListShares/{remarketingListId}', options)
6426
6426
  command.response_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
6427
6427
  command.response_class = Google::Apis::DfareportingV4::RemarketingListShare
6428
6428
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6457,7 +6457,7 @@ module Google
6457
6457
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6458
6458
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6459
6459
  def patch_remarketing_list_share(profile_id, id, remarketing_list_share_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6460
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/remarketingListShares', options)
6460
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/remarketingListShares', options)
6461
6461
  command.request_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
6462
6462
  command.request_object = remarketing_list_share_object
6463
6463
  command.response_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
@@ -6491,7 +6491,7 @@ module Google
6491
6491
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6492
6492
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6493
6493
  def update_remarketing_list_share(profile_id, remarketing_list_share_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6494
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/remarketingListShares', options)
6494
+ command = make_simple_command(:put, 'userprofiles/{profileId}/remarketingListShares', options)
6495
6495
  command.request_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
6496
6496
  command.request_object = remarketing_list_share_object
6497
6497
  command.response_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
@@ -6525,7 +6525,7 @@ module Google
6525
6525
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6526
6526
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6527
6527
  def get_remarketing_list(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
6528
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/remarketingLists/{id}', options)
6528
+ command = make_simple_command(:get, 'userprofiles/{profileId}/remarketingLists/{id}', options)
6529
6529
  command.response_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
6530
6530
  command.response_class = Google::Apis::DfareportingV4::RemarketingList
6531
6531
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6557,7 +6557,7 @@ module Google
6557
6557
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6558
6558
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6559
6559
  def insert_remarketing_list(profile_id, remarketing_list_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6560
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/remarketingLists', options)
6560
+ command = make_simple_command(:post, 'userprofiles/{profileId}/remarketingLists', options)
6561
6561
  command.request_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
6562
6562
  command.request_object = remarketing_list_object
6563
6563
  command.response_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
@@ -6612,7 +6612,7 @@ module Google
6612
6612
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6613
6613
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6614
6614
  def list_remarketing_lists(profile_id, advertiser_id, active: nil, floodlight_activity_id: nil, max_results: nil, name: nil, page_token: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
6615
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/remarketingLists', options)
6615
+ command = make_simple_command(:get, 'userprofiles/{profileId}/remarketingLists', options)
6616
6616
  command.response_representation = Google::Apis::DfareportingV4::RemarketingListsListResponse::Representation
6617
6617
  command.response_class = Google::Apis::DfareportingV4::RemarketingListsListResponse
6618
6618
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6653,7 +6653,7 @@ module Google
6653
6653
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6654
6654
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6655
6655
  def patch_remarketing_list(profile_id, id, remarketing_list_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6656
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/remarketingLists', options)
6656
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/remarketingLists', options)
6657
6657
  command.request_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
6658
6658
  command.request_object = remarketing_list_object
6659
6659
  command.response_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
@@ -6687,7 +6687,7 @@ module Google
6687
6687
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6688
6688
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6689
6689
  def update_remarketing_list(profile_id, remarketing_list_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6690
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/remarketingLists', options)
6690
+ command = make_simple_command(:put, 'userprofiles/{profileId}/remarketingLists', options)
6691
6691
  command.request_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
6692
6692
  command.request_object = remarketing_list_object
6693
6693
  command.response_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
@@ -6721,7 +6721,7 @@ module Google
6721
6721
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6722
6722
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6723
6723
  def delete_report(profile_id, report_id, fields: nil, quota_user: nil, options: nil, &block)
6724
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/reports/{reportId}', options)
6724
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/reports/{reportId}', options)
6725
6725
  command.params['profileId'] = profile_id unless profile_id.nil?
6726
6726
  command.params['reportId'] = report_id unless report_id.nil?
6727
6727
  command.query['fields'] = fields unless fields.nil?
@@ -6752,7 +6752,7 @@ module Google
6752
6752
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6753
6753
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6754
6754
  def get_report(profile_id, report_id, fields: nil, quota_user: nil, options: nil, &block)
6755
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/reports/{reportId}', options)
6755
+ command = make_simple_command(:get, 'userprofiles/{profileId}/reports/{reportId}', options)
6756
6756
  command.response_representation = Google::Apis::DfareportingV4::Report::Representation
6757
6757
  command.response_class = Google::Apis::DfareportingV4::Report
6758
6758
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6784,7 +6784,7 @@ module Google
6784
6784
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6785
6785
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6786
6786
  def insert_report(profile_id, report_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6787
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/reports', options)
6787
+ command = make_simple_command(:post, 'userprofiles/{profileId}/reports', options)
6788
6788
  command.request_representation = Google::Apis::DfareportingV4::Report::Representation
6789
6789
  command.request_object = report_object
6790
6790
  command.response_representation = Google::Apis::DfareportingV4::Report::Representation
@@ -6826,7 +6826,7 @@ module Google
6826
6826
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6827
6827
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6828
6828
  def list_reports(profile_id, max_results: nil, page_token: nil, scope: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
6829
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/reports', options)
6829
+ command = make_simple_command(:get, 'userprofiles/{profileId}/reports', options)
6830
6830
  command.response_representation = Google::Apis::DfareportingV4::ReportList::Representation
6831
6831
  command.response_class = Google::Apis::DfareportingV4::ReportList
6832
6832
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6864,7 +6864,7 @@ module Google
6864
6864
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6865
6865
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6866
6866
  def patch_report(profile_id, report_id, report_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6867
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/reports/{reportId}', options)
6867
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/reports/{reportId}', options)
6868
6868
  command.request_representation = Google::Apis::DfareportingV4::Report::Representation
6869
6869
  command.request_object = report_object
6870
6870
  command.response_representation = Google::Apis::DfareportingV4::Report::Representation
@@ -6901,7 +6901,7 @@ module Google
6901
6901
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6902
6902
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6903
6903
  def run_report(profile_id, report_id, synchronous: nil, fields: nil, quota_user: nil, options: nil, &block)
6904
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/reports/{reportId}/run', options)
6904
+ command = make_simple_command(:post, 'userprofiles/{profileId}/reports/{reportId}/run', options)
6905
6905
  command.response_representation = Google::Apis::DfareportingV4::File::Representation
6906
6906
  command.response_class = Google::Apis::DfareportingV4::File
6907
6907
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6936,7 +6936,7 @@ module Google
6936
6936
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6937
6937
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6938
6938
  def update_report(profile_id, report_id, report_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6939
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/reports/{reportId}', options)
6939
+ command = make_simple_command(:put, 'userprofiles/{profileId}/reports/{reportId}', options)
6940
6940
  command.request_representation = Google::Apis::DfareportingV4::Report::Representation
6941
6941
  command.request_object = report_object
6942
6942
  command.response_representation = Google::Apis::DfareportingV4::Report::Representation
@@ -6972,7 +6972,7 @@ module Google
6972
6972
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6973
6973
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6974
6974
  def query_report_compatible_field(profile_id, report_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6975
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/reports/compatiblefields/query', options)
6975
+ command = make_simple_command(:post, 'userprofiles/{profileId}/reports/compatiblefields/query', options)
6976
6976
  command.request_representation = Google::Apis::DfareportingV4::Report::Representation
6977
6977
  command.request_object = report_object
6978
6978
  command.response_representation = Google::Apis::DfareportingV4::CompatibleFields::Representation
@@ -7012,9 +7012,9 @@ module Google
7012
7012
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7013
7013
  def get_report_file(profile_id, report_id, file_id, fields: nil, quota_user: nil, download_dest: nil, options: nil, &block)
7014
7014
  if download_dest.nil?
7015
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/reports/{reportId}/files/{fileId}', options)
7015
+ command = make_simple_command(:get, 'userprofiles/{profileId}/reports/{reportId}/files/{fileId}', options)
7016
7016
  else
7017
- command = make_download_command(:get, 'dfareporting/v4/userprofiles/{profileId}/reports/{reportId}/files/{fileId}', options)
7017
+ command = make_download_command(:get, 'userprofiles/{profileId}/reports/{reportId}/files/{fileId}', options)
7018
7018
  command.download_dest = download_dest
7019
7019
  end
7020
7020
  command.response_representation = Google::Apis::DfareportingV4::File::Representation
@@ -7058,7 +7058,7 @@ module Google
7058
7058
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7059
7059
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7060
7060
  def list_report_files(profile_id, report_id, max_results: nil, page_token: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
7061
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/reports/{reportId}/files', options)
7061
+ command = make_simple_command(:get, 'userprofiles/{profileId}/reports/{reportId}/files', options)
7062
7062
  command.response_representation = Google::Apis::DfareportingV4::FileList::Representation
7063
7063
  command.response_class = Google::Apis::DfareportingV4::FileList
7064
7064
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7095,7 +7095,7 @@ module Google
7095
7095
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7096
7096
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7097
7097
  def get_site(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7098
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/sites/{id}', options)
7098
+ command = make_simple_command(:get, 'userprofiles/{profileId}/sites/{id}', options)
7099
7099
  command.response_representation = Google::Apis::DfareportingV4::Site::Representation
7100
7100
  command.response_class = Google::Apis::DfareportingV4::Site
7101
7101
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7127,7 +7127,7 @@ module Google
7127
7127
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7128
7128
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7129
7129
  def insert_site(profile_id, site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7130
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/sites', options)
7130
+ command = make_simple_command(:post, 'userprofiles/{profileId}/sites', options)
7131
7131
  command.request_representation = Google::Apis::DfareportingV4::Site::Representation
7132
7132
  command.request_object = site_object
7133
7133
  command.response_representation = Google::Apis::DfareportingV4::Site::Representation
@@ -7196,7 +7196,7 @@ module Google
7196
7196
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7197
7197
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7198
7198
  def list_sites(profile_id, accepts_in_stream_video_placements: nil, accepts_interstitial_placements: nil, accepts_publisher_paid_placements: nil, ad_words_site: nil, approved: nil, campaign_ids: nil, directory_site_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, unmapped_site: nil, fields: nil, quota_user: nil, options: nil, &block)
7199
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/sites', options)
7199
+ command = make_simple_command(:get, 'userprofiles/{profileId}/sites', options)
7200
7200
  command.response_representation = Google::Apis::DfareportingV4::SitesListResponse::Representation
7201
7201
  command.response_class = Google::Apis::DfareportingV4::SitesListResponse
7202
7202
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7244,7 +7244,7 @@ module Google
7244
7244
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7245
7245
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7246
7246
  def patch_site(profile_id, id, site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7247
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/sites', options)
7247
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/sites', options)
7248
7248
  command.request_representation = Google::Apis::DfareportingV4::Site::Representation
7249
7249
  command.request_object = site_object
7250
7250
  command.response_representation = Google::Apis::DfareportingV4::Site::Representation
@@ -7278,7 +7278,7 @@ module Google
7278
7278
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7279
7279
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7280
7280
  def update_site(profile_id, site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7281
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/sites', options)
7281
+ command = make_simple_command(:put, 'userprofiles/{profileId}/sites', options)
7282
7282
  command.request_representation = Google::Apis::DfareportingV4::Site::Representation
7283
7283
  command.request_object = site_object
7284
7284
  command.response_representation = Google::Apis::DfareportingV4::Site::Representation
@@ -7312,7 +7312,7 @@ module Google
7312
7312
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7313
7313
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7314
7314
  def get_size(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7315
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/sizes/{id}', options)
7315
+ command = make_simple_command(:get, 'userprofiles/{profileId}/sizes/{id}', options)
7316
7316
  command.response_representation = Google::Apis::DfareportingV4::Size::Representation
7317
7317
  command.response_class = Google::Apis::DfareportingV4::Size
7318
7318
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7344,7 +7344,7 @@ module Google
7344
7344
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7345
7345
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7346
7346
  def insert_size(profile_id, size_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7347
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/sizes', options)
7347
+ command = make_simple_command(:post, 'userprofiles/{profileId}/sizes', options)
7348
7348
  command.request_representation = Google::Apis::DfareportingV4::Size::Representation
7349
7349
  command.request_object = size_object
7350
7350
  command.response_representation = Google::Apis::DfareportingV4::Size::Representation
@@ -7387,7 +7387,7 @@ module Google
7387
7387
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7388
7388
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7389
7389
  def list_sizes(profile_id, height: nil, iab_standard: nil, ids: nil, width: nil, fields: nil, quota_user: nil, options: nil, &block)
7390
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/sizes', options)
7390
+ command = make_simple_command(:get, 'userprofiles/{profileId}/sizes', options)
7391
7391
  command.response_representation = Google::Apis::DfareportingV4::SizesListResponse::Representation
7392
7392
  command.response_class = Google::Apis::DfareportingV4::SizesListResponse
7393
7393
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7423,7 +7423,7 @@ module Google
7423
7423
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7424
7424
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7425
7425
  def get_subaccount(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7426
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/subaccounts/{id}', options)
7426
+ command = make_simple_command(:get, 'userprofiles/{profileId}/subaccounts/{id}', options)
7427
7427
  command.response_representation = Google::Apis::DfareportingV4::Subaccount::Representation
7428
7428
  command.response_class = Google::Apis::DfareportingV4::Subaccount
7429
7429
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7455,7 +7455,7 @@ module Google
7455
7455
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7456
7456
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7457
7457
  def insert_subaccount(profile_id, subaccount_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7458
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/subaccounts', options)
7458
+ command = make_simple_command(:post, 'userprofiles/{profileId}/subaccounts', options)
7459
7459
  command.request_representation = Google::Apis::DfareportingV4::Subaccount::Representation
7460
7460
  command.request_object = subaccount_object
7461
7461
  command.response_representation = Google::Apis::DfareportingV4::Subaccount::Representation
@@ -7504,7 +7504,7 @@ module Google
7504
7504
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7505
7505
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7506
7506
  def list_subaccounts(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
7507
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/subaccounts', options)
7507
+ command = make_simple_command(:get, 'userprofiles/{profileId}/subaccounts', options)
7508
7508
  command.response_representation = Google::Apis::DfareportingV4::SubaccountsListResponse::Representation
7509
7509
  command.response_class = Google::Apis::DfareportingV4::SubaccountsListResponse
7510
7510
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7543,7 +7543,7 @@ module Google
7543
7543
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7544
7544
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7545
7545
  def patch_subaccount(profile_id, id, subaccount_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7546
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/subaccounts', options)
7546
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/subaccounts', options)
7547
7547
  command.request_representation = Google::Apis::DfareportingV4::Subaccount::Representation
7548
7548
  command.request_object = subaccount_object
7549
7549
  command.response_representation = Google::Apis::DfareportingV4::Subaccount::Representation
@@ -7577,7 +7577,7 @@ module Google
7577
7577
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7578
7578
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7579
7579
  def update_subaccount(profile_id, subaccount_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7580
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/subaccounts', options)
7580
+ command = make_simple_command(:put, 'userprofiles/{profileId}/subaccounts', options)
7581
7581
  command.request_representation = Google::Apis::DfareportingV4::Subaccount::Representation
7582
7582
  command.request_object = subaccount_object
7583
7583
  command.response_representation = Google::Apis::DfareportingV4::Subaccount::Representation
@@ -7611,7 +7611,7 @@ module Google
7611
7611
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7612
7612
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7613
7613
  def get_targetable_remarketing_list(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7614
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/targetableRemarketingLists/{id}', options)
7614
+ command = make_simple_command(:get, 'userprofiles/{profileId}/targetableRemarketingLists/{id}', options)
7615
7615
  command.response_representation = Google::Apis::DfareportingV4::TargetableRemarketingList::Representation
7616
7616
  command.response_class = Google::Apis::DfareportingV4::TargetableRemarketingList
7617
7617
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7663,7 +7663,7 @@ module Google
7663
7663
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7664
7664
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7665
7665
  def list_targetable_remarketing_lists(profile_id, advertiser_id, active: nil, max_results: nil, name: nil, page_token: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
7666
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/targetableRemarketingLists', options)
7666
+ command = make_simple_command(:get, 'userprofiles/{profileId}/targetableRemarketingLists', options)
7667
7667
  command.response_representation = Google::Apis::DfareportingV4::TargetableRemarketingListsListResponse::Representation
7668
7668
  command.response_class = Google::Apis::DfareportingV4::TargetableRemarketingListsListResponse
7669
7669
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7702,7 +7702,7 @@ module Google
7702
7702
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7703
7703
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7704
7704
  def get_targeting_template(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7705
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/targetingTemplates/{id}', options)
7705
+ command = make_simple_command(:get, 'userprofiles/{profileId}/targetingTemplates/{id}', options)
7706
7706
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
7707
7707
  command.response_class = Google::Apis::DfareportingV4::TargetingTemplate
7708
7708
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7734,7 +7734,7 @@ module Google
7734
7734
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7735
7735
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7736
7736
  def insert_targeting_template(profile_id, targeting_template_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7737
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/targetingTemplates', options)
7737
+ command = make_simple_command(:post, 'userprofiles/{profileId}/targetingTemplates', options)
7738
7738
  command.request_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
7739
7739
  command.request_object = targeting_template_object
7740
7740
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
@@ -7786,7 +7786,7 @@ module Google
7786
7786
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7787
7787
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7788
7788
  def list_targeting_templates(profile_id, advertiser_id: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
7789
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/targetingTemplates', options)
7789
+ command = make_simple_command(:get, 'userprofiles/{profileId}/targetingTemplates', options)
7790
7790
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplatesListResponse::Representation
7791
7791
  command.response_class = Google::Apis::DfareportingV4::TargetingTemplatesListResponse
7792
7792
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7826,7 +7826,7 @@ module Google
7826
7826
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7827
7827
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7828
7828
  def patch_targeting_template(profile_id, id, targeting_template_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7829
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/targetingTemplates', options)
7829
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/targetingTemplates', options)
7830
7830
  command.request_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
7831
7831
  command.request_object = targeting_template_object
7832
7832
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
@@ -7860,7 +7860,7 @@ module Google
7860
7860
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7861
7861
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7862
7862
  def update_targeting_template(profile_id, targeting_template_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7863
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/targetingTemplates', options)
7863
+ command = make_simple_command(:put, 'userprofiles/{profileId}/targetingTemplates', options)
7864
7864
  command.request_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
7865
7865
  command.request_object = targeting_template_object
7866
7866
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
@@ -7892,7 +7892,7 @@ module Google
7892
7892
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7893
7893
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7894
7894
  def get_user_profile(profile_id, fields: nil, quota_user: nil, options: nil, &block)
7895
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}', options)
7895
+ command = make_simple_command(:get, 'userprofiles/{profileId}', options)
7896
7896
  command.response_representation = Google::Apis::DfareportingV4::UserProfile::Representation
7897
7897
  command.response_class = Google::Apis::DfareportingV4::UserProfile
7898
7898
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7920,7 +7920,7 @@ module Google
7920
7920
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7921
7921
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7922
7922
  def list_user_profiles(fields: nil, quota_user: nil, options: nil, &block)
7923
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles', options)
7923
+ command = make_simple_command(:get, 'userprofiles', options)
7924
7924
  command.response_representation = Google::Apis::DfareportingV4::UserProfileList::Representation
7925
7925
  command.response_class = Google::Apis::DfareportingV4::UserProfileList
7926
7926
  command.query['fields'] = fields unless fields.nil?
@@ -7951,7 +7951,7 @@ module Google
7951
7951
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7952
7952
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7953
7953
  def get_user_role_permission_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7954
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/userRolePermissionGroups/{id}', options)
7954
+ command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissionGroups/{id}', options)
7955
7955
  command.response_representation = Google::Apis::DfareportingV4::UserRolePermissionGroup::Representation
7956
7956
  command.response_class = Google::Apis::DfareportingV4::UserRolePermissionGroup
7957
7957
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7982,7 +7982,7 @@ module Google
7982
7982
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7983
7983
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7984
7984
  def list_user_role_permission_groups(profile_id, fields: nil, quota_user: nil, options: nil, &block)
7985
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/userRolePermissionGroups', options)
7985
+ command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissionGroups', options)
7986
7986
  command.response_representation = Google::Apis::DfareportingV4::UserRolePermissionGroupsListResponse::Representation
7987
7987
  command.response_class = Google::Apis::DfareportingV4::UserRolePermissionGroupsListResponse
7988
7988
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8014,7 +8014,7 @@ module Google
8014
8014
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8015
8015
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8016
8016
  def get_user_role_permission(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
8017
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/userRolePermissions/{id}', options)
8017
+ command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissions/{id}', options)
8018
8018
  command.response_representation = Google::Apis::DfareportingV4::UserRolePermission::Representation
8019
8019
  command.response_class = Google::Apis::DfareportingV4::UserRolePermission
8020
8020
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8047,7 +8047,7 @@ module Google
8047
8047
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8048
8048
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8049
8049
  def list_user_role_permissions(profile_id, ids: nil, fields: nil, quota_user: nil, options: nil, &block)
8050
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/userRolePermissions', options)
8050
+ command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissions', options)
8051
8051
  command.response_representation = Google::Apis::DfareportingV4::UserRolePermissionsListResponse::Representation
8052
8052
  command.response_class = Google::Apis::DfareportingV4::UserRolePermissionsListResponse
8053
8053
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8080,7 +8080,7 @@ module Google
8080
8080
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8081
8081
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8082
8082
  def delete_user_role(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
8083
- command = make_simple_command(:delete, 'dfareporting/v4/userprofiles/{profileId}/userRoles/{id}', options)
8083
+ command = make_simple_command(:delete, 'userprofiles/{profileId}/userRoles/{id}', options)
8084
8084
  command.params['profileId'] = profile_id unless profile_id.nil?
8085
8085
  command.params['id'] = id unless id.nil?
8086
8086
  command.query['fields'] = fields unless fields.nil?
@@ -8111,7 +8111,7 @@ module Google
8111
8111
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8112
8112
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8113
8113
  def get_user_role(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
8114
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/userRoles/{id}', options)
8114
+ command = make_simple_command(:get, 'userprofiles/{profileId}/userRoles/{id}', options)
8115
8115
  command.response_representation = Google::Apis::DfareportingV4::UserRole::Representation
8116
8116
  command.response_class = Google::Apis::DfareportingV4::UserRole
8117
8117
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8143,7 +8143,7 @@ module Google
8143
8143
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8144
8144
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8145
8145
  def insert_user_role(profile_id, user_role_object = nil, fields: nil, quota_user: nil, options: nil, &block)
8146
- command = make_simple_command(:post, 'dfareporting/v4/userprofiles/{profileId}/userRoles', options)
8146
+ command = make_simple_command(:post, 'userprofiles/{profileId}/userRoles', options)
8147
8147
  command.request_representation = Google::Apis::DfareportingV4::UserRole::Representation
8148
8148
  command.request_object = user_role_object
8149
8149
  command.response_representation = Google::Apis::DfareportingV4::UserRole::Representation
@@ -8197,7 +8197,7 @@ module Google
8197
8197
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8198
8198
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8199
8199
  def list_user_roles(profile_id, account_user_role_only: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, fields: nil, quota_user: nil, options: nil, &block)
8200
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/userRoles', options)
8200
+ command = make_simple_command(:get, 'userprofiles/{profileId}/userRoles', options)
8201
8201
  command.response_representation = Google::Apis::DfareportingV4::UserRolesListResponse::Representation
8202
8202
  command.response_class = Google::Apis::DfareportingV4::UserRolesListResponse
8203
8203
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8238,7 +8238,7 @@ module Google
8238
8238
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8239
8239
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8240
8240
  def patch_user_role(profile_id, id, user_role_object = nil, fields: nil, quota_user: nil, options: nil, &block)
8241
- command = make_simple_command(:patch, 'dfareporting/v4/userprofiles/{profileId}/userRoles', options)
8241
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/userRoles', options)
8242
8242
  command.request_representation = Google::Apis::DfareportingV4::UserRole::Representation
8243
8243
  command.request_object = user_role_object
8244
8244
  command.response_representation = Google::Apis::DfareportingV4::UserRole::Representation
@@ -8272,7 +8272,7 @@ module Google
8272
8272
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8273
8273
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8274
8274
  def update_user_role(profile_id, user_role_object = nil, fields: nil, quota_user: nil, options: nil, &block)
8275
- command = make_simple_command(:put, 'dfareporting/v4/userprofiles/{profileId}/userRoles', options)
8275
+ command = make_simple_command(:put, 'userprofiles/{profileId}/userRoles', options)
8276
8276
  command.request_representation = Google::Apis::DfareportingV4::UserRole::Representation
8277
8277
  command.request_object = user_role_object
8278
8278
  command.response_representation = Google::Apis::DfareportingV4::UserRole::Representation
@@ -8306,7 +8306,7 @@ module Google
8306
8306
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8307
8307
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8308
8308
  def get_video_format(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
8309
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/videoFormats/{id}', options)
8309
+ command = make_simple_command(:get, 'userprofiles/{profileId}/videoFormats/{id}', options)
8310
8310
  command.response_representation = Google::Apis::DfareportingV4::VideoFormat::Representation
8311
8311
  command.response_class = Google::Apis::DfareportingV4::VideoFormat
8312
8312
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8337,7 +8337,7 @@ module Google
8337
8337
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8338
8338
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8339
8339
  def list_video_formats(profile_id, fields: nil, quota_user: nil, options: nil, &block)
8340
- command = make_simple_command(:get, 'dfareporting/v4/userprofiles/{profileId}/videoFormats', options)
8340
+ command = make_simple_command(:get, 'userprofiles/{profileId}/videoFormats', options)
8341
8341
  command.response_representation = Google::Apis::DfareportingV4::VideoFormatsListResponse::Representation
8342
8342
  command.response_class = Google::Apis::DfareportingV4::VideoFormatsListResponse
8343
8343
  command.params['profileId'] = profile_id unless profile_id.nil?