@zernio/node 0.2.864 → 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.ts 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
- * Numeric Google Ads customer id (no dashes). Defaults to the account's connected customer.
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
- * Numeric Google Ads customer id (no dashes). Defaults to the account's connected customer.
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
- * Numeric Google Ads customer id (no dashes). Defaults to the account's connected customer.
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
- * Numeric Google Ads customer id (no dashes). Defaults to the account's connected customer.
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
- * Numeric Google Ads customer id (no dashes). Defaults to the account's connected customer.
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
- * Numeric Google Ads customer id (no dashes). Defaults to the account's connected customer.
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
- * Numeric Google Ads customer id (no dashes). Required when the connection has multiple Google Ads accounts; optional (and inferred) when it has only one.
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
- * Numeric Google Ads customer id. Only required when the connection has more than one.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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
- * Numeric Google Ads customer id (no dashes); only needed when the connection has several accounts.
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
- * Numeric Google Ads customer id (no dashes); only needed when the connection has several accounts.
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
- * Google only: numeric customer id (no dashes) when the connection has several Google Ads accounts.
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
- * Connected Google Ads customer id, without dashes. Required when the connection has multiple customers.
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
- * Connected Google Ads customer id, without dashes. Required when the connection has multiple customers.
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
- * Connected Google Ads customer id, without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 id without dashes. Required when the connection has multiple customers.
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 Ads customer id (digits only). Resolved automatically when the connection has exactly one accessible customer.
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 Ads customer id (digits only). Resolved automatically when the connection has exactly one accessible customer.
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;
@@ -43040,9 +43227,13 @@ type SendWhatsAppConversionError = (unknown | {
43040
43227
  type CreateMessagingAdData = {
43041
43228
  body: (CtwaAdRequestBody & {
43042
43229
  /**
43043
- * Where the conversation opens when the ad is tapped.
43230
+ * Where the conversation opens when the ad is tapped. Set this OR `destinations`, not both.
43231
+ */
43232
+ destination?: 'whatsapp' | 'messenger' | 'instagram_direct';
43233
+ /**
43234
+ * Two or three messaging apps on ONE ad set, like Ads Manager's "all messaging apps": the ad set gets Meta's combined destination_type (e.g. MESSAGING_INSTAGRAM_DIRECT_MESSENGER_WHATSAPP) and the creative one CTA per app, so Meta opens the app each viewer is likeliest to answer from. WhatsApp in the list still needs the Page paired with a WhatsApp Business number. With `adSetId`, the existing ad set must already use that combined destination_type. Set this OR `destination`, not both.
43044
43235
  */
43045
- destination: 'whatsapp' | 'messenger' | 'instagram_direct';
43236
+ destinations?: Array<('whatsapp' | 'messenger' | 'instagram_direct')>;
43046
43237
  });
43047
43238
  };
43048
43239
  type CreateMessagingAdResponse = ((CtwaSingleResponse | CtwaMultiResponse));
@@ -44708,7 +44899,12 @@ type ListTikTokAdPixelsData = {
44708
44899
  */
44709
44900
  accountId: string;
44710
44901
  /**
44711
- * Advertiser belonging to this connection.
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
44712
44908
  */
44713
44909
  advertiserId?: string;
44714
44910
  /**
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
36
36
  // package.json
37
37
  var package_default = {
38
38
  name: "@zernio/node",
39
- version: "0.2.864",
39
+ version: "0.2.866",
40
40
  description: "The official Node.js library for the Zernio API",
41
41
  main: "dist/index.js",
42
42
  module: "dist/index.mjs",
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "@zernio/node",
8
- version: "0.2.864",
8
+ version: "0.2.866",
9
9
  description: "The official Node.js library for the Zernio API",
10
10
  main: "dist/index.js",
11
11
  module: "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.864",
3
+ "version": "0.2.866",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -9520,7 +9520,7 @@ export const generateKeywordHistoricalMetrics = <ThrowOnError extends boolean =
9520
9520
  * **Google Ads (googleads)**: raw GAQL passthrough. Send any read-only GAQL SELECT via `query`
9521
9521
  * (campaign/keyword/search-term/geo/demographic/asset/shopping resources, `change_event`, any
9522
9522
  * `segments.*`) and rows come back verbatim (camelCase, counters as strings). Results are paged
9523
- * at a fixed 10,000 rows; follow `paging.nextPageToken` with `pageToken`. `customerId` is only
9523
+ * at a fixed 10,000 rows; follow `paging.nextPageToken` with `pageToken`. `adAccountId` (alias `customerId`) is only
9524
9524
  * needed when the connection has several Google Ads accounts. Semantic validation is Google's:
9525
9525
  * an invalid query returns a 400 carrying Google's message (note: selecting `segments.date`
9526
9526
  * requires a finite date filter).
@@ -11453,9 +11453,9 @@ export const adjustConversions = <ThrowOnError extends boolean = false>(options:
11453
11453
  * included when Google has them for that action's type, e.g. `WEBPAGE`.
11454
11454
  * Google-only; other platforms return `501`. Requires the Ads add-on.
11455
11455
  *
11456
- * `customerId` is optional: when omitted, it is resolved from the connection's
11456
+ * `adAccountId` (alias `customerId`) is optional: when omitted, it is resolved from the connection's
11457
11457
  * accessible Google Ads customers, and the call fails with `400` when more than
11458
- * one is accessible (pass `customerId` to disambiguate).
11458
+ * one is accessible (pass `adAccountId` to disambiguate).
11459
11459
  *
11460
11460
  * The list itself is cached for the quota window (1 hour fresh, up to 7 days
11461
11461
  * last-good; the cache key does not vary on `type`). The response carries
@@ -11743,6 +11743,7 @@ export const sendWhatsAppConversion = <ThrowOnError extends boolean = false>(opt
11743
11743
  * Create messaging ad
11744
11744
  * Creates a click-to-message ad; `destination` selects where the tapped ad opens a
11745
11745
  * conversation: WhatsApp, the Page's Messenger inbox or the linked Instagram account's Direct inbox.
11746
+ * `destinations` puts two or three of them on one ad set and lets Meta pick the app per viewer.
11746
11747
  * The ad set is created with the matching destination_type and
11747
11748
  * CONVERSATIONS optimization; the campaign objective defaults to OUTCOME_ENGAGEMENT.
11748
11749
  * Supports single-creative and multi-creative shapes. Supersedes POST /v1/ads/ctwa