@maxim_mazurok/gapi.client.dfareporting-v4 0.0.20230425 → 0.0.20230726
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 +74 -256
- package/package.json +1 -1
- package/readme.md +9 -19
- package/tests.ts +10 -30
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
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: 20230726
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -143,7 +143,7 @@ declare namespace gapi.client {
|
|
|
143
143
|
/** Account permission group collection. */
|
|
144
144
|
accountPermissionGroups?:
|
|
145
145
|
AccountPermissionGroup[];
|
|
146
|
-
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#
|
|
146
|
+
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermissionGroupGroupsListResponse". */
|
|
147
147
|
kind?:
|
|
148
148
|
string;
|
|
149
149
|
}
|
|
@@ -1175,7 +1175,7 @@ declare namespace gapi.client {
|
|
|
1175
1175
|
/** The ordinal of the conversion. Use this field to control how conversions of the same user and day are de-duplicated. This is a required field. */
|
|
1176
1176
|
ordinal?:
|
|
1177
1177
|
string;
|
|
1178
|
-
/** The quantity of the conversion. */
|
|
1178
|
+
/** The quantity of the conversion. This is a required field. */
|
|
1179
1179
|
quantity?:
|
|
1180
1180
|
string;
|
|
1181
1181
|
/** The timestamp of conversion, in Unix epoch micros. This is a required field. */
|
|
@@ -1190,7 +1190,7 @@ declare namespace gapi.client {
|
|
|
1190
1190
|
/** The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5. */
|
|
1191
1191
|
userIdentifiers?:
|
|
1192
1192
|
UserIdentifier[];
|
|
1193
|
-
/** The value of the conversion. */
|
|
1193
|
+
/** The value of the conversion. This is a required field. */
|
|
1194
1194
|
value?:
|
|
1195
1195
|
number;
|
|
1196
1196
|
}
|
|
@@ -1307,7 +1307,7 @@ declare namespace gapi.client {
|
|
|
1307
1307
|
*/
|
|
1308
1308
|
adTagKeys?:
|
|
1309
1309
|
string[];
|
|
1310
|
-
/** Advertiser ID of this creative. This is a required field. Applicable to all creative types. */
|
|
1310
|
+
/** Required. Advertiser ID of this creative. This is a required field. Applicable to all creative types. */
|
|
1311
1311
|
advertiserId?:
|
|
1312
1312
|
string;
|
|
1313
1313
|
/**
|
|
@@ -1464,7 +1464,7 @@ declare namespace gapi.client {
|
|
|
1464
1464
|
/** Creative audio or video duration in seconds. This is a read-only field. Applicable to the following creative types: INSTREAM_VIDEO, INSTREAM_AUDIO, all RICH_MEDIA, and all VPAID. */
|
|
1465
1465
|
mediaDuration?:
|
|
1466
1466
|
number;
|
|
1467
|
-
/** Name of the creative. This
|
|
1467
|
+
/** Required. Name of the creative. This must be less than 256 characters long. Applicable to all creative types. */
|
|
1468
1468
|
name?:
|
|
1469
1469
|
string;
|
|
1470
1470
|
/** Online behavioral advertising icon to be added to the creative. Applicable to the following creative types: all INSTREAM_VIDEO. */
|
|
@@ -1551,8 +1551,8 @@ declare namespace gapi.client {
|
|
|
1551
1551
|
totalFileSize?:
|
|
1552
1552
|
string;
|
|
1553
1553
|
/**
|
|
1554
|
-
* Type of this creative.
|
|
1555
|
-
*
|
|
1554
|
+
* Required. Type of this creative. Applicable to all creative types. *Note:* FLASH_INPAGE, HTML5_BANNER, and IMAGE are only used for existing creatives. New creatives should use
|
|
1555
|
+
* DISPLAY as a replacement for these types.
|
|
1556
1556
|
*/
|
|
1557
1557
|
type?:
|
|
1558
1558
|
string;
|
|
@@ -2807,7 +2807,6 @@ declare namespace gapi.client {
|
|
|
2807
2807
|
/** Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting. */
|
|
2808
2808
|
exposureToConversionEnabled?:
|
|
2809
2809
|
boolean;
|
|
2810
|
-
/** Day that will be counted as the first day of the week in reports. This is a required field. */
|
|
2811
2810
|
firstDayOfWeek?:
|
|
2812
2811
|
string;
|
|
2813
2812
|
/** ID of this floodlight configuration. This is a read-only, auto-generated field. */
|
|
@@ -3199,13 +3198,13 @@ declare namespace gapi.client {
|
|
|
3199
3198
|
number;
|
|
3200
3199
|
}
|
|
3201
3200
|
interface MeasurementPartnerAdvertiserLink {
|
|
3202
|
-
/** . */
|
|
3201
|
+
/** Status of the partner link. */
|
|
3203
3202
|
linkStatus?:
|
|
3204
3203
|
string;
|
|
3205
3204
|
/** Measurement partner used for tag wrapping. */
|
|
3206
3205
|
measurementPartner?:
|
|
3207
3206
|
string;
|
|
3208
|
-
/** . */
|
|
3207
|
+
/** partner Advertiser Id. */
|
|
3209
3208
|
partnerAdvertiserId?:
|
|
3210
3209
|
string;
|
|
3211
3210
|
}
|
|
@@ -3238,7 +3237,7 @@ declare namespace gapi.client {
|
|
|
3238
3237
|
/** The kind of resource this is, in this case dfareporting#metric. */
|
|
3239
3238
|
kind?:
|
|
3240
3239
|
string;
|
|
3241
|
-
/** The metric name, e.g.
|
|
3240
|
+
/** The metric name, e.g. impressions */
|
|
3242
3241
|
name?:
|
|
3243
3242
|
string;
|
|
3244
3243
|
}
|
|
@@ -3551,68 +3550,6 @@ declare namespace gapi.client {
|
|
|
3551
3550
|
signatureUserProfileId?:
|
|
3552
3551
|
string;
|
|
3553
3552
|
}
|
|
3554
|
-
interface OrderDocument {
|
|
3555
|
-
/** Account ID of this order document. */
|
|
3556
|
-
accountId?:
|
|
3557
|
-
string;
|
|
3558
|
-
/** Advertiser ID of this order document. */
|
|
3559
|
-
advertiserId?:
|
|
3560
|
-
string;
|
|
3561
|
-
/** The amended order document ID of this order document. An order document can be created by optionally amending another order document so that the change history can be preserved. */
|
|
3562
|
-
amendedOrderDocumentId?:
|
|
3563
|
-
string;
|
|
3564
|
-
/** IDs of users who have approved this order document. */
|
|
3565
|
-
approvedByUserProfileIds?:
|
|
3566
|
-
string[];
|
|
3567
|
-
/** Whether this order document is cancelled. */
|
|
3568
|
-
cancelled?:
|
|
3569
|
-
boolean;
|
|
3570
|
-
/** Information about the creation of this order document. */
|
|
3571
|
-
createdInfo?:
|
|
3572
|
-
LastModifiedInfo;
|
|
3573
|
-
effectiveDate?:
|
|
3574
|
-
string;
|
|
3575
|
-
/** ID of this order document. */
|
|
3576
|
-
id?:
|
|
3577
|
-
string;
|
|
3578
|
-
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#orderDocument". */
|
|
3579
|
-
kind?:
|
|
3580
|
-
string;
|
|
3581
|
-
/** List of email addresses that received the last sent document. */
|
|
3582
|
-
lastSentRecipients?:
|
|
3583
|
-
string[];
|
|
3584
|
-
lastSentTime?:
|
|
3585
|
-
string;
|
|
3586
|
-
/** ID of the order from which this order document is created. */
|
|
3587
|
-
orderId?:
|
|
3588
|
-
string;
|
|
3589
|
-
/** Project ID of this order document. */
|
|
3590
|
-
projectId?:
|
|
3591
|
-
string;
|
|
3592
|
-
/** Whether this order document has been signed. */
|
|
3593
|
-
signed?:
|
|
3594
|
-
boolean;
|
|
3595
|
-
/** Subaccount ID of this order document. */
|
|
3596
|
-
subaccountId?:
|
|
3597
|
-
string;
|
|
3598
|
-
/** Title of this order document. */
|
|
3599
|
-
title?:
|
|
3600
|
-
string;
|
|
3601
|
-
/** Type of this order document */
|
|
3602
|
-
type?:
|
|
3603
|
-
string;
|
|
3604
|
-
}
|
|
3605
|
-
interface OrderDocumentsListResponse {
|
|
3606
|
-
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#orderDocumentsListResponse". */
|
|
3607
|
-
kind?:
|
|
3608
|
-
string;
|
|
3609
|
-
/** Pagination token to be used for the next list operation. */
|
|
3610
|
-
nextPageToken?:
|
|
3611
|
-
string;
|
|
3612
|
-
/** Order document collection */
|
|
3613
|
-
orderDocuments?:
|
|
3614
|
-
OrderDocument[];
|
|
3615
|
-
}
|
|
3616
3553
|
interface OrdersListResponse {
|
|
3617
3554
|
/** Identifies what kind of resource this is. Value: the fixed string "dfareporting#ordersListResponse". */
|
|
3618
3555
|
kind?:
|
|
@@ -4143,7 +4080,7 @@ declare namespace gapi.client {
|
|
|
4143
4080
|
/** Comments for this pricing period. */
|
|
4144
4081
|
pricingComment?:
|
|
4145
4082
|
string;
|
|
4146
|
-
/** Rate or cost of this pricing period in nanos (i.e.,
|
|
4083
|
+
/** Rate or cost of this pricing period in nanos (i.e., multiplied by 1000000000). Acceptable values are 0 to 1000000000000000000, inclusive. */
|
|
4147
4084
|
rateOrCostNanos?:
|
|
4148
4085
|
string;
|
|
4149
4086
|
startDate?:
|
|
@@ -5811,7 +5748,7 @@ declare namespace gapi.client {
|
|
|
5811
5748
|
/** Selector specifying which fields to include in a partial response. */
|
|
5812
5749
|
fields?:
|
|
5813
5750
|
string;
|
|
5814
|
-
/** Account ID. */
|
|
5751
|
+
/** Required. Account ID. */
|
|
5815
5752
|
id:
|
|
5816
5753
|
string;
|
|
5817
5754
|
/** 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. */
|
|
@@ -5855,7 +5792,7 @@ declare namespace gapi.client {
|
|
|
5855
5792
|
/** Selector specifying which fields to include in a partial response. */
|
|
5856
5793
|
fields?:
|
|
5857
5794
|
string;
|
|
5858
|
-
/** Account ID. */
|
|
5795
|
+
/** Required. Account ID. */
|
|
5859
5796
|
id:
|
|
5860
5797
|
string;
|
|
5861
5798
|
/** 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. */
|
|
@@ -6157,7 +6094,7 @@ declare namespace gapi.client {
|
|
|
6157
6094
|
userRoleId?:
|
|
6158
6095
|
string;
|
|
6159
6096
|
}): Request<AccountUserProfilesListResponse>;
|
|
6160
|
-
/** Updates an existing
|
|
6097
|
+
/** Updates an existing user role. This method supports patch semantics. */
|
|
6161
6098
|
patch(request: {
|
|
6162
6099
|
/** V1 error format. */
|
|
6163
6100
|
"$.xgafv"?:
|
|
@@ -6174,7 +6111,7 @@ declare namespace gapi.client {
|
|
|
6174
6111
|
/** Selector specifying which fields to include in a partial response. */
|
|
6175
6112
|
fields?:
|
|
6176
6113
|
string;
|
|
6177
|
-
/** AccountUserProfile ID. */
|
|
6114
|
+
/** Required. AccountUserProfile ID. */
|
|
6178
6115
|
id:
|
|
6179
6116
|
string;
|
|
6180
6117
|
/** 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. */
|
|
@@ -6218,7 +6155,7 @@ declare namespace gapi.client {
|
|
|
6218
6155
|
/** Selector specifying which fields to include in a partial response. */
|
|
6219
6156
|
fields?:
|
|
6220
6157
|
string;
|
|
6221
|
-
/** AccountUserProfile ID. */
|
|
6158
|
+
/** Required. AccountUserProfile ID. */
|
|
6222
6159
|
id:
|
|
6223
6160
|
string;
|
|
6224
6161
|
/** 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. */
|
|
@@ -6569,7 +6506,7 @@ declare namespace gapi.client {
|
|
|
6569
6506
|
uploadType?:
|
|
6570
6507
|
string;
|
|
6571
6508
|
}): Request<AdsListResponse>;
|
|
6572
|
-
/** Updates an existing
|
|
6509
|
+
/** Updates an existing event tag. This method supports patch semantics. */
|
|
6573
6510
|
patch(request: {
|
|
6574
6511
|
/** V1 error format. */
|
|
6575
6512
|
"$.xgafv"?:
|
|
@@ -6586,7 +6523,7 @@ declare namespace gapi.client {
|
|
|
6586
6523
|
/** Selector specifying which fields to include in a partial response. */
|
|
6587
6524
|
fields?:
|
|
6588
6525
|
string;
|
|
6589
|
-
/**
|
|
6526
|
+
/** Required. RemarketingList ID. */
|
|
6590
6527
|
id:
|
|
6591
6528
|
string;
|
|
6592
6529
|
/** 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. */
|
|
@@ -6630,7 +6567,7 @@ declare namespace gapi.client {
|
|
|
6630
6567
|
/** Selector specifying which fields to include in a partial response. */
|
|
6631
6568
|
fields?:
|
|
6632
6569
|
string;
|
|
6633
|
-
/**
|
|
6570
|
+
/** Required. RemarketingList ID. */
|
|
6634
6571
|
id:
|
|
6635
6572
|
string;
|
|
6636
6573
|
/** 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. */
|
|
@@ -6982,7 +6919,7 @@ declare namespace gapi.client {
|
|
|
6982
6919
|
/** Selector specifying which fields to include in a partial response. */
|
|
6983
6920
|
fields?:
|
|
6984
6921
|
string;
|
|
6985
|
-
/**
|
|
6922
|
+
/** Required. Advertiser Group ID. */
|
|
6986
6923
|
id:
|
|
6987
6924
|
string;
|
|
6988
6925
|
/** 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. */
|
|
@@ -7026,7 +6963,7 @@ declare namespace gapi.client {
|
|
|
7026
6963
|
/** Selector specifying which fields to include in a partial response. */
|
|
7027
6964
|
fields?:
|
|
7028
6965
|
string;
|
|
7029
|
-
/**
|
|
6966
|
+
/** Required. Advertiser Group ID. */
|
|
7030
6967
|
id:
|
|
7031
6968
|
string;
|
|
7032
6969
|
/** 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. */
|
|
@@ -7387,7 +7324,7 @@ declare namespace gapi.client {
|
|
|
7387
7324
|
uploadType?:
|
|
7388
7325
|
string;
|
|
7389
7326
|
}): Request<AdvertiserLandingPagesListResponse>;
|
|
7390
|
-
/** Updates an existing advertiser
|
|
7327
|
+
/** Updates an existing advertiser. This method supports patch semantics. */
|
|
7391
7328
|
patch(request: {
|
|
7392
7329
|
/** V1 error format. */
|
|
7393
7330
|
"$.xgafv"?:
|
|
@@ -7404,7 +7341,7 @@ declare namespace gapi.client {
|
|
|
7404
7341
|
/** Selector specifying which fields to include in a partial response. */
|
|
7405
7342
|
fields?:
|
|
7406
7343
|
string;
|
|
7407
|
-
/**
|
|
7344
|
+
/** Required. Landing Page ID. */
|
|
7408
7345
|
id:
|
|
7409
7346
|
string;
|
|
7410
7347
|
/** 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. */
|
|
@@ -7448,7 +7385,7 @@ declare namespace gapi.client {
|
|
|
7448
7385
|
/** Selector specifying which fields to include in a partial response. */
|
|
7449
7386
|
fields?:
|
|
7450
7387
|
string;
|
|
7451
|
-
/**
|
|
7388
|
+
/** Required. Landing Page ID. */
|
|
7452
7389
|
id:
|
|
7453
7390
|
string;
|
|
7454
7391
|
/** 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. */
|
|
@@ -7776,7 +7713,7 @@ declare namespace gapi.client {
|
|
|
7776
7713
|
/** Selector specifying which fields to include in a partial response. */
|
|
7777
7714
|
fields?:
|
|
7778
7715
|
string;
|
|
7779
|
-
/** Advertiser ID. */
|
|
7716
|
+
/** Required. Advertiser ID. */
|
|
7780
7717
|
id:
|
|
7781
7718
|
string;
|
|
7782
7719
|
/** 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. */
|
|
@@ -7820,7 +7757,7 @@ declare namespace gapi.client {
|
|
|
7820
7757
|
/** Selector specifying which fields to include in a partial response. */
|
|
7821
7758
|
fields?:
|
|
7822
7759
|
string;
|
|
7823
|
-
/** Advertiser ID. */
|
|
7760
|
+
/** Required. Advertiser ID. */
|
|
7824
7761
|
id:
|
|
7825
7762
|
string;
|
|
7826
7763
|
/** 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. */
|
|
@@ -8694,7 +8631,7 @@ declare namespace gapi.client {
|
|
|
8694
8631
|
uploadType?:
|
|
8695
8632
|
string;
|
|
8696
8633
|
}): Request<CampaignsListResponse>;
|
|
8697
|
-
/** Updates an existing
|
|
8634
|
+
/** Updates an existing creative. This method supports patch semantics. */
|
|
8698
8635
|
patch(request: {
|
|
8699
8636
|
/** V1 error format. */
|
|
8700
8637
|
"$.xgafv"?:
|
|
@@ -8711,7 +8648,7 @@ declare namespace gapi.client {
|
|
|
8711
8648
|
/** Selector specifying which fields to include in a partial response. */
|
|
8712
8649
|
fields?:
|
|
8713
8650
|
string;
|
|
8714
|
-
/** Campaign ID. */
|
|
8651
|
+
/** Required. Campaign ID. */
|
|
8715
8652
|
id:
|
|
8716
8653
|
string;
|
|
8717
8654
|
/** 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. */
|
|
@@ -8755,7 +8692,7 @@ declare namespace gapi.client {
|
|
|
8755
8692
|
/** Selector specifying which fields to include in a partial response. */
|
|
8756
8693
|
fields?:
|
|
8757
8694
|
string;
|
|
8758
|
-
/** Campaign ID. */
|
|
8695
|
+
/** Required. Campaign ID. */
|
|
8759
8696
|
id:
|
|
8760
8697
|
string;
|
|
8761
8698
|
/** 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. */
|
|
@@ -9364,7 +9301,7 @@ declare namespace gapi.client {
|
|
|
9364
9301
|
/** Selector specifying which fields to include in a partial response. */
|
|
9365
9302
|
fields?:
|
|
9366
9303
|
string;
|
|
9367
|
-
/** ContentCategory ID. */
|
|
9304
|
+
/** Required. ContentCategory ID. */
|
|
9368
9305
|
id:
|
|
9369
9306
|
string;
|
|
9370
9307
|
/** 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. */
|
|
@@ -9408,7 +9345,7 @@ declare namespace gapi.client {
|
|
|
9408
9345
|
/** Selector specifying which fields to include in a partial response. */
|
|
9409
9346
|
fields?:
|
|
9410
9347
|
string;
|
|
9411
|
-
/** ContentCategory ID. */
|
|
9348
|
+
/** Required. ContentCategory ID. */
|
|
9412
9349
|
id:
|
|
9413
9350
|
string;
|
|
9414
9351
|
/** 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. */
|
|
@@ -10878,7 +10815,7 @@ declare namespace gapi.client {
|
|
|
10878
10815
|
/** Selector specifying which fields to include in a partial response. */
|
|
10879
10816
|
fields?:
|
|
10880
10817
|
string;
|
|
10881
|
-
/**
|
|
10818
|
+
/** Required. Creative Group ID. */
|
|
10882
10819
|
id:
|
|
10883
10820
|
string;
|
|
10884
10821
|
/** 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. */
|
|
@@ -10922,7 +10859,7 @@ declare namespace gapi.client {
|
|
|
10922
10859
|
/** Selector specifying which fields to include in a partial response. */
|
|
10923
10860
|
fields?:
|
|
10924
10861
|
string;
|
|
10925
|
-
/**
|
|
10862
|
+
/** Required. Creative Group ID. */
|
|
10926
10863
|
id:
|
|
10927
10864
|
string;
|
|
10928
10865
|
/** 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. */
|
|
@@ -11262,7 +11199,7 @@ declare namespace gapi.client {
|
|
|
11262
11199
|
/** Selector specifying which fields to include in a partial response. */
|
|
11263
11200
|
fields?:
|
|
11264
11201
|
string;
|
|
11265
|
-
/** Creative ID. */
|
|
11202
|
+
/** Required. Creative ID. */
|
|
11266
11203
|
id:
|
|
11267
11204
|
string;
|
|
11268
11205
|
/** 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. */
|
|
@@ -11306,7 +11243,7 @@ declare namespace gapi.client {
|
|
|
11306
11243
|
/** Selector specifying which fields to include in a partial response. */
|
|
11307
11244
|
fields?:
|
|
11308
11245
|
string;
|
|
11309
|
-
/** Creative ID. */
|
|
11246
|
+
/** Required. Creative ID. */
|
|
11310
11247
|
id:
|
|
11311
11248
|
string;
|
|
11312
11249
|
/** 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. */
|
|
@@ -11731,7 +11668,10 @@ declare namespace gapi.client {
|
|
|
11731
11668
|
/** 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. */
|
|
11732
11669
|
key?:
|
|
11733
11670
|
string;
|
|
11734
|
-
/**
|
|
11671
|
+
/**
|
|
11672
|
+
* Required. Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to
|
|
11673
|
+
* lowercase.
|
|
11674
|
+
*/
|
|
11735
11675
|
name:
|
|
11736
11676
|
string;
|
|
11737
11677
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -11740,7 +11680,7 @@ declare namespace gapi.client {
|
|
|
11740
11680
|
/** ID of the object of this dynamic targeting key. This is a required field. */
|
|
11741
11681
|
objectId:
|
|
11742
11682
|
string;
|
|
11743
|
-
/** Type of the object of this dynamic targeting key. This is a required field. */
|
|
11683
|
+
/** Required. Type of the object of this dynamic targeting key. This is a required field. */
|
|
11744
11684
|
objectType:
|
|
11745
11685
|
string;
|
|
11746
11686
|
/** Returns response with indentations and line breaks. */
|
|
@@ -12162,7 +12102,7 @@ declare namespace gapi.client {
|
|
|
12162
12102
|
/** Selector specifying which fields to include in a partial response. */
|
|
12163
12103
|
fields?:
|
|
12164
12104
|
string;
|
|
12165
|
-
/** EventTag ID. */
|
|
12105
|
+
/** Required. EventTag ID. */
|
|
12166
12106
|
id:
|
|
12167
12107
|
string;
|
|
12168
12108
|
/** 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. */
|
|
@@ -12206,7 +12146,7 @@ declare namespace gapi.client {
|
|
|
12206
12146
|
/** Selector specifying which fields to include in a partial response. */
|
|
12207
12147
|
fields?:
|
|
12208
12148
|
string;
|
|
12209
|
-
/** EventTag ID. */
|
|
12149
|
+
/** Required. EventTag ID. */
|
|
12210
12150
|
id:
|
|
12211
12151
|
string;
|
|
12212
12152
|
/** 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. */
|
|
@@ -12702,7 +12642,7 @@ declare namespace gapi.client {
|
|
|
12702
12642
|
uploadType?:
|
|
12703
12643
|
string;
|
|
12704
12644
|
}): Request<FloodlightActivitiesListResponse>;
|
|
12705
|
-
/** Updates an existing
|
|
12645
|
+
/** Updates an existing event tag. This method supports patch semantics. */
|
|
12706
12646
|
patch(request: {
|
|
12707
12647
|
/** V1 error format. */
|
|
12708
12648
|
"$.xgafv"?:
|
|
@@ -12719,7 +12659,7 @@ declare namespace gapi.client {
|
|
|
12719
12659
|
/** Selector specifying which fields to include in a partial response. */
|
|
12720
12660
|
fields?:
|
|
12721
12661
|
string;
|
|
12722
|
-
/**
|
|
12662
|
+
/** Required. EventTag ID. */
|
|
12723
12663
|
id:
|
|
12724
12664
|
string;
|
|
12725
12665
|
/** 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. */
|
|
@@ -12763,7 +12703,7 @@ declare namespace gapi.client {
|
|
|
12763
12703
|
/** Selector specifying which fields to include in a partial response. */
|
|
12764
12704
|
fields?:
|
|
12765
12705
|
string;
|
|
12766
|
-
/**
|
|
12706
|
+
/** Required. EventTag ID. */
|
|
12767
12707
|
id:
|
|
12768
12708
|
string;
|
|
12769
12709
|
/** 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. */
|
|
@@ -13066,7 +13006,7 @@ declare namespace gapi.client {
|
|
|
13066
13006
|
uploadType?:
|
|
13067
13007
|
string;
|
|
13068
13008
|
}): Request<FloodlightActivityGroupsListResponse>;
|
|
13069
|
-
/** Updates an existing
|
|
13009
|
+
/** Updates an existing event tag. This method supports patch semantics. */
|
|
13070
13010
|
patch(request: {
|
|
13071
13011
|
/** V1 error format. */
|
|
13072
13012
|
"$.xgafv"?:
|
|
@@ -13083,7 +13023,7 @@ declare namespace gapi.client {
|
|
|
13083
13023
|
/** Selector specifying which fields to include in a partial response. */
|
|
13084
13024
|
fields?:
|
|
13085
13025
|
string;
|
|
13086
|
-
/**
|
|
13026
|
+
/** Required. EventTag ID. */
|
|
13087
13027
|
id:
|
|
13088
13028
|
string;
|
|
13089
13029
|
/** 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. */
|
|
@@ -13127,7 +13067,7 @@ declare namespace gapi.client {
|
|
|
13127
13067
|
/** Selector specifying which fields to include in a partial response. */
|
|
13128
13068
|
fields?:
|
|
13129
13069
|
string;
|
|
13130
|
-
/**
|
|
13070
|
+
/** Required. EventTag ID. */
|
|
13131
13071
|
id:
|
|
13132
13072
|
string;
|
|
13133
13073
|
/** 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. */
|
|
@@ -13320,7 +13260,7 @@ declare namespace gapi.client {
|
|
|
13320
13260
|
uploadType?:
|
|
13321
13261
|
string;
|
|
13322
13262
|
}): Request<FloodlightConfigurationsListResponse>;
|
|
13323
|
-
/** Updates an existing
|
|
13263
|
+
/** Updates an existing event tag. This method supports patch semantics. */
|
|
13324
13264
|
patch(request: {
|
|
13325
13265
|
/** V1 error format. */
|
|
13326
13266
|
"$.xgafv"?:
|
|
@@ -13337,7 +13277,7 @@ declare namespace gapi.client {
|
|
|
13337
13277
|
/** Selector specifying which fields to include in a partial response. */
|
|
13338
13278
|
fields?:
|
|
13339
13279
|
string;
|
|
13340
|
-
/**
|
|
13280
|
+
/** Required. EventTag ID. */
|
|
13341
13281
|
id:
|
|
13342
13282
|
string;
|
|
13343
13283
|
/** 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. */
|
|
@@ -13381,7 +13321,7 @@ declare namespace gapi.client {
|
|
|
13381
13321
|
/** Selector specifying which fields to include in a partial response. */
|
|
13382
13322
|
fields?:
|
|
13383
13323
|
string;
|
|
13384
|
-
/**
|
|
13324
|
+
/** Required. EventTag ID. */
|
|
13385
13325
|
id:
|
|
13386
13326
|
string;
|
|
13387
13327
|
/** 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. */
|
|
@@ -14038,126 +13978,6 @@ declare namespace gapi.client {
|
|
|
14038
13978
|
string;
|
|
14039
13979
|
}): Request<OperatingSystemVersionsListResponse>;
|
|
14040
13980
|
}
|
|
14041
|
-
interface OrderDocumentsResource {
|
|
14042
|
-
/** Gets one order document by ID. */
|
|
14043
|
-
get(request?: {
|
|
14044
|
-
/** V1 error format. */
|
|
14045
|
-
"$.xgafv"?:
|
|
14046
|
-
string;
|
|
14047
|
-
/** OAuth access token. */
|
|
14048
|
-
access_token?:
|
|
14049
|
-
string;
|
|
14050
|
-
/** Data format for response. */
|
|
14051
|
-
alt?:
|
|
14052
|
-
string;
|
|
14053
|
-
/** JSONP */
|
|
14054
|
-
callback?:
|
|
14055
|
-
string;
|
|
14056
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
14057
|
-
fields?:
|
|
14058
|
-
string;
|
|
14059
|
-
/** Order document ID. */
|
|
14060
|
-
id:
|
|
14061
|
-
string;
|
|
14062
|
-
/** 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. */
|
|
14063
|
-
key?:
|
|
14064
|
-
string;
|
|
14065
|
-
/** OAuth 2.0 token for the current user. */
|
|
14066
|
-
oauth_token?:
|
|
14067
|
-
string;
|
|
14068
|
-
/** Returns response with indentations and line breaks. */
|
|
14069
|
-
prettyPrint?:
|
|
14070
|
-
boolean;
|
|
14071
|
-
/** User profile ID associated with this request. */
|
|
14072
|
-
profileId:
|
|
14073
|
-
string;
|
|
14074
|
-
/** Project ID for order documents. */
|
|
14075
|
-
projectId:
|
|
14076
|
-
string;
|
|
14077
|
-
/** 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. */
|
|
14078
|
-
quotaUser?:
|
|
14079
|
-
string;
|
|
14080
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14081
|
-
upload_protocol?:
|
|
14082
|
-
string;
|
|
14083
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14084
|
-
uploadType?:
|
|
14085
|
-
string;
|
|
14086
|
-
}): Request<OrderDocument>;
|
|
14087
|
-
/** Retrieves a list of order documents, possibly filtered. This method supports paging. */
|
|
14088
|
-
list(request?: {
|
|
14089
|
-
/** V1 error format. */
|
|
14090
|
-
"$.xgafv"?:
|
|
14091
|
-
string;
|
|
14092
|
-
/** OAuth access token. */
|
|
14093
|
-
access_token?:
|
|
14094
|
-
string;
|
|
14095
|
-
/** Data format for response. */
|
|
14096
|
-
alt?:
|
|
14097
|
-
string;
|
|
14098
|
-
/** Select only order documents that have been approved by at least one user. */
|
|
14099
|
-
approved?:
|
|
14100
|
-
boolean;
|
|
14101
|
-
/** JSONP */
|
|
14102
|
-
callback?:
|
|
14103
|
-
string;
|
|
14104
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
14105
|
-
fields?:
|
|
14106
|
-
string;
|
|
14107
|
-
/** Select only order documents with these IDs. */
|
|
14108
|
-
ids?:
|
|
14109
|
-
string | string[];
|
|
14110
|
-
/** 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. */
|
|
14111
|
-
key?:
|
|
14112
|
-
string;
|
|
14113
|
-
/** Maximum number of results to return. */
|
|
14114
|
-
maxResults?:
|
|
14115
|
-
number;
|
|
14116
|
-
/** OAuth 2.0 token for the current user. */
|
|
14117
|
-
oauth_token?:
|
|
14118
|
-
string;
|
|
14119
|
-
/** Select only order documents for specified orders. */
|
|
14120
|
-
orderId?:
|
|
14121
|
-
string | string[];
|
|
14122
|
-
/** Value of the nextPageToken from the previous result page. */
|
|
14123
|
-
pageToken?:
|
|
14124
|
-
string;
|
|
14125
|
-
/** Returns response with indentations and line breaks. */
|
|
14126
|
-
prettyPrint?:
|
|
14127
|
-
boolean;
|
|
14128
|
-
/** User profile ID associated with this request. */
|
|
14129
|
-
profileId:
|
|
14130
|
-
string;
|
|
14131
|
-
/** Project ID for order documents. */
|
|
14132
|
-
projectId:
|
|
14133
|
-
string;
|
|
14134
|
-
/** 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. */
|
|
14135
|
-
quotaUser?:
|
|
14136
|
-
string;
|
|
14137
|
-
/**
|
|
14138
|
-
* Allows searching for order documents by name or ID. Wildcards (*) are allowed. For example, "orderdocument*2015" will return order documents with names like "orderdocument June
|
|
14139
|
-
* 2015", "orderdocument April 2015", or simply "orderdocument 2015". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example,
|
|
14140
|
-
* a search string of "orderdocument" will match order documents with name "my orderdocument", "orderdocument 2015", or simply "orderdocument".
|
|
14141
|
-
*/
|
|
14142
|
-
searchString?:
|
|
14143
|
-
string;
|
|
14144
|
-
/** Select only order documents that are associated with these sites. */
|
|
14145
|
-
siteId?:
|
|
14146
|
-
string | string[];
|
|
14147
|
-
/** Field by which to sort the list. */
|
|
14148
|
-
sortField?:
|
|
14149
|
-
string;
|
|
14150
|
-
/** Order of sorted results. */
|
|
14151
|
-
sortOrder?:
|
|
14152
|
-
string;
|
|
14153
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14154
|
-
upload_protocol?:
|
|
14155
|
-
string;
|
|
14156
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14157
|
-
uploadType?:
|
|
14158
|
-
string;
|
|
14159
|
-
}): Request<OrderDocumentsListResponse>;
|
|
14160
|
-
}
|
|
14161
13981
|
interface OrdersResource {
|
|
14162
13982
|
/** Gets one order by ID. */
|
|
14163
13983
|
get(request?: {
|
|
@@ -14517,7 +14337,7 @@ declare namespace gapi.client {
|
|
|
14517
14337
|
/** Selector specifying which fields to include in a partial response. */
|
|
14518
14338
|
fields?:
|
|
14519
14339
|
string;
|
|
14520
|
-
/**
|
|
14340
|
+
/** Required. Placement ID. */
|
|
14521
14341
|
id:
|
|
14522
14342
|
string;
|
|
14523
14343
|
/** 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. */
|
|
@@ -14561,7 +14381,7 @@ declare namespace gapi.client {
|
|
|
14561
14381
|
/** Selector specifying which fields to include in a partial response. */
|
|
14562
14382
|
fields?:
|
|
14563
14383
|
string;
|
|
14564
|
-
/**
|
|
14384
|
+
/** Required. Placement ID. */
|
|
14565
14385
|
id:
|
|
14566
14386
|
string;
|
|
14567
14387
|
/** 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. */
|
|
@@ -14971,7 +14791,7 @@ declare namespace gapi.client {
|
|
|
14971
14791
|
/** Selector specifying which fields to include in a partial response. */
|
|
14972
14792
|
fields?:
|
|
14973
14793
|
string;
|
|
14974
|
-
/** Placement ID. */
|
|
14794
|
+
/** Required. Placement ID. */
|
|
14975
14795
|
id:
|
|
14976
14796
|
string;
|
|
14977
14797
|
/** 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. */
|
|
@@ -15015,7 +14835,7 @@ declare namespace gapi.client {
|
|
|
15015
14835
|
/** Selector specifying which fields to include in a partial response. */
|
|
15016
14836
|
fields?:
|
|
15017
14837
|
string;
|
|
15018
|
-
/** Placement ID. */
|
|
14838
|
+
/** Required. Placement ID. */
|
|
15019
14839
|
id:
|
|
15020
14840
|
string;
|
|
15021
14841
|
/** 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. */
|
|
@@ -15367,7 +15187,7 @@ declare namespace gapi.client {
|
|
|
15367
15187
|
/** Selector specifying which fields to include in a partial response. */
|
|
15368
15188
|
fields?:
|
|
15369
15189
|
string;
|
|
15370
|
-
/** PlacementStrategy ID. */
|
|
15190
|
+
/** Required. PlacementStrategy ID. */
|
|
15371
15191
|
id:
|
|
15372
15192
|
string;
|
|
15373
15193
|
/** 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. */
|
|
@@ -15411,7 +15231,7 @@ declare namespace gapi.client {
|
|
|
15411
15231
|
/** Selector specifying which fields to include in a partial response. */
|
|
15412
15232
|
fields?:
|
|
15413
15233
|
string;
|
|
15414
|
-
/** PlacementStrategy ID. */
|
|
15234
|
+
/** Required. PlacementStrategy ID. */
|
|
15415
15235
|
id:
|
|
15416
15236
|
string;
|
|
15417
15237
|
/** 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. */
|
|
@@ -15969,7 +15789,7 @@ declare namespace gapi.client {
|
|
|
15969
15789
|
/** Select only active or only inactive remarketing lists. */
|
|
15970
15790
|
active?:
|
|
15971
15791
|
boolean;
|
|
15972
|
-
/** Select only remarketing lists owned by this advertiser. */
|
|
15792
|
+
/** Required. Select only remarketing lists owned by this advertiser. */
|
|
15973
15793
|
advertiserId:
|
|
15974
15794
|
string;
|
|
15975
15795
|
/** Data format for response. */
|
|
@@ -16025,7 +15845,7 @@ declare namespace gapi.client {
|
|
|
16025
15845
|
uploadType?:
|
|
16026
15846
|
string;
|
|
16027
15847
|
}): Request<RemarketingListsListResponse>;
|
|
16028
|
-
/** Updates an existing
|
|
15848
|
+
/** Updates an existing RemarketingList. This method supports patch semantics. */
|
|
16029
15849
|
patch(request: {
|
|
16030
15850
|
/** V1 error format. */
|
|
16031
15851
|
"$.xgafv"?:
|
|
@@ -16042,7 +15862,7 @@ declare namespace gapi.client {
|
|
|
16042
15862
|
/** Selector specifying which fields to include in a partial response. */
|
|
16043
15863
|
fields?:
|
|
16044
15864
|
string;
|
|
16045
|
-
/** RemarketingList ID. */
|
|
15865
|
+
/** Required. RemarketingList ID. */
|
|
16046
15866
|
id:
|
|
16047
15867
|
string;
|
|
16048
15868
|
/** 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. */
|
|
@@ -16086,7 +15906,7 @@ declare namespace gapi.client {
|
|
|
16086
15906
|
/** Selector specifying which fields to include in a partial response. */
|
|
16087
15907
|
fields?:
|
|
16088
15908
|
string;
|
|
16089
|
-
/** RemarketingList ID. */
|
|
15909
|
+
/** Required. RemarketingList ID. */
|
|
16090
15910
|
id:
|
|
16091
15911
|
string;
|
|
16092
15912
|
/** 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. */
|
|
@@ -16237,7 +16057,7 @@ declare namespace gapi.client {
|
|
|
16237
16057
|
uploadType?:
|
|
16238
16058
|
string;
|
|
16239
16059
|
}): Request<RemarketingListShare>;
|
|
16240
|
-
/** Updates an existing
|
|
16060
|
+
/** Updates an existing RemarketingListShare. This method supports patch semantics. */
|
|
16241
16061
|
patch(request: {
|
|
16242
16062
|
/** V1 error format. */
|
|
16243
16063
|
"$.xgafv"?:
|
|
@@ -16254,7 +16074,7 @@ declare namespace gapi.client {
|
|
|
16254
16074
|
/** Selector specifying which fields to include in a partial response. */
|
|
16255
16075
|
fields?:
|
|
16256
16076
|
string;
|
|
16257
|
-
/** RemarketingList ID. */
|
|
16077
|
+
/** Required. RemarketingList ID. */
|
|
16258
16078
|
id:
|
|
16259
16079
|
string;
|
|
16260
16080
|
/** 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. */
|
|
@@ -16298,7 +16118,7 @@ declare namespace gapi.client {
|
|
|
16298
16118
|
/** Selector specifying which fields to include in a partial response. */
|
|
16299
16119
|
fields?:
|
|
16300
16120
|
string;
|
|
16301
|
-
/** RemarketingList ID. */
|
|
16121
|
+
/** Required. RemarketingList ID. */
|
|
16302
16122
|
id:
|
|
16303
16123
|
string;
|
|
16304
16124
|
/** 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. */
|
|
@@ -17263,7 +17083,7 @@ declare namespace gapi.client {
|
|
|
17263
17083
|
/** Selector specifying which fields to include in a partial response. */
|
|
17264
17084
|
fields?:
|
|
17265
17085
|
string;
|
|
17266
|
-
/** Site ID. */
|
|
17086
|
+
/** Required. Site ID. */
|
|
17267
17087
|
id:
|
|
17268
17088
|
string;
|
|
17269
17089
|
/** 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. */
|
|
@@ -17307,7 +17127,7 @@ declare namespace gapi.client {
|
|
|
17307
17127
|
/** Selector specifying which fields to include in a partial response. */
|
|
17308
17128
|
fields?:
|
|
17309
17129
|
string;
|
|
17310
|
-
/** Site ID. */
|
|
17130
|
+
/** Required. Site ID. */
|
|
17311
17131
|
id:
|
|
17312
17132
|
string;
|
|
17313
17133
|
/** 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. */
|
|
@@ -17796,7 +17616,7 @@ declare namespace gapi.client {
|
|
|
17796
17616
|
/** Selector specifying which fields to include in a partial response. */
|
|
17797
17617
|
fields?:
|
|
17798
17618
|
string;
|
|
17799
|
-
/** Subaccount ID. */
|
|
17619
|
+
/** Required. Subaccount ID. */
|
|
17800
17620
|
id:
|
|
17801
17621
|
string;
|
|
17802
17622
|
/** 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. */
|
|
@@ -17840,7 +17660,7 @@ declare namespace gapi.client {
|
|
|
17840
17660
|
/** Selector specifying which fields to include in a partial response. */
|
|
17841
17661
|
fields?:
|
|
17842
17662
|
string;
|
|
17843
|
-
/** Subaccount ID. */
|
|
17663
|
+
/** Required. Subaccount ID. */
|
|
17844
17664
|
id:
|
|
17845
17665
|
string;
|
|
17846
17666
|
/** 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. */
|
|
@@ -18002,7 +17822,7 @@ declare namespace gapi.client {
|
|
|
18002
17822
|
/** Select only active or only inactive targetable remarketing lists. */
|
|
18003
17823
|
active?:
|
|
18004
17824
|
boolean;
|
|
18005
|
-
/** Select only targetable remarketing lists targetable by these advertisers. */
|
|
17825
|
+
/** Required. Select only targetable remarketing lists targetable by these advertisers. */
|
|
18006
17826
|
advertiserId:
|
|
18007
17827
|
string;
|
|
18008
17828
|
/** Data format for response. */
|
|
@@ -18261,7 +18081,7 @@ declare namespace gapi.client {
|
|
|
18261
18081
|
/** Selector specifying which fields to include in a partial response. */
|
|
18262
18082
|
fields?:
|
|
18263
18083
|
string;
|
|
18264
|
-
/**
|
|
18084
|
+
/** Required. RemarketingList ID. */
|
|
18265
18085
|
id:
|
|
18266
18086
|
string;
|
|
18267
18087
|
/** 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. */
|
|
@@ -18305,7 +18125,7 @@ declare namespace gapi.client {
|
|
|
18305
18125
|
/** Selector specifying which fields to include in a partial response. */
|
|
18306
18126
|
fields?:
|
|
18307
18127
|
string;
|
|
18308
|
-
/**
|
|
18128
|
+
/** Required. RemarketingList ID. */
|
|
18309
18129
|
id:
|
|
18310
18130
|
string;
|
|
18311
18131
|
/** 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. */
|
|
@@ -18909,7 +18729,7 @@ declare namespace gapi.client {
|
|
|
18909
18729
|
/** Selector specifying which fields to include in a partial response. */
|
|
18910
18730
|
fields?:
|
|
18911
18731
|
string;
|
|
18912
|
-
/** UserRole ID. */
|
|
18732
|
+
/** Required. UserRole ID. */
|
|
18913
18733
|
id:
|
|
18914
18734
|
string;
|
|
18915
18735
|
/** 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. */
|
|
@@ -18953,7 +18773,7 @@ declare namespace gapi.client {
|
|
|
18953
18773
|
/** Selector specifying which fields to include in a partial response. */
|
|
18954
18774
|
fields?:
|
|
18955
18775
|
string;
|
|
18956
|
-
/** UserRole ID. */
|
|
18776
|
+
/** Required. UserRole ID. */
|
|
18957
18777
|
id:
|
|
18958
18778
|
string;
|
|
18959
18779
|
/** 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. */
|
|
@@ -19229,8 +19049,6 @@ declare namespace gapi.client {
|
|
|
19229
19049
|
|
|
19230
19050
|
const operatingSystems: OperatingSystemsResource;
|
|
19231
19051
|
|
|
19232
|
-
const orderDocuments: OrderDocumentsResource;
|
|
19233
|
-
|
|
19234
19052
|
const orders: OrdersResource;
|
|
19235
19053
|
|
|
19236
19054
|
const placementGroups: PlacementGroupsResource;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -133,7 +133,7 @@ Retrieves a list of account user profiles, possibly filtered. This method suppor
|
|
|
133
133
|
await gapi.client.dfareporting.accountUserProfiles.list({ profileId: "profileId", });
|
|
134
134
|
|
|
135
135
|
/*
|
|
136
|
-
Updates an existing
|
|
136
|
+
Updates an existing user role. This method supports patch semantics.
|
|
137
137
|
*/
|
|
138
138
|
await gapi.client.dfareporting.accountUserProfiles.patch({ id: "id", profileId: "profileId", });
|
|
139
139
|
|
|
@@ -158,7 +158,7 @@ Retrieves a list of ads, possibly filtered. This method supports paging.
|
|
|
158
158
|
await gapi.client.dfareporting.ads.list({ profileId: "profileId", });
|
|
159
159
|
|
|
160
160
|
/*
|
|
161
|
-
Updates an existing
|
|
161
|
+
Updates an existing event tag. This method supports patch semantics.
|
|
162
162
|
*/
|
|
163
163
|
await gapi.client.dfareporting.ads.patch({ id: "id", profileId: "profileId", });
|
|
164
164
|
|
|
@@ -218,7 +218,7 @@ Retrieves a list of landing pages.
|
|
|
218
218
|
await gapi.client.dfareporting.advertiserLandingPages.list({ profileId: "profileId", });
|
|
219
219
|
|
|
220
220
|
/*
|
|
221
|
-
Updates an existing advertiser
|
|
221
|
+
Updates an existing advertiser. This method supports patch semantics.
|
|
222
222
|
*/
|
|
223
223
|
await gapi.client.dfareporting.advertiserLandingPages.patch({ id: "id", profileId: "profileId", });
|
|
224
224
|
|
|
@@ -313,7 +313,7 @@ Retrieves a list of campaigns, possibly filtered. This method supports paging.
|
|
|
313
313
|
await gapi.client.dfareporting.campaigns.list({ profileId: "profileId", });
|
|
314
314
|
|
|
315
315
|
/*
|
|
316
|
-
Updates an existing
|
|
316
|
+
Updates an existing creative. This method supports patch semantics.
|
|
317
317
|
*/
|
|
318
318
|
await gapi.client.dfareporting.campaigns.patch({ id: "id", profileId: "profileId", });
|
|
319
319
|
|
|
@@ -613,7 +613,7 @@ Retrieves a list of floodlight activities, possibly filtered. This method suppor
|
|
|
613
613
|
await gapi.client.dfareporting.floodlightActivities.list({ profileId: "profileId", });
|
|
614
614
|
|
|
615
615
|
/*
|
|
616
|
-
Updates an existing
|
|
616
|
+
Updates an existing event tag. This method supports patch semantics.
|
|
617
617
|
*/
|
|
618
618
|
await gapi.client.dfareporting.floodlightActivities.patch({ id: "id", profileId: "profileId", });
|
|
619
619
|
|
|
@@ -638,7 +638,7 @@ Retrieves a list of floodlight activity groups, possibly filtered. This method s
|
|
|
638
638
|
await gapi.client.dfareporting.floodlightActivityGroups.list({ profileId: "profileId", });
|
|
639
639
|
|
|
640
640
|
/*
|
|
641
|
-
Updates an existing
|
|
641
|
+
Updates an existing event tag. This method supports patch semantics.
|
|
642
642
|
*/
|
|
643
643
|
await gapi.client.dfareporting.floodlightActivityGroups.patch({ id: "id", profileId: "profileId", });
|
|
644
644
|
|
|
@@ -658,7 +658,7 @@ Retrieves a list of floodlight configurations, possibly filtered.
|
|
|
658
658
|
await gapi.client.dfareporting.floodlightConfigurations.list({ profileId: "profileId", });
|
|
659
659
|
|
|
660
660
|
/*
|
|
661
|
-
Updates an existing
|
|
661
|
+
Updates an existing event tag. This method supports patch semantics.
|
|
662
662
|
*/
|
|
663
663
|
await gapi.client.dfareporting.floodlightConfigurations.patch({ id: "id", profileId: "profileId", });
|
|
664
664
|
|
|
@@ -727,16 +727,6 @@ Retrieves a list of operating system versions.
|
|
|
727
727
|
*/
|
|
728
728
|
await gapi.client.dfareporting.operatingSystemVersions.list({ profileId: "profileId", });
|
|
729
729
|
|
|
730
|
-
/*
|
|
731
|
-
Gets one order document by ID.
|
|
732
|
-
*/
|
|
733
|
-
await gapi.client.dfareporting.orderDocuments.get({ id: "id", profileId: "profileId", projectId: "projectId", });
|
|
734
|
-
|
|
735
|
-
/*
|
|
736
|
-
Retrieves a list of order documents, possibly filtered. This method supports paging.
|
|
737
|
-
*/
|
|
738
|
-
await gapi.client.dfareporting.orderDocuments.list({ profileId: "profileId", projectId: "projectId", });
|
|
739
|
-
|
|
740
730
|
/*
|
|
741
731
|
Gets one order by ID.
|
|
742
732
|
*/
|
|
@@ -883,7 +873,7 @@ Retrieves a list of remarketing lists, possibly filtered. This method supports p
|
|
|
883
873
|
await gapi.client.dfareporting.remarketingLists.list({ advertiserId: "advertiserId", profileId: "profileId", });
|
|
884
874
|
|
|
885
875
|
/*
|
|
886
|
-
Updates an existing
|
|
876
|
+
Updates an existing RemarketingList. This method supports patch semantics.
|
|
887
877
|
*/
|
|
888
878
|
await gapi.client.dfareporting.remarketingLists.patch({ id: "id", profileId: "profileId", });
|
|
889
879
|
|
|
@@ -898,7 +888,7 @@ Gets one remarketing list share by remarketing list ID.
|
|
|
898
888
|
await gapi.client.dfareporting.remarketingListShares.get({ profileId: "profileId", remarketingListId: "remarketingListId", });
|
|
899
889
|
|
|
900
890
|
/*
|
|
901
|
-
Updates an existing
|
|
891
|
+
Updates an existing RemarketingListShare. This method supports patch semantics.
|
|
902
892
|
*/
|
|
903
893
|
await gapi.client.dfareporting.remarketingListShares.patch({ id: "id", profileId: "profileId", });
|
|
904
894
|
|
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230726
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -206,7 +206,7 @@ gapi.load('client', async () => {
|
|
|
206
206
|
subaccountId: "Test string",
|
|
207
207
|
userRoleId: "Test string",
|
|
208
208
|
});
|
|
209
|
-
/** Updates an existing
|
|
209
|
+
/** Updates an existing user role. This method supports patch semantics. */
|
|
210
210
|
await gapi.client.dfareporting.accountUserProfiles.patch({
|
|
211
211
|
id: "Test string",
|
|
212
212
|
profileId: "Test string",
|
|
@@ -640,7 +640,7 @@ gapi.load('client', async () => {
|
|
|
640
640
|
sslRequired: true,
|
|
641
641
|
type: "Test string",
|
|
642
642
|
});
|
|
643
|
-
/** Updates an existing
|
|
643
|
+
/** Updates an existing event tag. This method supports patch semantics. */
|
|
644
644
|
await gapi.client.dfareporting.ads.patch({
|
|
645
645
|
id: "Test string",
|
|
646
646
|
profileId: "Test string",
|
|
@@ -1369,7 +1369,7 @@ gapi.load('client', async () => {
|
|
|
1369
1369
|
sortOrder: "Test string",
|
|
1370
1370
|
subaccountId: "Test string",
|
|
1371
1371
|
});
|
|
1372
|
-
/** Updates an existing advertiser
|
|
1372
|
+
/** Updates an existing advertiser. This method supports patch semantics. */
|
|
1373
1373
|
await gapi.client.dfareporting.advertiserLandingPages.patch({
|
|
1374
1374
|
id: "Test string",
|
|
1375
1375
|
profileId: "Test string",
|
|
@@ -1787,7 +1787,7 @@ gapi.load('client', async () => {
|
|
|
1787
1787
|
sortOrder: "Test string",
|
|
1788
1788
|
subaccountId: "Test string",
|
|
1789
1789
|
});
|
|
1790
|
-
/** Updates an existing
|
|
1790
|
+
/** Updates an existing creative. This method supports patch semantics. */
|
|
1791
1791
|
await gapi.client.dfareporting.campaigns.patch({
|
|
1792
1792
|
id: "Test string",
|
|
1793
1793
|
profileId: "Test string",
|
|
@@ -4240,7 +4240,7 @@ gapi.load('client', async () => {
|
|
|
4240
4240
|
sortOrder: "Test string",
|
|
4241
4241
|
tagString: "Test string",
|
|
4242
4242
|
});
|
|
4243
|
-
/** Updates an existing
|
|
4243
|
+
/** Updates an existing event tag. This method supports patch semantics. */
|
|
4244
4244
|
await gapi.client.dfareporting.floodlightActivities.patch({
|
|
4245
4245
|
id: "Test string",
|
|
4246
4246
|
profileId: "Test string",
|
|
@@ -4463,7 +4463,7 @@ gapi.load('client', async () => {
|
|
|
4463
4463
|
sortOrder: "Test string",
|
|
4464
4464
|
type: "Test string",
|
|
4465
4465
|
});
|
|
4466
|
-
/** Updates an existing
|
|
4466
|
+
/** Updates an existing event tag. This method supports patch semantics. */
|
|
4467
4467
|
await gapi.client.dfareporting.floodlightActivityGroups.patch({
|
|
4468
4468
|
id: "Test string",
|
|
4469
4469
|
profileId: "Test string",
|
|
@@ -4550,7 +4550,7 @@ gapi.load('client', async () => {
|
|
|
4550
4550
|
ids: "Test string",
|
|
4551
4551
|
profileId: "Test string",
|
|
4552
4552
|
});
|
|
4553
|
-
/** Updates an existing
|
|
4553
|
+
/** Updates an existing event tag. This method supports patch semantics. */
|
|
4554
4554
|
await gapi.client.dfareporting.floodlightConfigurations.patch({
|
|
4555
4555
|
id: "Test string",
|
|
4556
4556
|
profileId: "Test string",
|
|
@@ -4752,26 +4752,6 @@ gapi.load('client', async () => {
|
|
|
4752
4752
|
await gapi.client.dfareporting.operatingSystemVersions.list({
|
|
4753
4753
|
profileId: "Test string",
|
|
4754
4754
|
});
|
|
4755
|
-
/** Gets one order document by ID. */
|
|
4756
|
-
await gapi.client.dfareporting.orderDocuments.get({
|
|
4757
|
-
id: "Test string",
|
|
4758
|
-
profileId: "Test string",
|
|
4759
|
-
projectId: "Test string",
|
|
4760
|
-
});
|
|
4761
|
-
/** Retrieves a list of order documents, possibly filtered. This method supports paging. */
|
|
4762
|
-
await gapi.client.dfareporting.orderDocuments.list({
|
|
4763
|
-
approved: true,
|
|
4764
|
-
ids: "Test string",
|
|
4765
|
-
maxResults: 42,
|
|
4766
|
-
orderId: "Test string",
|
|
4767
|
-
pageToken: "Test string",
|
|
4768
|
-
profileId: "Test string",
|
|
4769
|
-
projectId: "Test string",
|
|
4770
|
-
searchString: "Test string",
|
|
4771
|
-
siteId: "Test string",
|
|
4772
|
-
sortField: "Test string",
|
|
4773
|
-
sortOrder: "Test string",
|
|
4774
|
-
});
|
|
4775
4755
|
/** Gets one order by ID. */
|
|
4776
4756
|
await gapi.client.dfareporting.orders.get({
|
|
4777
4757
|
id: "Test string",
|
|
@@ -5881,7 +5861,7 @@ gapi.load('client', async () => {
|
|
|
5881
5861
|
sortField: "Test string",
|
|
5882
5862
|
sortOrder: "Test string",
|
|
5883
5863
|
});
|
|
5884
|
-
/** Updates an existing
|
|
5864
|
+
/** Updates an existing RemarketingList. This method supports patch semantics. */
|
|
5885
5865
|
await gapi.client.dfareporting.remarketingLists.patch({
|
|
5886
5866
|
id: "Test string",
|
|
5887
5867
|
profileId: "Test string",
|
|
@@ -5975,7 +5955,7 @@ gapi.load('client', async () => {
|
|
|
5975
5955
|
profileId: "Test string",
|
|
5976
5956
|
remarketingListId: "Test string",
|
|
5977
5957
|
});
|
|
5978
|
-
/** Updates an existing
|
|
5958
|
+
/** Updates an existing RemarketingListShare. This method supports patch semantics. */
|
|
5979
5959
|
await gapi.client.dfareporting.remarketingListShares.patch({
|
|
5980
5960
|
id: "Test string",
|
|
5981
5961
|
profileId: "Test string",
|