@zernio/node 0.2.865 → 0.2.867
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 +225 -38
- package/dist/index.d.ts +225 -38
- 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 +225 -38
|
@@ -18949,14 +18949,9 @@ export type ConnectWhatsAppEmbeddedSignupData = {
|
|
|
18949
18949
|
*/
|
|
18950
18950
|
expectedPhoneNumber?: string;
|
|
18951
18951
|
/**
|
|
18952
|
-
* Hosted signup page only. When present, the response also carries `redirectUrl`, the URL the user should land on, with the outcome mapped exactly like the redirect flow (success params, or `error` and `platform` with the same values). Must be an absolute http(s) URL or a custom app scheme.
|
|
18952
|
+
* Hosted signup page only. When present, the response also carries `redirectUrl`, the URL the user should land on, with the outcome mapped exactly like the redirect flow (success params, or `error` and `platform` with the same values). Must be an absolute http(s) URL or a custom app scheme. The legacy spelling `redirectUrl` remains accepted as an alias.
|
|
18953
18953
|
*/
|
|
18954
18954
|
redirect_url?: string;
|
|
18955
|
-
/**
|
|
18956
|
-
* Alias of redirect_url, kept for existing callers
|
|
18957
|
-
* @deprecated
|
|
18958
|
-
*/
|
|
18959
|
-
redirectUrl?: string;
|
|
18960
18955
|
/**
|
|
18961
18956
|
* Hosted signup page only. Append the connect token to the success redirect, as the redirect flow does for API-key callers.
|
|
18962
18957
|
*/
|
|
@@ -34352,6 +34347,10 @@ export type GetAdsSearchTermsData = {
|
|
|
34352
34347
|
* Google ads SocialAccount id.
|
|
34353
34348
|
*/
|
|
34354
34349
|
accountId: string;
|
|
34350
|
+
/**
|
|
34351
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34352
|
+
*/
|
|
34353
|
+
adAccountId?: string;
|
|
34355
34354
|
/**
|
|
34356
34355
|
* Alias of adSetId, kept for existing callers.
|
|
34357
34356
|
* @deprecated
|
|
@@ -34366,7 +34365,8 @@ export type GetAdsSearchTermsData = {
|
|
|
34366
34365
|
*/
|
|
34367
34366
|
campaignId?: string;
|
|
34368
34367
|
/**
|
|
34369
|
-
*
|
|
34368
|
+
* Alias of adAccountId, kept for existing callers
|
|
34369
|
+
* @deprecated
|
|
34370
34370
|
*/
|
|
34371
34371
|
customerId?: string;
|
|
34372
34372
|
/**
|
|
@@ -34436,7 +34436,12 @@ export type ListBidStrategiesData = {
|
|
|
34436
34436
|
*/
|
|
34437
34437
|
accountId: string;
|
|
34438
34438
|
/**
|
|
34439
|
-
*
|
|
34439
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34440
|
+
*/
|
|
34441
|
+
adAccountId?: string;
|
|
34442
|
+
/**
|
|
34443
|
+
* Alias of adAccountId, kept for existing callers
|
|
34444
|
+
* @deprecated
|
|
34440
34445
|
*/
|
|
34441
34446
|
customerId?: string;
|
|
34442
34447
|
/**
|
|
@@ -34478,7 +34483,12 @@ export type CreateBidStrategyData = {
|
|
|
34478
34483
|
*/
|
|
34479
34484
|
accountId: string;
|
|
34480
34485
|
/**
|
|
34481
|
-
*
|
|
34486
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34487
|
+
*/
|
|
34488
|
+
adAccountId?: string;
|
|
34489
|
+
/**
|
|
34490
|
+
* Alias of adAccountId, kept for existing callers
|
|
34491
|
+
* @deprecated
|
|
34482
34492
|
*/
|
|
34483
34493
|
customerId?: string;
|
|
34484
34494
|
name: string;
|
|
@@ -34516,7 +34526,12 @@ export type UpdateBidStrategyData = {
|
|
|
34516
34526
|
*/
|
|
34517
34527
|
accountId: string;
|
|
34518
34528
|
/**
|
|
34519
|
-
*
|
|
34529
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34530
|
+
*/
|
|
34531
|
+
adAccountId?: string;
|
|
34532
|
+
/**
|
|
34533
|
+
* Alias of adAccountId, kept for existing callers
|
|
34534
|
+
* @deprecated
|
|
34520
34535
|
*/
|
|
34521
34536
|
customerId?: string;
|
|
34522
34537
|
name?: string;
|
|
@@ -34548,12 +34563,17 @@ export type ListLocalServicesLeadsData = {
|
|
|
34548
34563
|
* Google ads SocialAccount id.
|
|
34549
34564
|
*/
|
|
34550
34565
|
accountId: string;
|
|
34566
|
+
/**
|
|
34567
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34568
|
+
*/
|
|
34569
|
+
adAccountId?: string;
|
|
34551
34570
|
/**
|
|
34552
34571
|
* true = only leads Google charged for.
|
|
34553
34572
|
*/
|
|
34554
34573
|
chargedOnly?: boolean;
|
|
34555
34574
|
/**
|
|
34556
|
-
*
|
|
34575
|
+
* Alias of adAccountId, kept for existing callers
|
|
34576
|
+
* @deprecated
|
|
34557
34577
|
*/
|
|
34558
34578
|
customerId?: string;
|
|
34559
34579
|
/**
|
|
@@ -34632,7 +34652,12 @@ export type ListLocalServicesLeadConversationsData = {
|
|
|
34632
34652
|
*/
|
|
34633
34653
|
accountId: string;
|
|
34634
34654
|
/**
|
|
34635
|
-
*
|
|
34655
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34656
|
+
*/
|
|
34657
|
+
adAccountId?: string;
|
|
34658
|
+
/**
|
|
34659
|
+
* Alias of adAccountId, kept for existing callers
|
|
34660
|
+
* @deprecated
|
|
34636
34661
|
*/
|
|
34637
34662
|
customerId?: string;
|
|
34638
34663
|
/**
|
|
@@ -35134,7 +35159,12 @@ export type GetCampaignBiddingData = {
|
|
|
35134
35159
|
*/
|
|
35135
35160
|
accountId: string;
|
|
35136
35161
|
/**
|
|
35137
|
-
*
|
|
35162
|
+
* 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.
|
|
35163
|
+
*/
|
|
35164
|
+
adAccountId?: string;
|
|
35165
|
+
/**
|
|
35166
|
+
* Alias of adAccountId, kept for existing callers
|
|
35167
|
+
* @deprecated
|
|
35138
35168
|
*/
|
|
35139
35169
|
customerId?: string;
|
|
35140
35170
|
/**
|
|
@@ -35743,7 +35773,12 @@ export type CreateAdSetData = {
|
|
|
35743
35773
|
name: string;
|
|
35744
35774
|
status?: 'ACTIVE' | 'PAUSED';
|
|
35745
35775
|
/**
|
|
35746
|
-
*
|
|
35776
|
+
* Platform ad account ID (Google customer ID, digits only). Only required when the connection has more than one.
|
|
35777
|
+
*/
|
|
35778
|
+
adAccountId?: string;
|
|
35779
|
+
/**
|
|
35780
|
+
* Alias of adAccountId, kept for existing callers
|
|
35781
|
+
* @deprecated
|
|
35747
35782
|
*/
|
|
35748
35783
|
customerId?: string;
|
|
35749
35784
|
};
|
|
@@ -36531,6 +36566,10 @@ export type ListCampaignAssetsData = {
|
|
|
36531
36566
|
};
|
|
36532
36567
|
query: {
|
|
36533
36568
|
accountId: string;
|
|
36569
|
+
adAccountId?: string;
|
|
36570
|
+
/**
|
|
36571
|
+
* @deprecated
|
|
36572
|
+
*/
|
|
36534
36573
|
customerId?: string;
|
|
36535
36574
|
};
|
|
36536
36575
|
};
|
|
@@ -36577,7 +36616,12 @@ export type AttachCampaignAssetsData = {
|
|
|
36577
36616
|
*/
|
|
36578
36617
|
accountId: string;
|
|
36579
36618
|
/**
|
|
36580
|
-
* Google customer
|
|
36619
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36620
|
+
*/
|
|
36621
|
+
adAccountId?: string;
|
|
36622
|
+
/**
|
|
36623
|
+
* Alias of adAccountId, kept for existing callers
|
|
36624
|
+
* @deprecated
|
|
36581
36625
|
*/
|
|
36582
36626
|
customerId?: string;
|
|
36583
36627
|
sitelinks?: Array<GoogleSitelink>;
|
|
@@ -36610,7 +36654,12 @@ export type UpdateCampaignAssetsData = {
|
|
|
36610
36654
|
*/
|
|
36611
36655
|
accountId: string;
|
|
36612
36656
|
/**
|
|
36613
|
-
* Google customer
|
|
36657
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36658
|
+
*/
|
|
36659
|
+
adAccountId?: string;
|
|
36660
|
+
/**
|
|
36661
|
+
* Alias of adAccountId, kept for existing callers
|
|
36662
|
+
* @deprecated
|
|
36614
36663
|
*/
|
|
36615
36664
|
customerId?: string;
|
|
36616
36665
|
updates: Array<GoogleAssetUpdate>;
|
|
@@ -36638,7 +36687,12 @@ export type RemoveCampaignAssetsData = {
|
|
|
36638
36687
|
*/
|
|
36639
36688
|
accountId: string;
|
|
36640
36689
|
/**
|
|
36641
|
-
* Google customer
|
|
36690
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36691
|
+
*/
|
|
36692
|
+
adAccountId?: string;
|
|
36693
|
+
/**
|
|
36694
|
+
* Alias of adAccountId, kept for existing callers
|
|
36695
|
+
* @deprecated
|
|
36642
36696
|
*/
|
|
36643
36697
|
customerId?: string;
|
|
36644
36698
|
assetResourceNames: Array<(string)>;
|
|
@@ -36669,6 +36723,10 @@ export type ListAdGroupAssetsData = {
|
|
|
36669
36723
|
};
|
|
36670
36724
|
query: {
|
|
36671
36725
|
accountId: string;
|
|
36726
|
+
adAccountId?: string;
|
|
36727
|
+
/**
|
|
36728
|
+
* @deprecated
|
|
36729
|
+
*/
|
|
36672
36730
|
customerId?: string;
|
|
36673
36731
|
};
|
|
36674
36732
|
};
|
|
@@ -36715,7 +36773,12 @@ export type AttachAdGroupAssetsData = {
|
|
|
36715
36773
|
*/
|
|
36716
36774
|
accountId: string;
|
|
36717
36775
|
/**
|
|
36718
|
-
* Google customer
|
|
36776
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36777
|
+
*/
|
|
36778
|
+
adAccountId?: string;
|
|
36779
|
+
/**
|
|
36780
|
+
* Alias of adAccountId, kept for existing callers
|
|
36781
|
+
* @deprecated
|
|
36719
36782
|
*/
|
|
36720
36783
|
customerId?: string;
|
|
36721
36784
|
sitelinks?: Array<GoogleSitelink>;
|
|
@@ -36748,7 +36811,12 @@ export type UpdateAdGroupAssetsData = {
|
|
|
36748
36811
|
*/
|
|
36749
36812
|
accountId: string;
|
|
36750
36813
|
/**
|
|
36751
|
-
* Google customer
|
|
36814
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36815
|
+
*/
|
|
36816
|
+
adAccountId?: string;
|
|
36817
|
+
/**
|
|
36818
|
+
* Alias of adAccountId, kept for existing callers
|
|
36819
|
+
* @deprecated
|
|
36752
36820
|
*/
|
|
36753
36821
|
customerId?: string;
|
|
36754
36822
|
updates: Array<GoogleAssetUpdate>;
|
|
@@ -36776,7 +36844,12 @@ export type RemoveAdGroupAssetsData = {
|
|
|
36776
36844
|
*/
|
|
36777
36845
|
accountId: string;
|
|
36778
36846
|
/**
|
|
36779
|
-
* Google customer
|
|
36847
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36848
|
+
*/
|
|
36849
|
+
adAccountId?: string;
|
|
36850
|
+
/**
|
|
36851
|
+
* Alias of adAccountId, kept for existing callers
|
|
36852
|
+
* @deprecated
|
|
36780
36853
|
*/
|
|
36781
36854
|
customerId?: string;
|
|
36782
36855
|
assetResourceNames: Array<(string)>;
|
|
@@ -36967,7 +37040,12 @@ export type GenerateKeywordIdeasData = {
|
|
|
36967
37040
|
*/
|
|
36968
37041
|
accountId: string;
|
|
36969
37042
|
/**
|
|
36970
|
-
*
|
|
37043
|
+
* Platform ad account ID (Google customer ID, digits only).
|
|
37044
|
+
*/
|
|
37045
|
+
adAccountId?: string;
|
|
37046
|
+
/**
|
|
37047
|
+
* Alias of adAccountId, kept for existing callers
|
|
37048
|
+
* @deprecated
|
|
36971
37049
|
*/
|
|
36972
37050
|
customerId?: string;
|
|
36973
37051
|
/**
|
|
@@ -37026,7 +37104,12 @@ export type GenerateKeywordHistoricalMetricsData = {
|
|
|
37026
37104
|
*/
|
|
37027
37105
|
accountId: string;
|
|
37028
37106
|
/**
|
|
37029
|
-
*
|
|
37107
|
+
* Platform ad account ID (Google customer ID, digits only).
|
|
37108
|
+
*/
|
|
37109
|
+
adAccountId?: string;
|
|
37110
|
+
/**
|
|
37111
|
+
* Alias of adAccountId, kept for existing callers
|
|
37112
|
+
* @deprecated
|
|
37030
37113
|
*/
|
|
37031
37114
|
customerId?: string;
|
|
37032
37115
|
keywords: Array<(string)>;
|
|
@@ -37082,6 +37165,10 @@ export type QueryAdInsightsData = {
|
|
|
37082
37165
|
* When actions are counted: impression, conversion or mixed.
|
|
37083
37166
|
*/
|
|
37084
37167
|
actionReportTime?: string;
|
|
37168
|
+
/**
|
|
37169
|
+
* Google only: platform ad account ID (Google customer ID, digits only) when the connection has several Google Ads accounts.
|
|
37170
|
+
*/
|
|
37171
|
+
adAccountId?: string;
|
|
37085
37172
|
/**
|
|
37086
37173
|
* Cursor from paging.after of the previous page.
|
|
37087
37174
|
*/
|
|
@@ -37091,7 +37178,8 @@ export type QueryAdInsightsData = {
|
|
|
37091
37178
|
*/
|
|
37092
37179
|
breakdowns?: string;
|
|
37093
37180
|
/**
|
|
37094
|
-
*
|
|
37181
|
+
* Alias of adAccountId, kept for existing callers
|
|
37182
|
+
* @deprecated
|
|
37095
37183
|
*/
|
|
37096
37184
|
customerId?: string;
|
|
37097
37185
|
/**
|
|
@@ -38612,6 +38700,10 @@ export type DeleteValueRuleSetError = (unknown | {
|
|
|
38612
38700
|
export type ListAdNegativeKeywordListsData = {
|
|
38613
38701
|
query: {
|
|
38614
38702
|
accountId: string;
|
|
38703
|
+
adAccountId?: string;
|
|
38704
|
+
/**
|
|
38705
|
+
* @deprecated
|
|
38706
|
+
*/
|
|
38615
38707
|
customerId?: string;
|
|
38616
38708
|
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter' | 'openai';
|
|
38617
38709
|
};
|
|
@@ -38644,7 +38736,12 @@ export type CreateAdNegativeKeywordListData = {
|
|
|
38644
38736
|
*/
|
|
38645
38737
|
accountId: string;
|
|
38646
38738
|
/**
|
|
38647
|
-
*
|
|
38739
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38740
|
+
*/
|
|
38741
|
+
adAccountId?: string;
|
|
38742
|
+
/**
|
|
38743
|
+
* Alias of adAccountId, kept for existing callers
|
|
38744
|
+
* @deprecated
|
|
38648
38745
|
*/
|
|
38649
38746
|
customerId?: string;
|
|
38650
38747
|
/**
|
|
@@ -38691,6 +38788,10 @@ export type GetAdNegativeKeywordListData = {
|
|
|
38691
38788
|
};
|
|
38692
38789
|
query: {
|
|
38693
38790
|
accountId: string;
|
|
38791
|
+
adAccountId?: string;
|
|
38792
|
+
/**
|
|
38793
|
+
* @deprecated
|
|
38794
|
+
*/
|
|
38694
38795
|
customerId?: string;
|
|
38695
38796
|
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter' | 'openai';
|
|
38696
38797
|
};
|
|
@@ -38725,7 +38826,12 @@ export type UpdateAdNegativeKeywordListData = {
|
|
|
38725
38826
|
*/
|
|
38726
38827
|
accountId: string;
|
|
38727
38828
|
/**
|
|
38728
|
-
*
|
|
38829
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38830
|
+
*/
|
|
38831
|
+
adAccountId?: string;
|
|
38832
|
+
/**
|
|
38833
|
+
* Alias of adAccountId, kept for existing callers
|
|
38834
|
+
* @deprecated
|
|
38729
38835
|
*/
|
|
38730
38836
|
customerId?: string;
|
|
38731
38837
|
/**
|
|
@@ -38760,6 +38866,10 @@ export type DeleteAdNegativeKeywordListData = {
|
|
|
38760
38866
|
};
|
|
38761
38867
|
query: {
|
|
38762
38868
|
accountId: string;
|
|
38869
|
+
adAccountId?: string;
|
|
38870
|
+
/**
|
|
38871
|
+
* @deprecated
|
|
38872
|
+
*/
|
|
38763
38873
|
customerId?: string;
|
|
38764
38874
|
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter' | 'openai';
|
|
38765
38875
|
};
|
|
@@ -38784,7 +38894,12 @@ export type ReplaceAdNegativeKeywordListKeywordsData = {
|
|
|
38784
38894
|
*/
|
|
38785
38895
|
accountId: string;
|
|
38786
38896
|
/**
|
|
38787
|
-
*
|
|
38897
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38898
|
+
*/
|
|
38899
|
+
adAccountId?: string;
|
|
38900
|
+
/**
|
|
38901
|
+
* Alias of adAccountId, kept for existing callers
|
|
38902
|
+
* @deprecated
|
|
38788
38903
|
*/
|
|
38789
38904
|
customerId?: string;
|
|
38790
38905
|
/**
|
|
@@ -38884,6 +38999,10 @@ export type ReplaceCampaignNegativeKeywordListsError = (ErrorResponse | {
|
|
|
38884
38999
|
export type ListAccountCalloutsData = {
|
|
38885
39000
|
query: {
|
|
38886
39001
|
accountId: string;
|
|
39002
|
+
adAccountId?: string;
|
|
39003
|
+
/**
|
|
39004
|
+
* @deprecated
|
|
39005
|
+
*/
|
|
38887
39006
|
customerId?: string;
|
|
38888
39007
|
};
|
|
38889
39008
|
};
|
|
@@ -38916,7 +39035,12 @@ export type AddAccountCalloutsData = {
|
|
|
38916
39035
|
*/
|
|
38917
39036
|
accountId: string;
|
|
38918
39037
|
/**
|
|
38919
|
-
* Google customer
|
|
39038
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39039
|
+
*/
|
|
39040
|
+
adAccountId?: string;
|
|
39041
|
+
/**
|
|
39042
|
+
* Alias of adAccountId, kept for existing callers
|
|
39043
|
+
* @deprecated
|
|
38920
39044
|
*/
|
|
38921
39045
|
customerId?: string;
|
|
38922
39046
|
callouts: Array<(string)>;
|
|
@@ -38942,7 +39066,12 @@ export type UpdateAccountCalloutsData = {
|
|
|
38942
39066
|
*/
|
|
38943
39067
|
accountId: string;
|
|
38944
39068
|
/**
|
|
38945
|
-
* Google customer
|
|
39069
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39070
|
+
*/
|
|
39071
|
+
adAccountId?: string;
|
|
39072
|
+
/**
|
|
39073
|
+
* Alias of adAccountId, kept for existing callers
|
|
39074
|
+
* @deprecated
|
|
38946
39075
|
*/
|
|
38947
39076
|
customerId?: string;
|
|
38948
39077
|
updates: Array<{
|
|
@@ -38973,7 +39102,12 @@ export type RemoveAccountCalloutData = {
|
|
|
38973
39102
|
*/
|
|
38974
39103
|
accountId: string;
|
|
38975
39104
|
/**
|
|
38976
|
-
* Google customer
|
|
39105
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39106
|
+
*/
|
|
39107
|
+
adAccountId?: string;
|
|
39108
|
+
/**
|
|
39109
|
+
* Alias of adAccountId, kept for existing callers
|
|
39110
|
+
* @deprecated
|
|
38977
39111
|
*/
|
|
38978
39112
|
customerId?: string;
|
|
38979
39113
|
assetId: string;
|
|
@@ -38992,6 +39126,10 @@ export type RemoveAccountCalloutError = (ErrorResponse | {
|
|
|
38992
39126
|
export type ListAccountSitelinksData = {
|
|
38993
39127
|
query: {
|
|
38994
39128
|
accountId: string;
|
|
39129
|
+
adAccountId?: string;
|
|
39130
|
+
/**
|
|
39131
|
+
* @deprecated
|
|
39132
|
+
*/
|
|
38995
39133
|
customerId?: string;
|
|
38996
39134
|
};
|
|
38997
39135
|
};
|
|
@@ -39029,7 +39167,12 @@ export type AddAccountSitelinksData = {
|
|
|
39029
39167
|
*/
|
|
39030
39168
|
accountId: string;
|
|
39031
39169
|
/**
|
|
39032
|
-
* Google customer
|
|
39170
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39171
|
+
*/
|
|
39172
|
+
adAccountId?: string;
|
|
39173
|
+
/**
|
|
39174
|
+
* Alias of adAccountId, kept for existing callers
|
|
39175
|
+
* @deprecated
|
|
39033
39176
|
*/
|
|
39034
39177
|
customerId?: string;
|
|
39035
39178
|
sitelinks: Array<GoogleSitelink>;
|
|
@@ -39058,7 +39201,12 @@ export type UpdateAccountSitelinksData = {
|
|
|
39058
39201
|
*/
|
|
39059
39202
|
accountId: string;
|
|
39060
39203
|
/**
|
|
39061
|
-
* Google customer
|
|
39204
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39205
|
+
*/
|
|
39206
|
+
adAccountId?: string;
|
|
39207
|
+
/**
|
|
39208
|
+
* Alias of adAccountId, kept for existing callers
|
|
39209
|
+
* @deprecated
|
|
39062
39210
|
*/
|
|
39063
39211
|
customerId?: string;
|
|
39064
39212
|
updates: Array<{
|
|
@@ -39096,7 +39244,12 @@ export type RemoveAccountSitelinkData = {
|
|
|
39096
39244
|
*/
|
|
39097
39245
|
accountId: string;
|
|
39098
39246
|
/**
|
|
39099
|
-
* Google customer
|
|
39247
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39248
|
+
*/
|
|
39249
|
+
adAccountId?: string;
|
|
39250
|
+
/**
|
|
39251
|
+
* Alias of adAccountId, kept for existing callers
|
|
39252
|
+
* @deprecated
|
|
39100
39253
|
*/
|
|
39101
39254
|
customerId?: string;
|
|
39102
39255
|
assetId: string;
|
|
@@ -39115,6 +39268,10 @@ export type RemoveAccountSitelinkError = (ErrorResponse | {
|
|
|
39115
39268
|
export type ListAccountStructuredSnippetsData = {
|
|
39116
39269
|
query: {
|
|
39117
39270
|
accountId: string;
|
|
39271
|
+
adAccountId?: string;
|
|
39272
|
+
/**
|
|
39273
|
+
* @deprecated
|
|
39274
|
+
*/
|
|
39118
39275
|
customerId?: string;
|
|
39119
39276
|
};
|
|
39120
39277
|
};
|
|
@@ -39150,7 +39307,12 @@ export type AddAccountStructuredSnippetsData = {
|
|
|
39150
39307
|
*/
|
|
39151
39308
|
accountId: string;
|
|
39152
39309
|
/**
|
|
39153
|
-
* Google customer
|
|
39310
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39311
|
+
*/
|
|
39312
|
+
adAccountId?: string;
|
|
39313
|
+
/**
|
|
39314
|
+
* Alias of adAccountId, kept for existing callers
|
|
39315
|
+
* @deprecated
|
|
39154
39316
|
*/
|
|
39155
39317
|
customerId?: string;
|
|
39156
39318
|
structuredSnippets: Array<GoogleStructuredSnippet>;
|
|
@@ -39177,7 +39339,12 @@ export type UpdateAccountStructuredSnippetsData = {
|
|
|
39177
39339
|
*/
|
|
39178
39340
|
accountId: string;
|
|
39179
39341
|
/**
|
|
39180
|
-
* Google customer
|
|
39342
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39343
|
+
*/
|
|
39344
|
+
adAccountId?: string;
|
|
39345
|
+
/**
|
|
39346
|
+
* Alias of adAccountId, kept for existing callers
|
|
39347
|
+
* @deprecated
|
|
39181
39348
|
*/
|
|
39182
39349
|
customerId?: string;
|
|
39183
39350
|
updates: Array<{
|
|
@@ -39206,7 +39373,12 @@ export type RemoveAccountStructuredSnippetData = {
|
|
|
39206
39373
|
*/
|
|
39207
39374
|
accountId: string;
|
|
39208
39375
|
/**
|
|
39209
|
-
* Google customer
|
|
39376
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39377
|
+
*/
|
|
39378
|
+
adAccountId?: string;
|
|
39379
|
+
/**
|
|
39380
|
+
* Alias of adAccountId, kept for existing callers
|
|
39381
|
+
* @deprecated
|
|
39210
39382
|
*/
|
|
39211
39383
|
customerId?: string;
|
|
39212
39384
|
assetId: string;
|
|
@@ -43276,7 +43448,12 @@ export type ListConversionActionsData = {
|
|
|
43276
43448
|
*/
|
|
43277
43449
|
accountId: string;
|
|
43278
43450
|
/**
|
|
43279
|
-
* Google
|
|
43451
|
+
* Platform ad account ID (Google customer ID, digits only). Resolved automatically when the connection has exactly one accessible customer.
|
|
43452
|
+
*/
|
|
43453
|
+
adAccountId?: string;
|
|
43454
|
+
/**
|
|
43455
|
+
* Alias of adAccountId, kept for existing callers
|
|
43456
|
+
* @deprecated
|
|
43280
43457
|
*/
|
|
43281
43458
|
customerId?: string;
|
|
43282
43459
|
/**
|
|
@@ -43313,7 +43490,12 @@ export type CreateConversionActionData = {
|
|
|
43313
43490
|
*/
|
|
43314
43491
|
accountId: string;
|
|
43315
43492
|
/**
|
|
43316
|
-
* Google
|
|
43493
|
+
* Platform ad account ID (Google customer ID, digits only). Resolved automatically when the connection has exactly one accessible customer.
|
|
43494
|
+
*/
|
|
43495
|
+
adAccountId?: string;
|
|
43496
|
+
/**
|
|
43497
|
+
* Alias of adAccountId, kept for existing callers
|
|
43498
|
+
* @deprecated
|
|
43317
43499
|
*/
|
|
43318
43500
|
customerId?: string;
|
|
43319
43501
|
name: string;
|
|
@@ -45798,7 +45980,12 @@ export type ListTikTokAdPixelsData = {
|
|
|
45798
45980
|
*/
|
|
45799
45981
|
accountId: string;
|
|
45800
45982
|
/**
|
|
45801
|
-
*
|
|
45983
|
+
* Platform ad account ID (TikTok advertiser id, digits only). Defaults to the first advertiser on the connection.
|
|
45984
|
+
*/
|
|
45985
|
+
adAccountId?: string;
|
|
45986
|
+
/**
|
|
45987
|
+
* Alias of adAccountId, kept for existing callers
|
|
45988
|
+
* @deprecated
|
|
45802
45989
|
*/
|
|
45803
45990
|
advertiserId?: string;
|
|
45804
45991
|
/**
|