@zernio/node 0.2.865 → 0.2.866
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/dist/index.d.mts +224 -32
- package/dist/index.d.ts +224 -32
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/sdk.gen.ts +3 -3
- package/src/generated/types.gen.ts +224 -32
package/dist/index.d.mts
CHANGED
|
@@ -34052,6 +34052,10 @@ type GetAdsSearchTermsData = {
|
|
|
34052
34052
|
* Google ads SocialAccount id.
|
|
34053
34053
|
*/
|
|
34054
34054
|
accountId: string;
|
|
34055
|
+
/**
|
|
34056
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34057
|
+
*/
|
|
34058
|
+
adAccountId?: string;
|
|
34055
34059
|
/**
|
|
34056
34060
|
* Alias of adSetId, kept for existing callers.
|
|
34057
34061
|
* @deprecated
|
|
@@ -34066,7 +34070,8 @@ type GetAdsSearchTermsData = {
|
|
|
34066
34070
|
*/
|
|
34067
34071
|
campaignId?: string;
|
|
34068
34072
|
/**
|
|
34069
|
-
*
|
|
34073
|
+
* Alias of adAccountId, kept for existing callers
|
|
34074
|
+
* @deprecated
|
|
34070
34075
|
*/
|
|
34071
34076
|
customerId?: string;
|
|
34072
34077
|
/**
|
|
@@ -34133,7 +34138,12 @@ type ListBidStrategiesData = {
|
|
|
34133
34138
|
*/
|
|
34134
34139
|
accountId: string;
|
|
34135
34140
|
/**
|
|
34136
|
-
*
|
|
34141
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34142
|
+
*/
|
|
34143
|
+
adAccountId?: string;
|
|
34144
|
+
/**
|
|
34145
|
+
* Alias of adAccountId, kept for existing callers
|
|
34146
|
+
* @deprecated
|
|
34137
34147
|
*/
|
|
34138
34148
|
customerId?: string;
|
|
34139
34149
|
/**
|
|
@@ -34172,7 +34182,12 @@ type CreateBidStrategyData = {
|
|
|
34172
34182
|
*/
|
|
34173
34183
|
accountId: string;
|
|
34174
34184
|
/**
|
|
34175
|
-
*
|
|
34185
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34186
|
+
*/
|
|
34187
|
+
adAccountId?: string;
|
|
34188
|
+
/**
|
|
34189
|
+
* Alias of adAccountId, kept for existing callers
|
|
34190
|
+
* @deprecated
|
|
34176
34191
|
*/
|
|
34177
34192
|
customerId?: string;
|
|
34178
34193
|
name: string;
|
|
@@ -34207,7 +34222,12 @@ type UpdateBidStrategyData = {
|
|
|
34207
34222
|
*/
|
|
34208
34223
|
accountId: string;
|
|
34209
34224
|
/**
|
|
34210
|
-
*
|
|
34225
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34226
|
+
*/
|
|
34227
|
+
adAccountId?: string;
|
|
34228
|
+
/**
|
|
34229
|
+
* Alias of adAccountId, kept for existing callers
|
|
34230
|
+
* @deprecated
|
|
34211
34231
|
*/
|
|
34212
34232
|
customerId?: string;
|
|
34213
34233
|
name?: string;
|
|
@@ -34236,12 +34256,17 @@ type ListLocalServicesLeadsData = {
|
|
|
34236
34256
|
* Google ads SocialAccount id.
|
|
34237
34257
|
*/
|
|
34238
34258
|
accountId: string;
|
|
34259
|
+
/**
|
|
34260
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34261
|
+
*/
|
|
34262
|
+
adAccountId?: string;
|
|
34239
34263
|
/**
|
|
34240
34264
|
* true = only leads Google charged for.
|
|
34241
34265
|
*/
|
|
34242
34266
|
chargedOnly?: boolean;
|
|
34243
34267
|
/**
|
|
34244
|
-
*
|
|
34268
|
+
* Alias of adAccountId, kept for existing callers
|
|
34269
|
+
* @deprecated
|
|
34245
34270
|
*/
|
|
34246
34271
|
customerId?: string;
|
|
34247
34272
|
/**
|
|
@@ -34317,7 +34342,12 @@ type ListLocalServicesLeadConversationsData = {
|
|
|
34317
34342
|
*/
|
|
34318
34343
|
accountId: string;
|
|
34319
34344
|
/**
|
|
34320
|
-
*
|
|
34345
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34346
|
+
*/
|
|
34347
|
+
adAccountId?: string;
|
|
34348
|
+
/**
|
|
34349
|
+
* Alias of adAccountId, kept for existing callers
|
|
34350
|
+
* @deprecated
|
|
34321
34351
|
*/
|
|
34322
34352
|
customerId?: string;
|
|
34323
34353
|
/**
|
|
@@ -34789,7 +34819,12 @@ type GetCampaignBiddingData = {
|
|
|
34789
34819
|
*/
|
|
34790
34820
|
accountId: string;
|
|
34791
34821
|
/**
|
|
34792
|
-
*
|
|
34822
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple Google Ads accounts; optional (and inferred) when it has only one.
|
|
34823
|
+
*/
|
|
34824
|
+
adAccountId?: string;
|
|
34825
|
+
/**
|
|
34826
|
+
* Alias of adAccountId, kept for existing callers
|
|
34827
|
+
* @deprecated
|
|
34793
34828
|
*/
|
|
34794
34829
|
customerId?: string;
|
|
34795
34830
|
/**
|
|
@@ -35365,7 +35400,12 @@ type CreateAdSetData = {
|
|
|
35365
35400
|
name: string;
|
|
35366
35401
|
status?: 'ACTIVE' | 'PAUSED';
|
|
35367
35402
|
/**
|
|
35368
|
-
*
|
|
35403
|
+
* Platform ad account ID (Google customer ID, digits only). Only required when the connection has more than one.
|
|
35404
|
+
*/
|
|
35405
|
+
adAccountId?: string;
|
|
35406
|
+
/**
|
|
35407
|
+
* Alias of adAccountId, kept for existing callers
|
|
35408
|
+
* @deprecated
|
|
35369
35409
|
*/
|
|
35370
35410
|
customerId?: string;
|
|
35371
35411
|
};
|
|
@@ -36114,6 +36154,10 @@ type ListCampaignAssetsData = {
|
|
|
36114
36154
|
};
|
|
36115
36155
|
query: {
|
|
36116
36156
|
accountId: string;
|
|
36157
|
+
adAccountId?: string;
|
|
36158
|
+
/**
|
|
36159
|
+
* @deprecated
|
|
36160
|
+
*/
|
|
36117
36161
|
customerId?: string;
|
|
36118
36162
|
};
|
|
36119
36163
|
};
|
|
@@ -36157,7 +36201,12 @@ type AttachCampaignAssetsData = {
|
|
|
36157
36201
|
*/
|
|
36158
36202
|
accountId: string;
|
|
36159
36203
|
/**
|
|
36160
|
-
* Google customer
|
|
36204
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36205
|
+
*/
|
|
36206
|
+
adAccountId?: string;
|
|
36207
|
+
/**
|
|
36208
|
+
* Alias of adAccountId, kept for existing callers
|
|
36209
|
+
* @deprecated
|
|
36161
36210
|
*/
|
|
36162
36211
|
customerId?: string;
|
|
36163
36212
|
sitelinks?: Array<GoogleSitelink>;
|
|
@@ -36187,7 +36236,12 @@ type UpdateCampaignAssetsData = {
|
|
|
36187
36236
|
*/
|
|
36188
36237
|
accountId: string;
|
|
36189
36238
|
/**
|
|
36190
|
-
* Google customer
|
|
36239
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36240
|
+
*/
|
|
36241
|
+
adAccountId?: string;
|
|
36242
|
+
/**
|
|
36243
|
+
* Alias of adAccountId, kept for existing callers
|
|
36244
|
+
* @deprecated
|
|
36191
36245
|
*/
|
|
36192
36246
|
customerId?: string;
|
|
36193
36247
|
updates: Array<GoogleAssetUpdate>;
|
|
@@ -36212,7 +36266,12 @@ type RemoveCampaignAssetsData = {
|
|
|
36212
36266
|
*/
|
|
36213
36267
|
accountId: string;
|
|
36214
36268
|
/**
|
|
36215
|
-
* Google customer
|
|
36269
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36270
|
+
*/
|
|
36271
|
+
adAccountId?: string;
|
|
36272
|
+
/**
|
|
36273
|
+
* Alias of adAccountId, kept for existing callers
|
|
36274
|
+
* @deprecated
|
|
36216
36275
|
*/
|
|
36217
36276
|
customerId?: string;
|
|
36218
36277
|
assetResourceNames: Array<(string)>;
|
|
@@ -36240,6 +36299,10 @@ type ListAdGroupAssetsData = {
|
|
|
36240
36299
|
};
|
|
36241
36300
|
query: {
|
|
36242
36301
|
accountId: string;
|
|
36302
|
+
adAccountId?: string;
|
|
36303
|
+
/**
|
|
36304
|
+
* @deprecated
|
|
36305
|
+
*/
|
|
36243
36306
|
customerId?: string;
|
|
36244
36307
|
};
|
|
36245
36308
|
};
|
|
@@ -36283,7 +36346,12 @@ type AttachAdGroupAssetsData = {
|
|
|
36283
36346
|
*/
|
|
36284
36347
|
accountId: string;
|
|
36285
36348
|
/**
|
|
36286
|
-
* Google customer
|
|
36349
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36350
|
+
*/
|
|
36351
|
+
adAccountId?: string;
|
|
36352
|
+
/**
|
|
36353
|
+
* Alias of adAccountId, kept for existing callers
|
|
36354
|
+
* @deprecated
|
|
36287
36355
|
*/
|
|
36288
36356
|
customerId?: string;
|
|
36289
36357
|
sitelinks?: Array<GoogleSitelink>;
|
|
@@ -36313,7 +36381,12 @@ type UpdateAdGroupAssetsData = {
|
|
|
36313
36381
|
*/
|
|
36314
36382
|
accountId: string;
|
|
36315
36383
|
/**
|
|
36316
|
-
* Google customer
|
|
36384
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36385
|
+
*/
|
|
36386
|
+
adAccountId?: string;
|
|
36387
|
+
/**
|
|
36388
|
+
* Alias of adAccountId, kept for existing callers
|
|
36389
|
+
* @deprecated
|
|
36317
36390
|
*/
|
|
36318
36391
|
customerId?: string;
|
|
36319
36392
|
updates: Array<GoogleAssetUpdate>;
|
|
@@ -36338,7 +36411,12 @@ type RemoveAdGroupAssetsData = {
|
|
|
36338
36411
|
*/
|
|
36339
36412
|
accountId: string;
|
|
36340
36413
|
/**
|
|
36341
|
-
* Google customer
|
|
36414
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36415
|
+
*/
|
|
36416
|
+
adAccountId?: string;
|
|
36417
|
+
/**
|
|
36418
|
+
* Alias of adAccountId, kept for existing callers
|
|
36419
|
+
* @deprecated
|
|
36342
36420
|
*/
|
|
36343
36421
|
customerId?: string;
|
|
36344
36422
|
assetResourceNames: Array<(string)>;
|
|
@@ -36514,7 +36592,12 @@ type GenerateKeywordIdeasData = {
|
|
|
36514
36592
|
*/
|
|
36515
36593
|
accountId: string;
|
|
36516
36594
|
/**
|
|
36517
|
-
*
|
|
36595
|
+
* Platform ad account ID (Google customer ID, digits only).
|
|
36596
|
+
*/
|
|
36597
|
+
adAccountId?: string;
|
|
36598
|
+
/**
|
|
36599
|
+
* Alias of adAccountId, kept for existing callers
|
|
36600
|
+
* @deprecated
|
|
36518
36601
|
*/
|
|
36519
36602
|
customerId?: string;
|
|
36520
36603
|
/**
|
|
@@ -36570,7 +36653,12 @@ type GenerateKeywordHistoricalMetricsData = {
|
|
|
36570
36653
|
*/
|
|
36571
36654
|
accountId: string;
|
|
36572
36655
|
/**
|
|
36573
|
-
*
|
|
36656
|
+
* Platform ad account ID (Google customer ID, digits only).
|
|
36657
|
+
*/
|
|
36658
|
+
adAccountId?: string;
|
|
36659
|
+
/**
|
|
36660
|
+
* Alias of adAccountId, kept for existing callers
|
|
36661
|
+
* @deprecated
|
|
36574
36662
|
*/
|
|
36575
36663
|
customerId?: string;
|
|
36576
36664
|
keywords: Array<(string)>;
|
|
@@ -36623,6 +36711,10 @@ type QueryAdInsightsData = {
|
|
|
36623
36711
|
* When actions are counted: impression, conversion or mixed.
|
|
36624
36712
|
*/
|
|
36625
36713
|
actionReportTime?: string;
|
|
36714
|
+
/**
|
|
36715
|
+
* Google only: platform ad account ID (Google customer ID, digits only) when the connection has several Google Ads accounts.
|
|
36716
|
+
*/
|
|
36717
|
+
adAccountId?: string;
|
|
36626
36718
|
/**
|
|
36627
36719
|
* Cursor from paging.after of the previous page.
|
|
36628
36720
|
*/
|
|
@@ -36632,7 +36724,8 @@ type QueryAdInsightsData = {
|
|
|
36632
36724
|
*/
|
|
36633
36725
|
breakdowns?: string;
|
|
36634
36726
|
/**
|
|
36635
|
-
*
|
|
36727
|
+
* Alias of adAccountId, kept for existing callers
|
|
36728
|
+
* @deprecated
|
|
36636
36729
|
*/
|
|
36637
36730
|
customerId?: string;
|
|
36638
36731
|
/**
|
|
@@ -38045,6 +38138,10 @@ type DeleteValueRuleSetError = (unknown | {
|
|
|
38045
38138
|
type ListAdNegativeKeywordListsData = {
|
|
38046
38139
|
query: {
|
|
38047
38140
|
accountId: string;
|
|
38141
|
+
adAccountId?: string;
|
|
38142
|
+
/**
|
|
38143
|
+
* @deprecated
|
|
38144
|
+
*/
|
|
38048
38145
|
customerId?: string;
|
|
38049
38146
|
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter' | 'openai';
|
|
38050
38147
|
};
|
|
@@ -38074,7 +38171,12 @@ type CreateAdNegativeKeywordListData = {
|
|
|
38074
38171
|
*/
|
|
38075
38172
|
accountId: string;
|
|
38076
38173
|
/**
|
|
38077
|
-
*
|
|
38174
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38175
|
+
*/
|
|
38176
|
+
adAccountId?: string;
|
|
38177
|
+
/**
|
|
38178
|
+
* Alias of adAccountId, kept for existing callers
|
|
38179
|
+
* @deprecated
|
|
38078
38180
|
*/
|
|
38079
38181
|
customerId?: string;
|
|
38080
38182
|
/**
|
|
@@ -38118,6 +38220,10 @@ type GetAdNegativeKeywordListData = {
|
|
|
38118
38220
|
};
|
|
38119
38221
|
query: {
|
|
38120
38222
|
accountId: string;
|
|
38223
|
+
adAccountId?: string;
|
|
38224
|
+
/**
|
|
38225
|
+
* @deprecated
|
|
38226
|
+
*/
|
|
38121
38227
|
customerId?: string;
|
|
38122
38228
|
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter' | 'openai';
|
|
38123
38229
|
};
|
|
@@ -38149,7 +38255,12 @@ type UpdateAdNegativeKeywordListData = {
|
|
|
38149
38255
|
*/
|
|
38150
38256
|
accountId: string;
|
|
38151
38257
|
/**
|
|
38152
|
-
*
|
|
38258
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38259
|
+
*/
|
|
38260
|
+
adAccountId?: string;
|
|
38261
|
+
/**
|
|
38262
|
+
* Alias of adAccountId, kept for existing callers
|
|
38263
|
+
* @deprecated
|
|
38153
38264
|
*/
|
|
38154
38265
|
customerId?: string;
|
|
38155
38266
|
/**
|
|
@@ -38181,6 +38292,10 @@ type DeleteAdNegativeKeywordListData = {
|
|
|
38181
38292
|
};
|
|
38182
38293
|
query: {
|
|
38183
38294
|
accountId: string;
|
|
38295
|
+
adAccountId?: string;
|
|
38296
|
+
/**
|
|
38297
|
+
* @deprecated
|
|
38298
|
+
*/
|
|
38184
38299
|
customerId?: string;
|
|
38185
38300
|
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter' | 'openai';
|
|
38186
38301
|
};
|
|
@@ -38202,7 +38317,12 @@ type ReplaceAdNegativeKeywordListKeywordsData = {
|
|
|
38202
38317
|
*/
|
|
38203
38318
|
accountId: string;
|
|
38204
38319
|
/**
|
|
38205
|
-
*
|
|
38320
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38321
|
+
*/
|
|
38322
|
+
adAccountId?: string;
|
|
38323
|
+
/**
|
|
38324
|
+
* Alias of adAccountId, kept for existing callers
|
|
38325
|
+
* @deprecated
|
|
38206
38326
|
*/
|
|
38207
38327
|
customerId?: string;
|
|
38208
38328
|
/**
|
|
@@ -38293,6 +38413,10 @@ type ReplaceCampaignNegativeKeywordListsError = (ErrorResponse | {
|
|
|
38293
38413
|
type ListAccountCalloutsData = {
|
|
38294
38414
|
query: {
|
|
38295
38415
|
accountId: string;
|
|
38416
|
+
adAccountId?: string;
|
|
38417
|
+
/**
|
|
38418
|
+
* @deprecated
|
|
38419
|
+
*/
|
|
38296
38420
|
customerId?: string;
|
|
38297
38421
|
};
|
|
38298
38422
|
};
|
|
@@ -38322,7 +38446,12 @@ type AddAccountCalloutsData = {
|
|
|
38322
38446
|
*/
|
|
38323
38447
|
accountId: string;
|
|
38324
38448
|
/**
|
|
38325
|
-
* Google customer
|
|
38449
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38450
|
+
*/
|
|
38451
|
+
adAccountId?: string;
|
|
38452
|
+
/**
|
|
38453
|
+
* Alias of adAccountId, kept for existing callers
|
|
38454
|
+
* @deprecated
|
|
38326
38455
|
*/
|
|
38327
38456
|
customerId?: string;
|
|
38328
38457
|
callouts: Array<(string)>;
|
|
@@ -38345,7 +38474,12 @@ type UpdateAccountCalloutsData = {
|
|
|
38345
38474
|
*/
|
|
38346
38475
|
accountId: string;
|
|
38347
38476
|
/**
|
|
38348
|
-
* Google customer
|
|
38477
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38478
|
+
*/
|
|
38479
|
+
adAccountId?: string;
|
|
38480
|
+
/**
|
|
38481
|
+
* Alias of adAccountId, kept for existing callers
|
|
38482
|
+
* @deprecated
|
|
38349
38483
|
*/
|
|
38350
38484
|
customerId?: string;
|
|
38351
38485
|
updates: Array<{
|
|
@@ -38373,7 +38507,12 @@ type RemoveAccountCalloutData = {
|
|
|
38373
38507
|
*/
|
|
38374
38508
|
accountId: string;
|
|
38375
38509
|
/**
|
|
38376
|
-
* Google customer
|
|
38510
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38511
|
+
*/
|
|
38512
|
+
adAccountId?: string;
|
|
38513
|
+
/**
|
|
38514
|
+
* Alias of adAccountId, kept for existing callers
|
|
38515
|
+
* @deprecated
|
|
38377
38516
|
*/
|
|
38378
38517
|
customerId?: string;
|
|
38379
38518
|
assetId: string;
|
|
@@ -38389,6 +38528,10 @@ type RemoveAccountCalloutError = (ErrorResponse | {
|
|
|
38389
38528
|
type ListAccountSitelinksData = {
|
|
38390
38529
|
query: {
|
|
38391
38530
|
accountId: string;
|
|
38531
|
+
adAccountId?: string;
|
|
38532
|
+
/**
|
|
38533
|
+
* @deprecated
|
|
38534
|
+
*/
|
|
38392
38535
|
customerId?: string;
|
|
38393
38536
|
};
|
|
38394
38537
|
};
|
|
@@ -38423,7 +38566,12 @@ type AddAccountSitelinksData = {
|
|
|
38423
38566
|
*/
|
|
38424
38567
|
accountId: string;
|
|
38425
38568
|
/**
|
|
38426
|
-
* Google customer
|
|
38569
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38570
|
+
*/
|
|
38571
|
+
adAccountId?: string;
|
|
38572
|
+
/**
|
|
38573
|
+
* Alias of adAccountId, kept for existing callers
|
|
38574
|
+
* @deprecated
|
|
38427
38575
|
*/
|
|
38428
38576
|
customerId?: string;
|
|
38429
38577
|
sitelinks: Array<GoogleSitelink>;
|
|
@@ -38449,7 +38597,12 @@ type UpdateAccountSitelinksData = {
|
|
|
38449
38597
|
*/
|
|
38450
38598
|
accountId: string;
|
|
38451
38599
|
/**
|
|
38452
|
-
* Google customer
|
|
38600
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38601
|
+
*/
|
|
38602
|
+
adAccountId?: string;
|
|
38603
|
+
/**
|
|
38604
|
+
* Alias of adAccountId, kept for existing callers
|
|
38605
|
+
* @deprecated
|
|
38453
38606
|
*/
|
|
38454
38607
|
customerId?: string;
|
|
38455
38608
|
updates: Array<{
|
|
@@ -38484,7 +38637,12 @@ type RemoveAccountSitelinkData = {
|
|
|
38484
38637
|
*/
|
|
38485
38638
|
accountId: string;
|
|
38486
38639
|
/**
|
|
38487
|
-
* Google customer
|
|
38640
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38641
|
+
*/
|
|
38642
|
+
adAccountId?: string;
|
|
38643
|
+
/**
|
|
38644
|
+
* Alias of adAccountId, kept for existing callers
|
|
38645
|
+
* @deprecated
|
|
38488
38646
|
*/
|
|
38489
38647
|
customerId?: string;
|
|
38490
38648
|
assetId: string;
|
|
@@ -38500,6 +38658,10 @@ type RemoveAccountSitelinkError = (ErrorResponse | {
|
|
|
38500
38658
|
type ListAccountStructuredSnippetsData = {
|
|
38501
38659
|
query: {
|
|
38502
38660
|
accountId: string;
|
|
38661
|
+
adAccountId?: string;
|
|
38662
|
+
/**
|
|
38663
|
+
* @deprecated
|
|
38664
|
+
*/
|
|
38503
38665
|
customerId?: string;
|
|
38504
38666
|
};
|
|
38505
38667
|
};
|
|
@@ -38532,7 +38694,12 @@ type AddAccountStructuredSnippetsData = {
|
|
|
38532
38694
|
*/
|
|
38533
38695
|
accountId: string;
|
|
38534
38696
|
/**
|
|
38535
|
-
* Google customer
|
|
38697
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38698
|
+
*/
|
|
38699
|
+
adAccountId?: string;
|
|
38700
|
+
/**
|
|
38701
|
+
* Alias of adAccountId, kept for existing callers
|
|
38702
|
+
* @deprecated
|
|
38536
38703
|
*/
|
|
38537
38704
|
customerId?: string;
|
|
38538
38705
|
structuredSnippets: Array<GoogleStructuredSnippet>;
|
|
@@ -38556,7 +38723,12 @@ type UpdateAccountStructuredSnippetsData = {
|
|
|
38556
38723
|
*/
|
|
38557
38724
|
accountId: string;
|
|
38558
38725
|
/**
|
|
38559
|
-
* Google customer
|
|
38726
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38727
|
+
*/
|
|
38728
|
+
adAccountId?: string;
|
|
38729
|
+
/**
|
|
38730
|
+
* Alias of adAccountId, kept for existing callers
|
|
38731
|
+
* @deprecated
|
|
38560
38732
|
*/
|
|
38561
38733
|
customerId?: string;
|
|
38562
38734
|
updates: Array<{
|
|
@@ -38582,7 +38754,12 @@ type RemoveAccountStructuredSnippetData = {
|
|
|
38582
38754
|
*/
|
|
38583
38755
|
accountId: string;
|
|
38584
38756
|
/**
|
|
38585
|
-
* Google customer
|
|
38757
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38758
|
+
*/
|
|
38759
|
+
adAccountId?: string;
|
|
38760
|
+
/**
|
|
38761
|
+
* Alias of adAccountId, kept for existing callers
|
|
38762
|
+
* @deprecated
|
|
38586
38763
|
*/
|
|
38587
38764
|
customerId?: string;
|
|
38588
38765
|
assetId: string;
|
|
@@ -42481,7 +42658,12 @@ type ListConversionActionsData = {
|
|
|
42481
42658
|
*/
|
|
42482
42659
|
accountId: string;
|
|
42483
42660
|
/**
|
|
42484
|
-
* Google
|
|
42661
|
+
* Platform ad account ID (Google customer ID, digits only). Resolved automatically when the connection has exactly one accessible customer.
|
|
42662
|
+
*/
|
|
42663
|
+
adAccountId?: string;
|
|
42664
|
+
/**
|
|
42665
|
+
* Alias of adAccountId, kept for existing callers
|
|
42666
|
+
* @deprecated
|
|
42485
42667
|
*/
|
|
42486
42668
|
customerId?: string;
|
|
42487
42669
|
/**
|
|
@@ -42515,7 +42697,12 @@ type CreateConversionActionData = {
|
|
|
42515
42697
|
*/
|
|
42516
42698
|
accountId: string;
|
|
42517
42699
|
/**
|
|
42518
|
-
* Google
|
|
42700
|
+
* Platform ad account ID (Google customer ID, digits only). Resolved automatically when the connection has exactly one accessible customer.
|
|
42701
|
+
*/
|
|
42702
|
+
adAccountId?: string;
|
|
42703
|
+
/**
|
|
42704
|
+
* Alias of adAccountId, kept for existing callers
|
|
42705
|
+
* @deprecated
|
|
42519
42706
|
*/
|
|
42520
42707
|
customerId?: string;
|
|
42521
42708
|
name: string;
|
|
@@ -44712,7 +44899,12 @@ type ListTikTokAdPixelsData = {
|
|
|
44712
44899
|
*/
|
|
44713
44900
|
accountId: string;
|
|
44714
44901
|
/**
|
|
44715
|
-
*
|
|
44902
|
+
* Platform ad account ID (TikTok advertiser id, digits only). Defaults to the first advertiser on the connection.
|
|
44903
|
+
*/
|
|
44904
|
+
adAccountId?: string;
|
|
44905
|
+
/**
|
|
44906
|
+
* Alias of adAccountId, kept for existing callers
|
|
44907
|
+
* @deprecated
|
|
44716
44908
|
*/
|
|
44717
44909
|
advertiserId?: string;
|
|
44718
44910
|
/**
|