@maxim_mazurok/gapi.client.dfareporting-v4 0.0.20240821 → 0.0.20250218
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.
- package/index.d.ts +231 -94
- package/package.json +1 -1
- package/readme.md +17 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://dfareporting.googleapis.com/$discovery/rest?version=v4
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250218
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Campaign Manager 360 API v4 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://dfareporting.googleapis.com/$discovery/rest?version=v4'
|
|
19
|
+
urlOrObject: 'https://dfareporting.googleapis.com/$discovery/rest?version=v4',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'dfareporting', version: 'v4'): Promise<void>;
|
|
@@ -569,11 +569,11 @@ declare namespace gapi.client {
|
|
|
569
569
|
interface CartData {
|
|
570
570
|
/** Data of the items purchased. */
|
|
571
571
|
items?: CartDataItem[];
|
|
572
|
-
/** The feed labels associated with the feed where your items are uploaded. For more information, please refer to https://support.google.com/merchants/answer/12453549.
|
|
572
|
+
/** The feed labels associated with the feed where your items are uploaded. For more information, please refer to https://support.google.com/merchants/answer/12453549. Providing the feed label reduces ambiguity in identifying the right offer details. */
|
|
573
573
|
merchantFeedLabel?: string;
|
|
574
|
-
/** The language associated with the feed where your items are uploaded. Use ISO 639-1 language codes.
|
|
574
|
+
/** The language associated with the feed where your items are uploaded. Use ISO 639-1 language codes. Providing the feed language reduces ambiguity in identifying the right offer details. */
|
|
575
575
|
merchantFeedLanguage?: string;
|
|
576
|
-
/** The Merchant Center ID where the items are uploaded. */
|
|
576
|
+
/** The Merchant Center ID where the items are uploaded. Providing Merchant Center ID reduces ambiguity in identifying the right offer details. */
|
|
577
577
|
merchantId?: string;
|
|
578
578
|
}
|
|
579
579
|
interface CartDataItem {
|
|
@@ -690,6 +690,8 @@ declare namespace gapi.client {
|
|
|
690
690
|
interface CompatibleFields {
|
|
691
691
|
/** Contains items that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH". */
|
|
692
692
|
crossDimensionReachReportCompatibleFields?: CrossDimensionReachReportCompatibleFields;
|
|
693
|
+
/** Contains items that are compatible to be selected for a report of type "CROSS_MEDIA_REACH". */
|
|
694
|
+
crossMediaReachReportCompatibleFields?: CrossMediaReachReportCompatibleFields;
|
|
693
695
|
/** Contains items that are compatible to be selected for a report of type "FLOODLIGHT". */
|
|
694
696
|
floodlightReportCompatibleFields?: FloodlightReportCompatibleFields;
|
|
695
697
|
/** The kind of resource this is, in this case dfareporting#compatibleFields. */
|
|
@@ -740,7 +742,7 @@ declare namespace gapi.client {
|
|
|
740
742
|
cartData?: CartData;
|
|
741
743
|
/** Whether this particular request may come from a user under the age of 13, under COPPA compliance. */
|
|
742
744
|
childDirectedTreatment?: boolean;
|
|
743
|
-
/** Custom floodlight variables.
|
|
745
|
+
/** Custom floodlight variables. */
|
|
744
746
|
customVariables?: CustomFloodlightVariable[];
|
|
745
747
|
/** The display click ID. This field is mutually exclusive with encryptedUserId, encryptedUserIdCandidates[], matchId, mobileDeviceId, gclid, and impressionId. This or encryptedUserId or encryptedUserIdCandidates[] or matchId or mobileDeviceId or gclid or impressionId is a required field. */
|
|
746
748
|
dclid?: string;
|
|
@@ -776,7 +778,7 @@ declare namespace gapi.client {
|
|
|
776
778
|
treatmentForUnderage?: boolean;
|
|
777
779
|
/** The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5. */
|
|
778
780
|
userIdentifiers?: UserIdentifier[];
|
|
779
|
-
/** The value of the conversion. This is a required field. */
|
|
781
|
+
/** The value of the conversion. Interpreted in CM360 Floodlight config parent advertiser's currency code. This is a required field. */
|
|
780
782
|
value?: number;
|
|
781
783
|
}
|
|
782
784
|
interface ConversionError {
|
|
@@ -1289,10 +1291,20 @@ declare namespace gapi.client {
|
|
|
1289
1291
|
/** Metrics which are compatible to be selected in the "overlapMetricNames" section of the report. */
|
|
1290
1292
|
overlapMetrics?: Metric[];
|
|
1291
1293
|
}
|
|
1294
|
+
interface CrossMediaReachReportCompatibleFields {
|
|
1295
|
+
/** Dimensions which are compatible to be selected in the "dimensionFilters" section of the report. */
|
|
1296
|
+
dimensionFilters?: Dimension[];
|
|
1297
|
+
/** Dimensions which are compatible to be selected in the "dimensions" section of the report. */
|
|
1298
|
+
dimensions?: Dimension[];
|
|
1299
|
+
/** The kind of resource this is, in this case dfareporting#crossMediaReachReportCompatibleFields. */
|
|
1300
|
+
kind?: string;
|
|
1301
|
+
/** Metrics which are compatible to be selected in the "metricNames" section of the report. */
|
|
1302
|
+
metrics?: Metric[];
|
|
1303
|
+
}
|
|
1292
1304
|
interface CustomFloodlightVariable {
|
|
1293
1305
|
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#customFloodlightVariable". */
|
|
1294
1306
|
kind?: string;
|
|
1295
|
-
/** The type of custom floodlight variable to supply a value for. These map to the "u[1-
|
|
1307
|
+
/** The type of custom floodlight variable to supply a value for. These map to the "u[1-100]=" in the tags. */
|
|
1296
1308
|
type?: string;
|
|
1297
1309
|
/** The value of the custom floodlight variable. The length of string must not exceed 100 characters. */
|
|
1298
1310
|
value?: string;
|
|
@@ -2714,6 +2726,17 @@ declare namespace gapi.client {
|
|
|
2714
2726
|
/** Whether the report is pivoted or not. Defaults to true. */
|
|
2715
2727
|
pivoted?: boolean;
|
|
2716
2728
|
};
|
|
2729
|
+
/** Optional. The report criteria for a report of type "CROSS_MEDIA_REACH". */
|
|
2730
|
+
crossMediaReachCriteria?: {
|
|
2731
|
+
/** Required. The date range this report should be run for. */
|
|
2732
|
+
dateRange?: DateRange;
|
|
2733
|
+
/** Required. The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed. */
|
|
2734
|
+
dimensionFilters?: DimensionValue[];
|
|
2735
|
+
/** Required. The list of dimensions the report should include. */
|
|
2736
|
+
dimensions?: SortedDimension[];
|
|
2737
|
+
/** Required. The list of names of metrics the report should include. */
|
|
2738
|
+
metricNames?: string[];
|
|
2739
|
+
};
|
|
2717
2740
|
/** The report's email delivery settings. */
|
|
2718
2741
|
delivery?: {
|
|
2719
2742
|
/** Whether the report should be emailed to the report owner. */
|
|
@@ -3081,6 +3104,8 @@ declare namespace gapi.client {
|
|
|
3081
3104
|
includeClickThroughUrls?: boolean;
|
|
3082
3105
|
/** Whether click-tracking string should be included in the tags. */
|
|
3083
3106
|
includeClickTracking?: boolean;
|
|
3107
|
+
/** Optional. Indicates that the unescapedlpurl macro should be included in the tag for the static landing page. New placements will default to the value set on their site. */
|
|
3108
|
+
includeUnescapedlpurlMacro?: boolean;
|
|
3084
3109
|
/** Option specifying how keywords are embedded in ad tags. This setting can be used to specify whether keyword placeholders are inserted in placement tags for this site. Publishers can then add keywords to those placeholders. */
|
|
3085
3110
|
keywordOption?: string;
|
|
3086
3111
|
}
|
|
@@ -3198,6 +3223,48 @@ declare namespace gapi.client {
|
|
|
3198
3223
|
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#transcodeSetting". */
|
|
3199
3224
|
kind?: string;
|
|
3200
3225
|
}
|
|
3226
|
+
interface TvCampaignDetail {
|
|
3227
|
+
/** ID of this TV campaign. */
|
|
3228
|
+
id?: string;
|
|
3229
|
+
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummary". */
|
|
3230
|
+
kind?: string;
|
|
3231
|
+
/** The timepoints of the TV campaign. */
|
|
3232
|
+
timepoints?: TvCampaignTimepoint[];
|
|
3233
|
+
}
|
|
3234
|
+
interface TvCampaignSummariesListResponse {
|
|
3235
|
+
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummariesListResponse". */
|
|
3236
|
+
kind?: string;
|
|
3237
|
+
/** List of TV campaign summaries. */
|
|
3238
|
+
tvCampaignSummaries?: TvCampaignSummary[];
|
|
3239
|
+
}
|
|
3240
|
+
interface TvCampaignSummary {
|
|
3241
|
+
/** The end date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd". */
|
|
3242
|
+
endDate?: string;
|
|
3243
|
+
/** GRP of this TV campaign. */
|
|
3244
|
+
grp?: string;
|
|
3245
|
+
/** ID of this TV campaign. */
|
|
3246
|
+
id?: string;
|
|
3247
|
+
/** Impressions across the entire TV campaign. */
|
|
3248
|
+
impressions?: string;
|
|
3249
|
+
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummary". */
|
|
3250
|
+
kind?: string;
|
|
3251
|
+
/** Identifier. Name of this TV campaign. */
|
|
3252
|
+
name?: string;
|
|
3253
|
+
/** Spend across the entire TV campaign. */
|
|
3254
|
+
spend?: number;
|
|
3255
|
+
/** The start date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd". */
|
|
3256
|
+
startDate?: string;
|
|
3257
|
+
/** "CampaignComponentType" of this TV campaign. */
|
|
3258
|
+
type?: string;
|
|
3259
|
+
}
|
|
3260
|
+
interface TvCampaignTimepoint {
|
|
3261
|
+
/** The date window of the timepoint. */
|
|
3262
|
+
dateWindow?: string;
|
|
3263
|
+
/** The spend within the time range of the timepoint. */
|
|
3264
|
+
spend?: number;
|
|
3265
|
+
/** The start date of the timepoint. A string in the format of "yyyy-MM-dd". */
|
|
3266
|
+
startDate?: string;
|
|
3267
|
+
}
|
|
3201
3268
|
interface UniversalAdId {
|
|
3202
3269
|
/** Registry used for the Ad ID value. */
|
|
3203
3270
|
registry?: string;
|
|
@@ -3626,7 +3693,7 @@ declare namespace gapi.client {
|
|
|
3626
3693
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3627
3694
|
uploadType?: string;
|
|
3628
3695
|
},
|
|
3629
|
-
body: Account
|
|
3696
|
+
body: Account,
|
|
3630
3697
|
): Request<Account>;
|
|
3631
3698
|
/** Updates an existing account. */
|
|
3632
3699
|
update(request: {
|
|
@@ -3684,7 +3751,7 @@ declare namespace gapi.client {
|
|
|
3684
3751
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3685
3752
|
uploadType?: string;
|
|
3686
3753
|
},
|
|
3687
|
-
body: Account
|
|
3754
|
+
body: Account,
|
|
3688
3755
|
): Request<Account>;
|
|
3689
3756
|
}
|
|
3690
3757
|
interface AccountUserProfilesResource {
|
|
@@ -3773,7 +3840,7 @@ declare namespace gapi.client {
|
|
|
3773
3840
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3774
3841
|
uploadType?: string;
|
|
3775
3842
|
},
|
|
3776
|
-
body: AccountUserProfile
|
|
3843
|
+
body: AccountUserProfile,
|
|
3777
3844
|
): Request<AccountUserProfile>;
|
|
3778
3845
|
/** Retrieves a list of account user profiles, possibly filtered. This method supports paging. */
|
|
3779
3846
|
list(request?: {
|
|
@@ -3880,7 +3947,7 @@ declare namespace gapi.client {
|
|
|
3880
3947
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3881
3948
|
uploadType?: string;
|
|
3882
3949
|
},
|
|
3883
|
-
body: AccountUserProfile
|
|
3950
|
+
body: AccountUserProfile,
|
|
3884
3951
|
): Request<AccountUserProfile>;
|
|
3885
3952
|
/** Updates an existing account user profile. */
|
|
3886
3953
|
update(request: {
|
|
@@ -3938,7 +4005,7 @@ declare namespace gapi.client {
|
|
|
3938
4005
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3939
4006
|
uploadType?: string;
|
|
3940
4007
|
},
|
|
3941
|
-
body: AccountUserProfile
|
|
4008
|
+
body: AccountUserProfile,
|
|
3942
4009
|
): Request<AccountUserProfile>;
|
|
3943
4010
|
}
|
|
3944
4011
|
interface AdsResource {
|
|
@@ -4027,7 +4094,7 @@ declare namespace gapi.client {
|
|
|
4027
4094
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4028
4095
|
uploadType?: string;
|
|
4029
4096
|
},
|
|
4030
|
-
body: Ad
|
|
4097
|
+
body: Ad,
|
|
4031
4098
|
): Request<Ad>;
|
|
4032
4099
|
/** Retrieves a list of ads, possibly filtered. This method supports paging. */
|
|
4033
4100
|
list(request?: {
|
|
@@ -4162,7 +4229,7 @@ declare namespace gapi.client {
|
|
|
4162
4229
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4163
4230
|
uploadType?: string;
|
|
4164
4231
|
},
|
|
4165
|
-
body: Ad
|
|
4232
|
+
body: Ad,
|
|
4166
4233
|
): Request<Ad>;
|
|
4167
4234
|
/** Updates an existing ad. */
|
|
4168
4235
|
update(request: {
|
|
@@ -4220,7 +4287,7 @@ declare namespace gapi.client {
|
|
|
4220
4287
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4221
4288
|
uploadType?: string;
|
|
4222
4289
|
},
|
|
4223
|
-
body: Ad
|
|
4290
|
+
body: Ad,
|
|
4224
4291
|
): Request<Ad>;
|
|
4225
4292
|
}
|
|
4226
4293
|
interface AdvertiserGroupsResource {
|
|
@@ -4338,7 +4405,7 @@ declare namespace gapi.client {
|
|
|
4338
4405
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4339
4406
|
uploadType?: string;
|
|
4340
4407
|
},
|
|
4341
|
-
body: AdvertiserGroup
|
|
4408
|
+
body: AdvertiserGroup,
|
|
4342
4409
|
): Request<AdvertiserGroup>;
|
|
4343
4410
|
/** Retrieves a list of advertiser groups, possibly filtered. This method supports paging. */
|
|
4344
4411
|
list(request?: {
|
|
@@ -4439,7 +4506,7 @@ declare namespace gapi.client {
|
|
|
4439
4506
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4440
4507
|
uploadType?: string;
|
|
4441
4508
|
},
|
|
4442
|
-
body: AdvertiserGroup
|
|
4509
|
+
body: AdvertiserGroup,
|
|
4443
4510
|
): Request<AdvertiserGroup>;
|
|
4444
4511
|
/** Updates an existing advertiser group. */
|
|
4445
4512
|
update(request: {
|
|
@@ -4497,7 +4564,7 @@ declare namespace gapi.client {
|
|
|
4497
4564
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4498
4565
|
uploadType?: string;
|
|
4499
4566
|
},
|
|
4500
|
-
body: AdvertiserGroup
|
|
4567
|
+
body: AdvertiserGroup,
|
|
4501
4568
|
): Request<AdvertiserGroup>;
|
|
4502
4569
|
}
|
|
4503
4570
|
interface AdvertiserInvoicesResource {
|
|
@@ -4623,7 +4690,7 @@ declare namespace gapi.client {
|
|
|
4623
4690
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4624
4691
|
uploadType?: string;
|
|
4625
4692
|
},
|
|
4626
|
-
body: LandingPage
|
|
4693
|
+
body: LandingPage,
|
|
4627
4694
|
): Request<LandingPage>;
|
|
4628
4695
|
/** Retrieves a list of landing pages. */
|
|
4629
4696
|
list(request?: {
|
|
@@ -4732,7 +4799,7 @@ declare namespace gapi.client {
|
|
|
4732
4799
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4733
4800
|
uploadType?: string;
|
|
4734
4801
|
},
|
|
4735
|
-
body: LandingPage
|
|
4802
|
+
body: LandingPage,
|
|
4736
4803
|
): Request<LandingPage>;
|
|
4737
4804
|
/** Updates an existing landing page. */
|
|
4738
4805
|
update(request: {
|
|
@@ -4790,7 +4857,7 @@ declare namespace gapi.client {
|
|
|
4790
4857
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4791
4858
|
uploadType?: string;
|
|
4792
4859
|
},
|
|
4793
|
-
body: LandingPage
|
|
4860
|
+
body: LandingPage,
|
|
4794
4861
|
): Request<LandingPage>;
|
|
4795
4862
|
}
|
|
4796
4863
|
interface AdvertisersResource {
|
|
@@ -4879,7 +4946,7 @@ declare namespace gapi.client {
|
|
|
4879
4946
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4880
4947
|
uploadType?: string;
|
|
4881
4948
|
},
|
|
4882
|
-
body: Advertiser
|
|
4949
|
+
body: Advertiser,
|
|
4883
4950
|
): Request<Advertiser>;
|
|
4884
4951
|
/** Retrieves a list of advertisers, possibly filtered. This method supports paging. */
|
|
4885
4952
|
list(request?: {
|
|
@@ -4992,7 +5059,7 @@ declare namespace gapi.client {
|
|
|
4992
5059
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4993
5060
|
uploadType?: string;
|
|
4994
5061
|
},
|
|
4995
|
-
body: Advertiser
|
|
5062
|
+
body: Advertiser,
|
|
4996
5063
|
): Request<Advertiser>;
|
|
4997
5064
|
/** Updates an existing advertiser. */
|
|
4998
5065
|
update(request: {
|
|
@@ -5050,7 +5117,7 @@ declare namespace gapi.client {
|
|
|
5050
5117
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5051
5118
|
uploadType?: string;
|
|
5052
5119
|
},
|
|
5053
|
-
body: Advertiser
|
|
5120
|
+
body: Advertiser,
|
|
5054
5121
|
): Request<Advertiser>;
|
|
5055
5122
|
}
|
|
5056
5123
|
interface BillingAssignmentsResource {
|
|
@@ -5114,7 +5181,7 @@ declare namespace gapi.client {
|
|
|
5114
5181
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5115
5182
|
uploadType?: string;
|
|
5116
5183
|
},
|
|
5117
|
-
body: BillingAssignment
|
|
5184
|
+
body: BillingAssignment,
|
|
5118
5185
|
): Request<BillingAssignment>;
|
|
5119
5186
|
/** Retrieves a list of billing assignments. */
|
|
5120
5187
|
list(request?: {
|
|
@@ -5279,7 +5346,7 @@ declare namespace gapi.client {
|
|
|
5279
5346
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5280
5347
|
uploadType?: string;
|
|
5281
5348
|
},
|
|
5282
|
-
body: BillingProfile
|
|
5349
|
+
body: BillingProfile,
|
|
5283
5350
|
): Request<BillingProfile>;
|
|
5284
5351
|
}
|
|
5285
5352
|
interface BillingRatesResource {
|
|
@@ -5403,7 +5470,7 @@ declare namespace gapi.client {
|
|
|
5403
5470
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5404
5471
|
uploadType?: string;
|
|
5405
5472
|
},
|
|
5406
|
-
body: CampaignCreativeAssociation
|
|
5473
|
+
body: CampaignCreativeAssociation,
|
|
5407
5474
|
): Request<CampaignCreativeAssociation>;
|
|
5408
5475
|
/** Retrieves the list of creative IDs associated with the specified campaign. This method supports paging. */
|
|
5409
5476
|
list(request?: {
|
|
@@ -5527,7 +5594,7 @@ declare namespace gapi.client {
|
|
|
5527
5594
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5528
5595
|
uploadType?: string;
|
|
5529
5596
|
},
|
|
5530
|
-
body: Campaign
|
|
5597
|
+
body: Campaign,
|
|
5531
5598
|
): Request<Campaign>;
|
|
5532
5599
|
/** Retrieves a list of campaigns, possibly filtered. This method supports paging. */
|
|
5533
5600
|
list(request?: {
|
|
@@ -5642,7 +5709,7 @@ declare namespace gapi.client {
|
|
|
5642
5709
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5643
5710
|
uploadType?: string;
|
|
5644
5711
|
},
|
|
5645
|
-
body: Campaign
|
|
5712
|
+
body: Campaign,
|
|
5646
5713
|
): Request<Campaign>;
|
|
5647
5714
|
/** Updates an existing campaign. */
|
|
5648
5715
|
update(request: {
|
|
@@ -5700,7 +5767,7 @@ declare namespace gapi.client {
|
|
|
5700
5767
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5701
5768
|
uploadType?: string;
|
|
5702
5769
|
},
|
|
5703
|
-
body: Campaign
|
|
5770
|
+
body: Campaign,
|
|
5704
5771
|
): Request<Campaign>;
|
|
5705
5772
|
}
|
|
5706
5773
|
interface ChangeLogsResource {
|
|
@@ -5991,7 +6058,7 @@ declare namespace gapi.client {
|
|
|
5991
6058
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5992
6059
|
uploadType?: string;
|
|
5993
6060
|
},
|
|
5994
|
-
body: ContentCategory
|
|
6061
|
+
body: ContentCategory,
|
|
5995
6062
|
): Request<ContentCategory>;
|
|
5996
6063
|
/** Retrieves a list of content categories, possibly filtered. This method supports paging. */
|
|
5997
6064
|
list(request?: {
|
|
@@ -6092,7 +6159,7 @@ declare namespace gapi.client {
|
|
|
6092
6159
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6093
6160
|
uploadType?: string;
|
|
6094
6161
|
},
|
|
6095
|
-
body: ContentCategory
|
|
6162
|
+
body: ContentCategory,
|
|
6096
6163
|
): Request<ContentCategory>;
|
|
6097
6164
|
/** Updates an existing content category. */
|
|
6098
6165
|
update(request: {
|
|
@@ -6150,7 +6217,7 @@ declare namespace gapi.client {
|
|
|
6150
6217
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6151
6218
|
uploadType?: string;
|
|
6152
6219
|
},
|
|
6153
|
-
body: ContentCategory
|
|
6220
|
+
body: ContentCategory,
|
|
6154
6221
|
): Request<ContentCategory>;
|
|
6155
6222
|
}
|
|
6156
6223
|
interface ConversionsResource {
|
|
@@ -6210,7 +6277,7 @@ declare namespace gapi.client {
|
|
|
6210
6277
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6211
6278
|
uploadType?: string;
|
|
6212
6279
|
},
|
|
6213
|
-
body: ConversionsBatchInsertRequest
|
|
6280
|
+
body: ConversionsBatchInsertRequest,
|
|
6214
6281
|
): Request<ConversionsBatchInsertResponse>;
|
|
6215
6282
|
/** Updates existing conversions. */
|
|
6216
6283
|
batchupdate(request: {
|
|
@@ -6268,7 +6335,7 @@ declare namespace gapi.client {
|
|
|
6268
6335
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6269
6336
|
uploadType?: string;
|
|
6270
6337
|
},
|
|
6271
|
-
body: ConversionsBatchUpdateRequest
|
|
6338
|
+
body: ConversionsBatchUpdateRequest,
|
|
6272
6339
|
): Request<ConversionsBatchUpdateResponse>;
|
|
6273
6340
|
}
|
|
6274
6341
|
interface CountriesResource {
|
|
@@ -6390,7 +6457,7 @@ declare namespace gapi.client {
|
|
|
6390
6457
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6391
6458
|
uploadType?: string;
|
|
6392
6459
|
},
|
|
6393
|
-
body: CreativeAssetMetadata
|
|
6460
|
+
body: CreativeAssetMetadata,
|
|
6394
6461
|
): Request<CreativeAssetMetadata>;
|
|
6395
6462
|
}
|
|
6396
6463
|
interface CreativeFieldsResource {
|
|
@@ -6508,7 +6575,7 @@ declare namespace gapi.client {
|
|
|
6508
6575
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6509
6576
|
uploadType?: string;
|
|
6510
6577
|
},
|
|
6511
|
-
body: CreativeField
|
|
6578
|
+
body: CreativeField,
|
|
6512
6579
|
): Request<CreativeField>;
|
|
6513
6580
|
/** Retrieves a list of creative fields, possibly filtered. This method supports paging. */
|
|
6514
6581
|
list(request?: {
|
|
@@ -6611,7 +6678,7 @@ declare namespace gapi.client {
|
|
|
6611
6678
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6612
6679
|
uploadType?: string;
|
|
6613
6680
|
},
|
|
6614
|
-
body: CreativeField
|
|
6681
|
+
body: CreativeField,
|
|
6615
6682
|
): Request<CreativeField>;
|
|
6616
6683
|
/** Updates an existing creative field. */
|
|
6617
6684
|
update(request: {
|
|
@@ -6669,7 +6736,7 @@ declare namespace gapi.client {
|
|
|
6669
6736
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6670
6737
|
uploadType?: string;
|
|
6671
6738
|
},
|
|
6672
|
-
body: CreativeField
|
|
6739
|
+
body: CreativeField,
|
|
6673
6740
|
): Request<CreativeField>;
|
|
6674
6741
|
}
|
|
6675
6742
|
interface CreativeFieldValuesResource {
|
|
@@ -6795,7 +6862,7 @@ declare namespace gapi.client {
|
|
|
6795
6862
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6796
6863
|
uploadType?: string;
|
|
6797
6864
|
},
|
|
6798
|
-
body: CreativeFieldValue
|
|
6865
|
+
body: CreativeFieldValue,
|
|
6799
6866
|
): Request<CreativeFieldValue>;
|
|
6800
6867
|
/** Retrieves a list of creative field values, possibly filtered. This method supports paging. */
|
|
6801
6868
|
list(request?: {
|
|
@@ -6902,7 +6969,7 @@ declare namespace gapi.client {
|
|
|
6902
6969
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6903
6970
|
uploadType?: string;
|
|
6904
6971
|
},
|
|
6905
|
-
body: CreativeFieldValue
|
|
6972
|
+
body: CreativeFieldValue,
|
|
6906
6973
|
): Request<CreativeFieldValue>;
|
|
6907
6974
|
/** Updates an existing creative field value. */
|
|
6908
6975
|
update(request: {
|
|
@@ -6964,7 +7031,7 @@ declare namespace gapi.client {
|
|
|
6964
7031
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6965
7032
|
uploadType?: string;
|
|
6966
7033
|
},
|
|
6967
|
-
body: CreativeFieldValue
|
|
7034
|
+
body: CreativeFieldValue,
|
|
6968
7035
|
): Request<CreativeFieldValue>;
|
|
6969
7036
|
}
|
|
6970
7037
|
interface CreativeGroupsResource {
|
|
@@ -7053,7 +7120,7 @@ declare namespace gapi.client {
|
|
|
7053
7120
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7054
7121
|
uploadType?: string;
|
|
7055
7122
|
},
|
|
7056
|
-
body: CreativeGroup
|
|
7123
|
+
body: CreativeGroup,
|
|
7057
7124
|
): Request<CreativeGroup>;
|
|
7058
7125
|
/** Retrieves a list of creative groups, possibly filtered. This method supports paging. */
|
|
7059
7126
|
list(request?: {
|
|
@@ -7158,7 +7225,7 @@ declare namespace gapi.client {
|
|
|
7158
7225
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7159
7226
|
uploadType?: string;
|
|
7160
7227
|
},
|
|
7161
|
-
body: CreativeGroup
|
|
7228
|
+
body: CreativeGroup,
|
|
7162
7229
|
): Request<CreativeGroup>;
|
|
7163
7230
|
/** Updates an existing creative group. */
|
|
7164
7231
|
update(request: {
|
|
@@ -7216,7 +7283,7 @@ declare namespace gapi.client {
|
|
|
7216
7283
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7217
7284
|
uploadType?: string;
|
|
7218
7285
|
},
|
|
7219
|
-
body: CreativeGroup
|
|
7286
|
+
body: CreativeGroup,
|
|
7220
7287
|
): Request<CreativeGroup>;
|
|
7221
7288
|
}
|
|
7222
7289
|
interface CreativesResource {
|
|
@@ -7305,7 +7372,7 @@ declare namespace gapi.client {
|
|
|
7305
7372
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7306
7373
|
uploadType?: string;
|
|
7307
7374
|
},
|
|
7308
|
-
body: Creative
|
|
7375
|
+
body: Creative,
|
|
7309
7376
|
): Request<Creative>;
|
|
7310
7377
|
/** Retrieves a list of creatives, possibly filtered. This method supports paging. */
|
|
7311
7378
|
list(request?: {
|
|
@@ -7426,7 +7493,7 @@ declare namespace gapi.client {
|
|
|
7426
7493
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7427
7494
|
uploadType?: string;
|
|
7428
7495
|
},
|
|
7429
|
-
body: Creative
|
|
7496
|
+
body: Creative,
|
|
7430
7497
|
): Request<Creative>;
|
|
7431
7498
|
/** Updates an existing creative. */
|
|
7432
7499
|
update(request: {
|
|
@@ -7484,7 +7551,7 @@ declare namespace gapi.client {
|
|
|
7484
7551
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7485
7552
|
uploadType?: string;
|
|
7486
7553
|
},
|
|
7487
|
-
body: Creative
|
|
7554
|
+
body: Creative,
|
|
7488
7555
|
): Request<Creative>;
|
|
7489
7556
|
}
|
|
7490
7557
|
interface DimensionValuesResource {
|
|
@@ -7552,7 +7619,7 @@ declare namespace gapi.client {
|
|
|
7552
7619
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7553
7620
|
uploadType?: string;
|
|
7554
7621
|
},
|
|
7555
|
-
body: DimensionValueRequest
|
|
7622
|
+
body: DimensionValueRequest,
|
|
7556
7623
|
): Request<DimensionValueList>;
|
|
7557
7624
|
}
|
|
7558
7625
|
interface DirectorySitesResource {
|
|
@@ -7641,7 +7708,7 @@ declare namespace gapi.client {
|
|
|
7641
7708
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7642
7709
|
uploadType?: string;
|
|
7643
7710
|
},
|
|
7644
|
-
body: DirectorySite
|
|
7711
|
+
body: DirectorySite,
|
|
7645
7712
|
): Request<DirectorySite>;
|
|
7646
7713
|
/** Retrieves a list of directory sites, possibly filtered. This method supports paging. */
|
|
7647
7714
|
list(request?: {
|
|
@@ -7783,7 +7850,7 @@ declare namespace gapi.client {
|
|
|
7783
7850
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7784
7851
|
uploadType?: string;
|
|
7785
7852
|
},
|
|
7786
|
-
body: DynamicTargetingKey
|
|
7853
|
+
body: DynamicTargetingKey,
|
|
7787
7854
|
): Request<DynamicTargetingKey>;
|
|
7788
7855
|
/** Retrieves a list of dynamic targeting keys. */
|
|
7789
7856
|
list(request?: {
|
|
@@ -7936,7 +8003,7 @@ declare namespace gapi.client {
|
|
|
7936
8003
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7937
8004
|
uploadType?: string;
|
|
7938
8005
|
},
|
|
7939
|
-
body: EventTag
|
|
8006
|
+
body: EventTag,
|
|
7940
8007
|
): Request<EventTag>;
|
|
7941
8008
|
/** Retrieves a list of event tags, possibly filtered. */
|
|
7942
8009
|
list(request?: {
|
|
@@ -8045,7 +8112,7 @@ declare namespace gapi.client {
|
|
|
8045
8112
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8046
8113
|
uploadType?: string;
|
|
8047
8114
|
},
|
|
8048
|
-
body: EventTag
|
|
8115
|
+
body: EventTag,
|
|
8049
8116
|
): Request<EventTag>;
|
|
8050
8117
|
/** Updates an existing event tag. */
|
|
8051
8118
|
update(request: {
|
|
@@ -8103,7 +8170,7 @@ declare namespace gapi.client {
|
|
|
8103
8170
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8104
8171
|
uploadType?: string;
|
|
8105
8172
|
},
|
|
8106
|
-
body: EventTag
|
|
8173
|
+
body: EventTag,
|
|
8107
8174
|
): Request<EventTag>;
|
|
8108
8175
|
}
|
|
8109
8176
|
interface FilesResource {
|
|
@@ -8318,7 +8385,7 @@ declare namespace gapi.client {
|
|
|
8318
8385
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8319
8386
|
uploadType?: string;
|
|
8320
8387
|
},
|
|
8321
|
-
body: FloodlightActivity
|
|
8388
|
+
body: FloodlightActivity,
|
|
8322
8389
|
): Request<FloodlightActivity>;
|
|
8323
8390
|
/** Retrieves a list of floodlight activities, possibly filtered. This method supports paging. */
|
|
8324
8391
|
list(request?: {
|
|
@@ -8433,7 +8500,7 @@ declare namespace gapi.client {
|
|
|
8433
8500
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8434
8501
|
uploadType?: string;
|
|
8435
8502
|
},
|
|
8436
|
-
body: FloodlightActivity
|
|
8503
|
+
body: FloodlightActivity,
|
|
8437
8504
|
): Request<FloodlightActivity>;
|
|
8438
8505
|
/** Updates an existing floodlight activity. */
|
|
8439
8506
|
update(request: {
|
|
@@ -8491,7 +8558,7 @@ declare namespace gapi.client {
|
|
|
8491
8558
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8492
8559
|
uploadType?: string;
|
|
8493
8560
|
},
|
|
8494
|
-
body: FloodlightActivity
|
|
8561
|
+
body: FloodlightActivity,
|
|
8495
8562
|
): Request<FloodlightActivity>;
|
|
8496
8563
|
}
|
|
8497
8564
|
interface FloodlightActivityGroupsResource {
|
|
@@ -8580,7 +8647,7 @@ declare namespace gapi.client {
|
|
|
8580
8647
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8581
8648
|
uploadType?: string;
|
|
8582
8649
|
},
|
|
8583
|
-
body: FloodlightActivityGroup
|
|
8650
|
+
body: FloodlightActivityGroup,
|
|
8584
8651
|
): Request<FloodlightActivityGroup>;
|
|
8585
8652
|
/** Retrieves a list of floodlight activity groups, possibly filtered. This method supports paging. */
|
|
8586
8653
|
list(request?: {
|
|
@@ -8687,7 +8754,7 @@ declare namespace gapi.client {
|
|
|
8687
8754
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8688
8755
|
uploadType?: string;
|
|
8689
8756
|
},
|
|
8690
|
-
body: FloodlightActivityGroup
|
|
8757
|
+
body: FloodlightActivityGroup,
|
|
8691
8758
|
): Request<FloodlightActivityGroup>;
|
|
8692
8759
|
/** Updates an existing floodlight activity group. */
|
|
8693
8760
|
update(request: {
|
|
@@ -8745,7 +8812,7 @@ declare namespace gapi.client {
|
|
|
8745
8812
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8746
8813
|
uploadType?: string;
|
|
8747
8814
|
},
|
|
8748
|
-
body: FloodlightActivityGroup
|
|
8815
|
+
body: FloodlightActivityGroup,
|
|
8749
8816
|
): Request<FloodlightActivityGroup>;
|
|
8750
8817
|
}
|
|
8751
8818
|
interface FloodlightConfigurationsResource {
|
|
@@ -8867,7 +8934,7 @@ declare namespace gapi.client {
|
|
|
8867
8934
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8868
8935
|
uploadType?: string;
|
|
8869
8936
|
},
|
|
8870
|
-
body: FloodlightConfiguration
|
|
8937
|
+
body: FloodlightConfiguration,
|
|
8871
8938
|
): Request<FloodlightConfiguration>;
|
|
8872
8939
|
/** Updates an existing floodlight configuration. */
|
|
8873
8940
|
update(request: {
|
|
@@ -8925,7 +8992,7 @@ declare namespace gapi.client {
|
|
|
8925
8992
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8926
8993
|
uploadType?: string;
|
|
8927
8994
|
},
|
|
8928
|
-
body: FloodlightConfiguration
|
|
8995
|
+
body: FloodlightConfiguration,
|
|
8929
8996
|
): Request<FloodlightConfiguration>;
|
|
8930
8997
|
}
|
|
8931
8998
|
interface InventoryItemsResource {
|
|
@@ -9470,7 +9537,7 @@ declare namespace gapi.client {
|
|
|
9470
9537
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9471
9538
|
uploadType?: string;
|
|
9472
9539
|
},
|
|
9473
|
-
body: PlacementGroup
|
|
9540
|
+
body: PlacementGroup,
|
|
9474
9541
|
): Request<PlacementGroup>;
|
|
9475
9542
|
/** Retrieves a list of placement groups, possibly filtered. This method supports paging. */
|
|
9476
9543
|
list(request?: {
|
|
@@ -9597,7 +9664,7 @@ declare namespace gapi.client {
|
|
|
9597
9664
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9598
9665
|
uploadType?: string;
|
|
9599
9666
|
},
|
|
9600
|
-
body: PlacementGroup
|
|
9667
|
+
body: PlacementGroup,
|
|
9601
9668
|
): Request<PlacementGroup>;
|
|
9602
9669
|
/** Updates an existing placement group. */
|
|
9603
9670
|
update(request: {
|
|
@@ -9655,7 +9722,7 @@ declare namespace gapi.client {
|
|
|
9655
9722
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9656
9723
|
uploadType?: string;
|
|
9657
9724
|
},
|
|
9658
|
-
body: PlacementGroup
|
|
9725
|
+
body: PlacementGroup,
|
|
9659
9726
|
): Request<PlacementGroup>;
|
|
9660
9727
|
}
|
|
9661
9728
|
interface PlacementsResource {
|
|
@@ -9777,7 +9844,7 @@ declare namespace gapi.client {
|
|
|
9777
9844
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9778
9845
|
uploadType?: string;
|
|
9779
9846
|
},
|
|
9780
|
-
body: Placement
|
|
9847
|
+
body: Placement,
|
|
9781
9848
|
): Request<Placement>;
|
|
9782
9849
|
/** Retrieves a list of placements, possibly filtered. This method supports paging. */
|
|
9783
9850
|
list(request?: {
|
|
@@ -9910,7 +9977,7 @@ declare namespace gapi.client {
|
|
|
9910
9977
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9911
9978
|
uploadType?: string;
|
|
9912
9979
|
},
|
|
9913
|
-
body: Placement
|
|
9980
|
+
body: Placement,
|
|
9914
9981
|
): Request<Placement>;
|
|
9915
9982
|
/** Updates an existing placement. */
|
|
9916
9983
|
update(request: {
|
|
@@ -9968,7 +10035,7 @@ declare namespace gapi.client {
|
|
|
9968
10035
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9969
10036
|
uploadType?: string;
|
|
9970
10037
|
},
|
|
9971
|
-
body: Placement
|
|
10038
|
+
body: Placement,
|
|
9972
10039
|
): Request<Placement>;
|
|
9973
10040
|
}
|
|
9974
10041
|
interface PlacementStrategiesResource {
|
|
@@ -10086,7 +10153,7 @@ declare namespace gapi.client {
|
|
|
10086
10153
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10087
10154
|
uploadType?: string;
|
|
10088
10155
|
},
|
|
10089
|
-
body: PlacementStrategy
|
|
10156
|
+
body: PlacementStrategy,
|
|
10090
10157
|
): Request<PlacementStrategy>;
|
|
10091
10158
|
/** Retrieves a list of placement strategies, possibly filtered. This method supports paging. */
|
|
10092
10159
|
list(request?: {
|
|
@@ -10187,7 +10254,7 @@ declare namespace gapi.client {
|
|
|
10187
10254
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10188
10255
|
uploadType?: string;
|
|
10189
10256
|
},
|
|
10190
|
-
body: PlacementStrategy
|
|
10257
|
+
body: PlacementStrategy,
|
|
10191
10258
|
): Request<PlacementStrategy>;
|
|
10192
10259
|
/** Updates an existing placement strategy. */
|
|
10193
10260
|
update(request: {
|
|
@@ -10245,7 +10312,7 @@ declare namespace gapi.client {
|
|
|
10245
10312
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10246
10313
|
uploadType?: string;
|
|
10247
10314
|
},
|
|
10248
|
-
body: PlacementStrategy
|
|
10315
|
+
body: PlacementStrategy,
|
|
10249
10316
|
): Request<PlacementStrategy>;
|
|
10250
10317
|
}
|
|
10251
10318
|
interface PlatformTypesResource {
|
|
@@ -10551,7 +10618,7 @@ declare namespace gapi.client {
|
|
|
10551
10618
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10552
10619
|
uploadType?: string;
|
|
10553
10620
|
},
|
|
10554
|
-
body: RemarketingList
|
|
10621
|
+
body: RemarketingList,
|
|
10555
10622
|
): Request<RemarketingList>;
|
|
10556
10623
|
/** Retrieves a list of remarketing lists, possibly filtered. This method supports paging. */
|
|
10557
10624
|
list(request?: {
|
|
@@ -10656,7 +10723,7 @@ declare namespace gapi.client {
|
|
|
10656
10723
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10657
10724
|
uploadType?: string;
|
|
10658
10725
|
},
|
|
10659
|
-
body: RemarketingList
|
|
10726
|
+
body: RemarketingList,
|
|
10660
10727
|
): Request<RemarketingList>;
|
|
10661
10728
|
/** Updates an existing remarketing list. */
|
|
10662
10729
|
update(request: {
|
|
@@ -10714,7 +10781,7 @@ declare namespace gapi.client {
|
|
|
10714
10781
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10715
10782
|
uploadType?: string;
|
|
10716
10783
|
},
|
|
10717
|
-
body: RemarketingList
|
|
10784
|
+
body: RemarketingList,
|
|
10718
10785
|
): Request<RemarketingList>;
|
|
10719
10786
|
}
|
|
10720
10787
|
interface RemarketingListSharesResource {
|
|
@@ -10807,7 +10874,7 @@ declare namespace gapi.client {
|
|
|
10807
10874
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10808
10875
|
uploadType?: string;
|
|
10809
10876
|
},
|
|
10810
|
-
body: RemarketingListShare
|
|
10877
|
+
body: RemarketingListShare,
|
|
10811
10878
|
): Request<RemarketingListShare>;
|
|
10812
10879
|
/** Updates an existing remarketing list share. */
|
|
10813
10880
|
update(request: {
|
|
@@ -10865,7 +10932,7 @@ declare namespace gapi.client {
|
|
|
10865
10932
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10866
10933
|
uploadType?: string;
|
|
10867
10934
|
},
|
|
10868
|
-
body: RemarketingListShare
|
|
10935
|
+
body: RemarketingListShare,
|
|
10869
10936
|
): Request<RemarketingListShare>;
|
|
10870
10937
|
}
|
|
10871
10938
|
interface CompatibleFieldsResource {
|
|
@@ -10925,7 +10992,7 @@ declare namespace gapi.client {
|
|
|
10925
10992
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10926
10993
|
uploadType?: string;
|
|
10927
10994
|
},
|
|
10928
|
-
body: Report
|
|
10995
|
+
body: Report,
|
|
10929
10996
|
): Request<CompatibleFields>;
|
|
10930
10997
|
}
|
|
10931
10998
|
interface FilesResource {
|
|
@@ -11113,7 +11180,7 @@ declare namespace gapi.client {
|
|
|
11113
11180
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11114
11181
|
uploadType?: string;
|
|
11115
11182
|
},
|
|
11116
|
-
body: Report
|
|
11183
|
+
body: Report,
|
|
11117
11184
|
): Request<Report>;
|
|
11118
11185
|
/** Retrieves list of reports. */
|
|
11119
11186
|
list(request?: {
|
|
@@ -11212,7 +11279,7 @@ declare namespace gapi.client {
|
|
|
11212
11279
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11213
11280
|
uploadType?: string;
|
|
11214
11281
|
},
|
|
11215
|
-
body: Report
|
|
11282
|
+
body: Report,
|
|
11216
11283
|
): Request<Report>;
|
|
11217
11284
|
/** Runs a report. */
|
|
11218
11285
|
run(request?: {
|
|
@@ -11305,7 +11372,7 @@ declare namespace gapi.client {
|
|
|
11305
11372
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11306
11373
|
uploadType?: string;
|
|
11307
11374
|
},
|
|
11308
|
-
body: Report
|
|
11375
|
+
body: Report,
|
|
11309
11376
|
): Request<Report>;
|
|
11310
11377
|
compatibleFields: CompatibleFieldsResource;
|
|
11311
11378
|
files: FilesResource;
|
|
@@ -11396,7 +11463,7 @@ declare namespace gapi.client {
|
|
|
11396
11463
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11397
11464
|
uploadType?: string;
|
|
11398
11465
|
},
|
|
11399
|
-
body: Site
|
|
11466
|
+
body: Site,
|
|
11400
11467
|
): Request<Site>;
|
|
11401
11468
|
/** Retrieves a list of sites, possibly filtered. This method supports paging. */
|
|
11402
11469
|
list(request?: {
|
|
@@ -11515,7 +11582,7 @@ declare namespace gapi.client {
|
|
|
11515
11582
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11516
11583
|
uploadType?: string;
|
|
11517
11584
|
},
|
|
11518
|
-
body: Site
|
|
11585
|
+
body: Site,
|
|
11519
11586
|
): Request<Site>;
|
|
11520
11587
|
/** Updates an existing site. */
|
|
11521
11588
|
update(request: {
|
|
@@ -11573,7 +11640,7 @@ declare namespace gapi.client {
|
|
|
11573
11640
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11574
11641
|
uploadType?: string;
|
|
11575
11642
|
},
|
|
11576
|
-
body: Site
|
|
11643
|
+
body: Site,
|
|
11577
11644
|
): Request<Site>;
|
|
11578
11645
|
}
|
|
11579
11646
|
interface SizesResource {
|
|
@@ -11662,7 +11729,7 @@ declare namespace gapi.client {
|
|
|
11662
11729
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11663
11730
|
uploadType?: string;
|
|
11664
11731
|
},
|
|
11665
|
-
body: Size
|
|
11732
|
+
body: Size,
|
|
11666
11733
|
): Request<Size>;
|
|
11667
11734
|
/** Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI. */
|
|
11668
11735
|
list(request?: {
|
|
@@ -11786,7 +11853,7 @@ declare namespace gapi.client {
|
|
|
11786
11853
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11787
11854
|
uploadType?: string;
|
|
11788
11855
|
},
|
|
11789
|
-
body: Subaccount
|
|
11856
|
+
body: Subaccount,
|
|
11790
11857
|
): Request<Subaccount>;
|
|
11791
11858
|
/** Gets a list of subaccounts, possibly filtered. This method supports paging. */
|
|
11792
11859
|
list(request?: {
|
|
@@ -11887,7 +11954,7 @@ declare namespace gapi.client {
|
|
|
11887
11954
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11888
11955
|
uploadType?: string;
|
|
11889
11956
|
},
|
|
11890
|
-
body: Subaccount
|
|
11957
|
+
body: Subaccount,
|
|
11891
11958
|
): Request<Subaccount>;
|
|
11892
11959
|
/** Updates an existing subaccount. */
|
|
11893
11960
|
update(request: {
|
|
@@ -11945,7 +12012,7 @@ declare namespace gapi.client {
|
|
|
11945
12012
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11946
12013
|
uploadType?: string;
|
|
11947
12014
|
},
|
|
11948
|
-
body: Subaccount
|
|
12015
|
+
body: Subaccount,
|
|
11949
12016
|
): Request<Subaccount>;
|
|
11950
12017
|
}
|
|
11951
12018
|
interface TargetableRemarketingListsResource {
|
|
@@ -12106,7 +12173,7 @@ declare namespace gapi.client {
|
|
|
12106
12173
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12107
12174
|
uploadType?: string;
|
|
12108
12175
|
},
|
|
12109
|
-
body: TargetingTemplate
|
|
12176
|
+
body: TargetingTemplate,
|
|
12110
12177
|
): Request<TargetingTemplate>;
|
|
12111
12178
|
/** Retrieves a list of targeting templates, optionally filtered. This method supports paging. */
|
|
12112
12179
|
list(request?: {
|
|
@@ -12209,7 +12276,7 @@ declare namespace gapi.client {
|
|
|
12209
12276
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12210
12277
|
uploadType?: string;
|
|
12211
12278
|
},
|
|
12212
|
-
body: TargetingTemplate
|
|
12279
|
+
body: TargetingTemplate,
|
|
12213
12280
|
): Request<TargetingTemplate>;
|
|
12214
12281
|
/** Updates an existing targeting template. */
|
|
12215
12282
|
update(request: {
|
|
@@ -12267,9 +12334,75 @@ declare namespace gapi.client {
|
|
|
12267
12334
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12268
12335
|
uploadType?: string;
|
|
12269
12336
|
},
|
|
12270
|
-
body: TargetingTemplate
|
|
12337
|
+
body: TargetingTemplate,
|
|
12271
12338
|
): Request<TargetingTemplate>;
|
|
12272
12339
|
}
|
|
12340
|
+
interface TvCampaignDetailsResource {
|
|
12341
|
+
/** Gets one TvCampaignDetail by ID. */
|
|
12342
|
+
get(request?: {
|
|
12343
|
+
/** V1 error format. */
|
|
12344
|
+
'$.xgafv'?: string;
|
|
12345
|
+
/** OAuth access token. */
|
|
12346
|
+
access_token?: string;
|
|
12347
|
+
/** Required. Account ID associated with this request. */
|
|
12348
|
+
accountId?: string;
|
|
12349
|
+
/** Data format for response. */
|
|
12350
|
+
alt?: string;
|
|
12351
|
+
/** JSONP */
|
|
12352
|
+
callback?: string;
|
|
12353
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
12354
|
+
fields?: string;
|
|
12355
|
+
/** Required. TV Campaign ID. */
|
|
12356
|
+
id: string;
|
|
12357
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
12358
|
+
key?: string;
|
|
12359
|
+
/** OAuth 2.0 token for the current user. */
|
|
12360
|
+
oauth_token?: string;
|
|
12361
|
+
/** Returns response with indentations and line breaks. */
|
|
12362
|
+
prettyPrint?: boolean;
|
|
12363
|
+
/** Required. User profile ID associated with this request. */
|
|
12364
|
+
profileId: string;
|
|
12365
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
12366
|
+
quotaUser?: string;
|
|
12367
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12368
|
+
upload_protocol?: string;
|
|
12369
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12370
|
+
uploadType?: string;
|
|
12371
|
+
}): Request<TvCampaignDetail>;
|
|
12372
|
+
}
|
|
12373
|
+
interface TvCampaignSummariesResource {
|
|
12374
|
+
/** Retrieves a list of TV campaign summaries. */
|
|
12375
|
+
list(request?: {
|
|
12376
|
+
/** V1 error format. */
|
|
12377
|
+
'$.xgafv'?: string;
|
|
12378
|
+
/** OAuth access token. */
|
|
12379
|
+
access_token?: string;
|
|
12380
|
+
/** Required. Account ID associated with this request. */
|
|
12381
|
+
accountId?: string;
|
|
12382
|
+
/** Data format for response. */
|
|
12383
|
+
alt?: string;
|
|
12384
|
+
/** JSONP */
|
|
12385
|
+
callback?: string;
|
|
12386
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
12387
|
+
fields?: string;
|
|
12388
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
12389
|
+
key?: string;
|
|
12390
|
+
/** Required. Search string to filter the list of TV campaign summaries. Matches any substring. Required field. */
|
|
12391
|
+
name?: string;
|
|
12392
|
+
/** OAuth 2.0 token for the current user. */
|
|
12393
|
+
oauth_token?: string;
|
|
12394
|
+
/** Returns response with indentations and line breaks. */
|
|
12395
|
+
prettyPrint?: boolean;
|
|
12396
|
+
/** Required. User profile ID associated with this request. */
|
|
12397
|
+
profileId: string;
|
|
12398
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
12399
|
+
quotaUser?: string;
|
|
12400
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12401
|
+
upload_protocol?: string;
|
|
12402
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12403
|
+
uploadType?: string;
|
|
12404
|
+
}): Request<TvCampaignSummariesListResponse>;
|
|
12405
|
+
}
|
|
12273
12406
|
interface UserProfilesResource {
|
|
12274
12407
|
/** Gets one user profile by ID. */
|
|
12275
12408
|
get(request?: {
|
|
@@ -12557,7 +12690,7 @@ declare namespace gapi.client {
|
|
|
12557
12690
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12558
12691
|
uploadType?: string;
|
|
12559
12692
|
},
|
|
12560
|
-
body: UserRole
|
|
12693
|
+
body: UserRole,
|
|
12561
12694
|
): Request<UserRole>;
|
|
12562
12695
|
/** Retrieves a list of user roles, possibly filtered. This method supports paging. */
|
|
12563
12696
|
list(request?: {
|
|
@@ -12662,7 +12795,7 @@ declare namespace gapi.client {
|
|
|
12662
12795
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12663
12796
|
uploadType?: string;
|
|
12664
12797
|
},
|
|
12665
|
-
body: UserRole
|
|
12798
|
+
body: UserRole,
|
|
12666
12799
|
): Request<UserRole>;
|
|
12667
12800
|
/** Updates an existing user role. */
|
|
12668
12801
|
update(request: {
|
|
@@ -12720,7 +12853,7 @@ declare namespace gapi.client {
|
|
|
12720
12853
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12721
12854
|
uploadType?: string;
|
|
12722
12855
|
},
|
|
12723
|
-
body: UserRole
|
|
12856
|
+
body: UserRole,
|
|
12724
12857
|
): Request<UserRole>;
|
|
12725
12858
|
}
|
|
12726
12859
|
interface VideoFormatsResource {
|
|
@@ -12898,6 +13031,10 @@ declare namespace gapi.client {
|
|
|
12898
13031
|
|
|
12899
13032
|
const targetingTemplates: TargetingTemplatesResource;
|
|
12900
13033
|
|
|
13034
|
+
const tvCampaignDetails: TvCampaignDetailsResource;
|
|
13035
|
+
|
|
13036
|
+
const tvCampaignSummaries: TvCampaignSummariesResource;
|
|
13037
|
+
|
|
12901
13038
|
const userProfiles: UserProfilesResource;
|
|
12902
13039
|
|
|
12903
13040
|
const userRolePermissionGroups: UserRolePermissionGroupsResource;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -30,7 +30,7 @@ gapi.client.load(
|
|
|
30
30
|
() => {
|
|
31
31
|
// now we can use:
|
|
32
32
|
// gapi.client.dfareporting
|
|
33
|
-
}
|
|
33
|
+
},
|
|
34
34
|
);
|
|
35
35
|
```
|
|
36
36
|
|
|
@@ -68,7 +68,7 @@ gapi.auth.authorize(
|
|
|
68
68
|
} else {
|
|
69
69
|
/* handle authorization error */
|
|
70
70
|
}
|
|
71
|
-
}
|
|
71
|
+
},
|
|
72
72
|
);
|
|
73
73
|
```
|
|
74
74
|
|
|
@@ -1378,6 +1378,21 @@ await gapi.client.dfareporting.targetingTemplates.update({
|
|
|
1378
1378
|
profileId: 'profileId',
|
|
1379
1379
|
});
|
|
1380
1380
|
|
|
1381
|
+
/*
|
|
1382
|
+
Gets one TvCampaignDetail by ID.
|
|
1383
|
+
*/
|
|
1384
|
+
await gapi.client.dfareporting.tvCampaignDetails.get({
|
|
1385
|
+
id: 'id',
|
|
1386
|
+
profileId: 'profileId',
|
|
1387
|
+
});
|
|
1388
|
+
|
|
1389
|
+
/*
|
|
1390
|
+
Retrieves a list of TV campaign summaries.
|
|
1391
|
+
*/
|
|
1392
|
+
await gapi.client.dfareporting.tvCampaignSummaries.list({
|
|
1393
|
+
profileId: 'profileId',
|
|
1394
|
+
});
|
|
1395
|
+
|
|
1381
1396
|
/*
|
|
1382
1397
|
Gets one user profile by ID.
|
|
1383
1398
|
*/
|