@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
|
@@ -34352,6 +34352,10 @@ export type GetAdsSearchTermsData = {
|
|
|
34352
34352
|
* Google ads SocialAccount id.
|
|
34353
34353
|
*/
|
|
34354
34354
|
accountId: string;
|
|
34355
|
+
/**
|
|
34356
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34357
|
+
*/
|
|
34358
|
+
adAccountId?: string;
|
|
34355
34359
|
/**
|
|
34356
34360
|
* Alias of adSetId, kept for existing callers.
|
|
34357
34361
|
* @deprecated
|
|
@@ -34366,7 +34370,8 @@ export type GetAdsSearchTermsData = {
|
|
|
34366
34370
|
*/
|
|
34367
34371
|
campaignId?: string;
|
|
34368
34372
|
/**
|
|
34369
|
-
*
|
|
34373
|
+
* Alias of adAccountId, kept for existing callers
|
|
34374
|
+
* @deprecated
|
|
34370
34375
|
*/
|
|
34371
34376
|
customerId?: string;
|
|
34372
34377
|
/**
|
|
@@ -34436,7 +34441,12 @@ export type ListBidStrategiesData = {
|
|
|
34436
34441
|
*/
|
|
34437
34442
|
accountId: string;
|
|
34438
34443
|
/**
|
|
34439
|
-
*
|
|
34444
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34445
|
+
*/
|
|
34446
|
+
adAccountId?: string;
|
|
34447
|
+
/**
|
|
34448
|
+
* Alias of adAccountId, kept for existing callers
|
|
34449
|
+
* @deprecated
|
|
34440
34450
|
*/
|
|
34441
34451
|
customerId?: string;
|
|
34442
34452
|
/**
|
|
@@ -34478,7 +34488,12 @@ export type CreateBidStrategyData = {
|
|
|
34478
34488
|
*/
|
|
34479
34489
|
accountId: string;
|
|
34480
34490
|
/**
|
|
34481
|
-
*
|
|
34491
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34492
|
+
*/
|
|
34493
|
+
adAccountId?: string;
|
|
34494
|
+
/**
|
|
34495
|
+
* Alias of adAccountId, kept for existing callers
|
|
34496
|
+
* @deprecated
|
|
34482
34497
|
*/
|
|
34483
34498
|
customerId?: string;
|
|
34484
34499
|
name: string;
|
|
@@ -34516,7 +34531,12 @@ export type UpdateBidStrategyData = {
|
|
|
34516
34531
|
*/
|
|
34517
34532
|
accountId: string;
|
|
34518
34533
|
/**
|
|
34519
|
-
*
|
|
34534
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34535
|
+
*/
|
|
34536
|
+
adAccountId?: string;
|
|
34537
|
+
/**
|
|
34538
|
+
* Alias of adAccountId, kept for existing callers
|
|
34539
|
+
* @deprecated
|
|
34520
34540
|
*/
|
|
34521
34541
|
customerId?: string;
|
|
34522
34542
|
name?: string;
|
|
@@ -34548,12 +34568,17 @@ export type ListLocalServicesLeadsData = {
|
|
|
34548
34568
|
* Google ads SocialAccount id.
|
|
34549
34569
|
*/
|
|
34550
34570
|
accountId: string;
|
|
34571
|
+
/**
|
|
34572
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34573
|
+
*/
|
|
34574
|
+
adAccountId?: string;
|
|
34551
34575
|
/**
|
|
34552
34576
|
* true = only leads Google charged for.
|
|
34553
34577
|
*/
|
|
34554
34578
|
chargedOnly?: boolean;
|
|
34555
34579
|
/**
|
|
34556
|
-
*
|
|
34580
|
+
* Alias of adAccountId, kept for existing callers
|
|
34581
|
+
* @deprecated
|
|
34557
34582
|
*/
|
|
34558
34583
|
customerId?: string;
|
|
34559
34584
|
/**
|
|
@@ -34632,7 +34657,12 @@ export type ListLocalServicesLeadConversationsData = {
|
|
|
34632
34657
|
*/
|
|
34633
34658
|
accountId: string;
|
|
34634
34659
|
/**
|
|
34635
|
-
*
|
|
34660
|
+
* Platform ad account ID (Google customer ID, digits only). Defaults to the account's connected customer.
|
|
34661
|
+
*/
|
|
34662
|
+
adAccountId?: string;
|
|
34663
|
+
/**
|
|
34664
|
+
* Alias of adAccountId, kept for existing callers
|
|
34665
|
+
* @deprecated
|
|
34636
34666
|
*/
|
|
34637
34667
|
customerId?: string;
|
|
34638
34668
|
/**
|
|
@@ -35134,7 +35164,12 @@ export type GetCampaignBiddingData = {
|
|
|
35134
35164
|
*/
|
|
35135
35165
|
accountId: string;
|
|
35136
35166
|
/**
|
|
35137
|
-
*
|
|
35167
|
+
* 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.
|
|
35168
|
+
*/
|
|
35169
|
+
adAccountId?: string;
|
|
35170
|
+
/**
|
|
35171
|
+
* Alias of adAccountId, kept for existing callers
|
|
35172
|
+
* @deprecated
|
|
35138
35173
|
*/
|
|
35139
35174
|
customerId?: string;
|
|
35140
35175
|
/**
|
|
@@ -35743,7 +35778,12 @@ export type CreateAdSetData = {
|
|
|
35743
35778
|
name: string;
|
|
35744
35779
|
status?: 'ACTIVE' | 'PAUSED';
|
|
35745
35780
|
/**
|
|
35746
|
-
*
|
|
35781
|
+
* Platform ad account ID (Google customer ID, digits only). Only required when the connection has more than one.
|
|
35782
|
+
*/
|
|
35783
|
+
adAccountId?: string;
|
|
35784
|
+
/**
|
|
35785
|
+
* Alias of adAccountId, kept for existing callers
|
|
35786
|
+
* @deprecated
|
|
35747
35787
|
*/
|
|
35748
35788
|
customerId?: string;
|
|
35749
35789
|
};
|
|
@@ -36531,6 +36571,10 @@ export type ListCampaignAssetsData = {
|
|
|
36531
36571
|
};
|
|
36532
36572
|
query: {
|
|
36533
36573
|
accountId: string;
|
|
36574
|
+
adAccountId?: string;
|
|
36575
|
+
/**
|
|
36576
|
+
* @deprecated
|
|
36577
|
+
*/
|
|
36534
36578
|
customerId?: string;
|
|
36535
36579
|
};
|
|
36536
36580
|
};
|
|
@@ -36577,7 +36621,12 @@ export type AttachCampaignAssetsData = {
|
|
|
36577
36621
|
*/
|
|
36578
36622
|
accountId: string;
|
|
36579
36623
|
/**
|
|
36580
|
-
* Google customer
|
|
36624
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36625
|
+
*/
|
|
36626
|
+
adAccountId?: string;
|
|
36627
|
+
/**
|
|
36628
|
+
* Alias of adAccountId, kept for existing callers
|
|
36629
|
+
* @deprecated
|
|
36581
36630
|
*/
|
|
36582
36631
|
customerId?: string;
|
|
36583
36632
|
sitelinks?: Array<GoogleSitelink>;
|
|
@@ -36610,7 +36659,12 @@ export type UpdateCampaignAssetsData = {
|
|
|
36610
36659
|
*/
|
|
36611
36660
|
accountId: string;
|
|
36612
36661
|
/**
|
|
36613
|
-
* Google customer
|
|
36662
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36663
|
+
*/
|
|
36664
|
+
adAccountId?: string;
|
|
36665
|
+
/**
|
|
36666
|
+
* Alias of adAccountId, kept for existing callers
|
|
36667
|
+
* @deprecated
|
|
36614
36668
|
*/
|
|
36615
36669
|
customerId?: string;
|
|
36616
36670
|
updates: Array<GoogleAssetUpdate>;
|
|
@@ -36638,7 +36692,12 @@ export type RemoveCampaignAssetsData = {
|
|
|
36638
36692
|
*/
|
|
36639
36693
|
accountId: string;
|
|
36640
36694
|
/**
|
|
36641
|
-
* Google customer
|
|
36695
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36696
|
+
*/
|
|
36697
|
+
adAccountId?: string;
|
|
36698
|
+
/**
|
|
36699
|
+
* Alias of adAccountId, kept for existing callers
|
|
36700
|
+
* @deprecated
|
|
36642
36701
|
*/
|
|
36643
36702
|
customerId?: string;
|
|
36644
36703
|
assetResourceNames: Array<(string)>;
|
|
@@ -36669,6 +36728,10 @@ export type ListAdGroupAssetsData = {
|
|
|
36669
36728
|
};
|
|
36670
36729
|
query: {
|
|
36671
36730
|
accountId: string;
|
|
36731
|
+
adAccountId?: string;
|
|
36732
|
+
/**
|
|
36733
|
+
* @deprecated
|
|
36734
|
+
*/
|
|
36672
36735
|
customerId?: string;
|
|
36673
36736
|
};
|
|
36674
36737
|
};
|
|
@@ -36715,7 +36778,12 @@ export type AttachAdGroupAssetsData = {
|
|
|
36715
36778
|
*/
|
|
36716
36779
|
accountId: string;
|
|
36717
36780
|
/**
|
|
36718
|
-
* Google customer
|
|
36781
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36782
|
+
*/
|
|
36783
|
+
adAccountId?: string;
|
|
36784
|
+
/**
|
|
36785
|
+
* Alias of adAccountId, kept for existing callers
|
|
36786
|
+
* @deprecated
|
|
36719
36787
|
*/
|
|
36720
36788
|
customerId?: string;
|
|
36721
36789
|
sitelinks?: Array<GoogleSitelink>;
|
|
@@ -36748,7 +36816,12 @@ export type UpdateAdGroupAssetsData = {
|
|
|
36748
36816
|
*/
|
|
36749
36817
|
accountId: string;
|
|
36750
36818
|
/**
|
|
36751
|
-
* Google customer
|
|
36819
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36820
|
+
*/
|
|
36821
|
+
adAccountId?: string;
|
|
36822
|
+
/**
|
|
36823
|
+
* Alias of adAccountId, kept for existing callers
|
|
36824
|
+
* @deprecated
|
|
36752
36825
|
*/
|
|
36753
36826
|
customerId?: string;
|
|
36754
36827
|
updates: Array<GoogleAssetUpdate>;
|
|
@@ -36776,7 +36849,12 @@ export type RemoveAdGroupAssetsData = {
|
|
|
36776
36849
|
*/
|
|
36777
36850
|
accountId: string;
|
|
36778
36851
|
/**
|
|
36779
|
-
* Google customer
|
|
36852
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
36853
|
+
*/
|
|
36854
|
+
adAccountId?: string;
|
|
36855
|
+
/**
|
|
36856
|
+
* Alias of adAccountId, kept for existing callers
|
|
36857
|
+
* @deprecated
|
|
36780
36858
|
*/
|
|
36781
36859
|
customerId?: string;
|
|
36782
36860
|
assetResourceNames: Array<(string)>;
|
|
@@ -36967,7 +37045,12 @@ export type GenerateKeywordIdeasData = {
|
|
|
36967
37045
|
*/
|
|
36968
37046
|
accountId: string;
|
|
36969
37047
|
/**
|
|
36970
|
-
*
|
|
37048
|
+
* Platform ad account ID (Google customer ID, digits only).
|
|
37049
|
+
*/
|
|
37050
|
+
adAccountId?: string;
|
|
37051
|
+
/**
|
|
37052
|
+
* Alias of adAccountId, kept for existing callers
|
|
37053
|
+
* @deprecated
|
|
36971
37054
|
*/
|
|
36972
37055
|
customerId?: string;
|
|
36973
37056
|
/**
|
|
@@ -37026,7 +37109,12 @@ export type GenerateKeywordHistoricalMetricsData = {
|
|
|
37026
37109
|
*/
|
|
37027
37110
|
accountId: string;
|
|
37028
37111
|
/**
|
|
37029
|
-
*
|
|
37112
|
+
* Platform ad account ID (Google customer ID, digits only).
|
|
37113
|
+
*/
|
|
37114
|
+
adAccountId?: string;
|
|
37115
|
+
/**
|
|
37116
|
+
* Alias of adAccountId, kept for existing callers
|
|
37117
|
+
* @deprecated
|
|
37030
37118
|
*/
|
|
37031
37119
|
customerId?: string;
|
|
37032
37120
|
keywords: Array<(string)>;
|
|
@@ -37082,6 +37170,10 @@ export type QueryAdInsightsData = {
|
|
|
37082
37170
|
* When actions are counted: impression, conversion or mixed.
|
|
37083
37171
|
*/
|
|
37084
37172
|
actionReportTime?: string;
|
|
37173
|
+
/**
|
|
37174
|
+
* Google only: platform ad account ID (Google customer ID, digits only) when the connection has several Google Ads accounts.
|
|
37175
|
+
*/
|
|
37176
|
+
adAccountId?: string;
|
|
37085
37177
|
/**
|
|
37086
37178
|
* Cursor from paging.after of the previous page.
|
|
37087
37179
|
*/
|
|
@@ -37091,7 +37183,8 @@ export type QueryAdInsightsData = {
|
|
|
37091
37183
|
*/
|
|
37092
37184
|
breakdowns?: string;
|
|
37093
37185
|
/**
|
|
37094
|
-
*
|
|
37186
|
+
* Alias of adAccountId, kept for existing callers
|
|
37187
|
+
* @deprecated
|
|
37095
37188
|
*/
|
|
37096
37189
|
customerId?: string;
|
|
37097
37190
|
/**
|
|
@@ -38612,6 +38705,10 @@ export type DeleteValueRuleSetError = (unknown | {
|
|
|
38612
38705
|
export type ListAdNegativeKeywordListsData = {
|
|
38613
38706
|
query: {
|
|
38614
38707
|
accountId: string;
|
|
38708
|
+
adAccountId?: string;
|
|
38709
|
+
/**
|
|
38710
|
+
* @deprecated
|
|
38711
|
+
*/
|
|
38615
38712
|
customerId?: string;
|
|
38616
38713
|
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter' | 'openai';
|
|
38617
38714
|
};
|
|
@@ -38644,7 +38741,12 @@ export type CreateAdNegativeKeywordListData = {
|
|
|
38644
38741
|
*/
|
|
38645
38742
|
accountId: string;
|
|
38646
38743
|
/**
|
|
38647
|
-
*
|
|
38744
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38745
|
+
*/
|
|
38746
|
+
adAccountId?: string;
|
|
38747
|
+
/**
|
|
38748
|
+
* Alias of adAccountId, kept for existing callers
|
|
38749
|
+
* @deprecated
|
|
38648
38750
|
*/
|
|
38649
38751
|
customerId?: string;
|
|
38650
38752
|
/**
|
|
@@ -38691,6 +38793,10 @@ export type GetAdNegativeKeywordListData = {
|
|
|
38691
38793
|
};
|
|
38692
38794
|
query: {
|
|
38693
38795
|
accountId: string;
|
|
38796
|
+
adAccountId?: string;
|
|
38797
|
+
/**
|
|
38798
|
+
* @deprecated
|
|
38799
|
+
*/
|
|
38694
38800
|
customerId?: string;
|
|
38695
38801
|
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter' | 'openai';
|
|
38696
38802
|
};
|
|
@@ -38725,7 +38831,12 @@ export type UpdateAdNegativeKeywordListData = {
|
|
|
38725
38831
|
*/
|
|
38726
38832
|
accountId: string;
|
|
38727
38833
|
/**
|
|
38728
|
-
*
|
|
38834
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38835
|
+
*/
|
|
38836
|
+
adAccountId?: string;
|
|
38837
|
+
/**
|
|
38838
|
+
* Alias of adAccountId, kept for existing callers
|
|
38839
|
+
* @deprecated
|
|
38729
38840
|
*/
|
|
38730
38841
|
customerId?: string;
|
|
38731
38842
|
/**
|
|
@@ -38760,6 +38871,10 @@ export type DeleteAdNegativeKeywordListData = {
|
|
|
38760
38871
|
};
|
|
38761
38872
|
query: {
|
|
38762
38873
|
accountId: string;
|
|
38874
|
+
adAccountId?: string;
|
|
38875
|
+
/**
|
|
38876
|
+
* @deprecated
|
|
38877
|
+
*/
|
|
38763
38878
|
customerId?: string;
|
|
38764
38879
|
platform?: 'facebook' | 'instagram' | 'tiktok' | 'linkedin' | 'pinterest' | 'google' | 'twitter' | 'openai';
|
|
38765
38880
|
};
|
|
@@ -38784,7 +38899,12 @@ export type ReplaceAdNegativeKeywordListKeywordsData = {
|
|
|
38784
38899
|
*/
|
|
38785
38900
|
accountId: string;
|
|
38786
38901
|
/**
|
|
38787
|
-
*
|
|
38902
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
38903
|
+
*/
|
|
38904
|
+
adAccountId?: string;
|
|
38905
|
+
/**
|
|
38906
|
+
* Alias of adAccountId, kept for existing callers
|
|
38907
|
+
* @deprecated
|
|
38788
38908
|
*/
|
|
38789
38909
|
customerId?: string;
|
|
38790
38910
|
/**
|
|
@@ -38884,6 +39004,10 @@ export type ReplaceCampaignNegativeKeywordListsError = (ErrorResponse | {
|
|
|
38884
39004
|
export type ListAccountCalloutsData = {
|
|
38885
39005
|
query: {
|
|
38886
39006
|
accountId: string;
|
|
39007
|
+
adAccountId?: string;
|
|
39008
|
+
/**
|
|
39009
|
+
* @deprecated
|
|
39010
|
+
*/
|
|
38887
39011
|
customerId?: string;
|
|
38888
39012
|
};
|
|
38889
39013
|
};
|
|
@@ -38916,7 +39040,12 @@ export type AddAccountCalloutsData = {
|
|
|
38916
39040
|
*/
|
|
38917
39041
|
accountId: string;
|
|
38918
39042
|
/**
|
|
38919
|
-
* Google customer
|
|
39043
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39044
|
+
*/
|
|
39045
|
+
adAccountId?: string;
|
|
39046
|
+
/**
|
|
39047
|
+
* Alias of adAccountId, kept for existing callers
|
|
39048
|
+
* @deprecated
|
|
38920
39049
|
*/
|
|
38921
39050
|
customerId?: string;
|
|
38922
39051
|
callouts: Array<(string)>;
|
|
@@ -38942,7 +39071,12 @@ export type UpdateAccountCalloutsData = {
|
|
|
38942
39071
|
*/
|
|
38943
39072
|
accountId: string;
|
|
38944
39073
|
/**
|
|
38945
|
-
* Google customer
|
|
39074
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39075
|
+
*/
|
|
39076
|
+
adAccountId?: string;
|
|
39077
|
+
/**
|
|
39078
|
+
* Alias of adAccountId, kept for existing callers
|
|
39079
|
+
* @deprecated
|
|
38946
39080
|
*/
|
|
38947
39081
|
customerId?: string;
|
|
38948
39082
|
updates: Array<{
|
|
@@ -38973,7 +39107,12 @@ export type RemoveAccountCalloutData = {
|
|
|
38973
39107
|
*/
|
|
38974
39108
|
accountId: string;
|
|
38975
39109
|
/**
|
|
38976
|
-
* Google customer
|
|
39110
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39111
|
+
*/
|
|
39112
|
+
adAccountId?: string;
|
|
39113
|
+
/**
|
|
39114
|
+
* Alias of adAccountId, kept for existing callers
|
|
39115
|
+
* @deprecated
|
|
38977
39116
|
*/
|
|
38978
39117
|
customerId?: string;
|
|
38979
39118
|
assetId: string;
|
|
@@ -38992,6 +39131,10 @@ export type RemoveAccountCalloutError = (ErrorResponse | {
|
|
|
38992
39131
|
export type ListAccountSitelinksData = {
|
|
38993
39132
|
query: {
|
|
38994
39133
|
accountId: string;
|
|
39134
|
+
adAccountId?: string;
|
|
39135
|
+
/**
|
|
39136
|
+
* @deprecated
|
|
39137
|
+
*/
|
|
38995
39138
|
customerId?: string;
|
|
38996
39139
|
};
|
|
38997
39140
|
};
|
|
@@ -39029,7 +39172,12 @@ export type AddAccountSitelinksData = {
|
|
|
39029
39172
|
*/
|
|
39030
39173
|
accountId: string;
|
|
39031
39174
|
/**
|
|
39032
|
-
* Google customer
|
|
39175
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39176
|
+
*/
|
|
39177
|
+
adAccountId?: string;
|
|
39178
|
+
/**
|
|
39179
|
+
* Alias of adAccountId, kept for existing callers
|
|
39180
|
+
* @deprecated
|
|
39033
39181
|
*/
|
|
39034
39182
|
customerId?: string;
|
|
39035
39183
|
sitelinks: Array<GoogleSitelink>;
|
|
@@ -39058,7 +39206,12 @@ export type UpdateAccountSitelinksData = {
|
|
|
39058
39206
|
*/
|
|
39059
39207
|
accountId: string;
|
|
39060
39208
|
/**
|
|
39061
|
-
* Google customer
|
|
39209
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39210
|
+
*/
|
|
39211
|
+
adAccountId?: string;
|
|
39212
|
+
/**
|
|
39213
|
+
* Alias of adAccountId, kept for existing callers
|
|
39214
|
+
* @deprecated
|
|
39062
39215
|
*/
|
|
39063
39216
|
customerId?: string;
|
|
39064
39217
|
updates: Array<{
|
|
@@ -39096,7 +39249,12 @@ export type RemoveAccountSitelinkData = {
|
|
|
39096
39249
|
*/
|
|
39097
39250
|
accountId: string;
|
|
39098
39251
|
/**
|
|
39099
|
-
* Google customer
|
|
39252
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39253
|
+
*/
|
|
39254
|
+
adAccountId?: string;
|
|
39255
|
+
/**
|
|
39256
|
+
* Alias of adAccountId, kept for existing callers
|
|
39257
|
+
* @deprecated
|
|
39100
39258
|
*/
|
|
39101
39259
|
customerId?: string;
|
|
39102
39260
|
assetId: string;
|
|
@@ -39115,6 +39273,10 @@ export type RemoveAccountSitelinkError = (ErrorResponse | {
|
|
|
39115
39273
|
export type ListAccountStructuredSnippetsData = {
|
|
39116
39274
|
query: {
|
|
39117
39275
|
accountId: string;
|
|
39276
|
+
adAccountId?: string;
|
|
39277
|
+
/**
|
|
39278
|
+
* @deprecated
|
|
39279
|
+
*/
|
|
39118
39280
|
customerId?: string;
|
|
39119
39281
|
};
|
|
39120
39282
|
};
|
|
@@ -39150,7 +39312,12 @@ export type AddAccountStructuredSnippetsData = {
|
|
|
39150
39312
|
*/
|
|
39151
39313
|
accountId: string;
|
|
39152
39314
|
/**
|
|
39153
|
-
* Google customer
|
|
39315
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39316
|
+
*/
|
|
39317
|
+
adAccountId?: string;
|
|
39318
|
+
/**
|
|
39319
|
+
* Alias of adAccountId, kept for existing callers
|
|
39320
|
+
* @deprecated
|
|
39154
39321
|
*/
|
|
39155
39322
|
customerId?: string;
|
|
39156
39323
|
structuredSnippets: Array<GoogleStructuredSnippet>;
|
|
@@ -39177,7 +39344,12 @@ export type UpdateAccountStructuredSnippetsData = {
|
|
|
39177
39344
|
*/
|
|
39178
39345
|
accountId: string;
|
|
39179
39346
|
/**
|
|
39180
|
-
* Google customer
|
|
39347
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39348
|
+
*/
|
|
39349
|
+
adAccountId?: string;
|
|
39350
|
+
/**
|
|
39351
|
+
* Alias of adAccountId, kept for existing callers
|
|
39352
|
+
* @deprecated
|
|
39181
39353
|
*/
|
|
39182
39354
|
customerId?: string;
|
|
39183
39355
|
updates: Array<{
|
|
@@ -39206,7 +39378,12 @@ export type RemoveAccountStructuredSnippetData = {
|
|
|
39206
39378
|
*/
|
|
39207
39379
|
accountId: string;
|
|
39208
39380
|
/**
|
|
39209
|
-
* Google customer
|
|
39381
|
+
* Platform ad account ID (Google customer ID, digits only). Required when the connection has multiple customers.
|
|
39382
|
+
*/
|
|
39383
|
+
adAccountId?: string;
|
|
39384
|
+
/**
|
|
39385
|
+
* Alias of adAccountId, kept for existing callers
|
|
39386
|
+
* @deprecated
|
|
39210
39387
|
*/
|
|
39211
39388
|
customerId?: string;
|
|
39212
39389
|
assetId: string;
|
|
@@ -43276,7 +43453,12 @@ export type ListConversionActionsData = {
|
|
|
43276
43453
|
*/
|
|
43277
43454
|
accountId: string;
|
|
43278
43455
|
/**
|
|
43279
|
-
* Google
|
|
43456
|
+
* Platform ad account ID (Google customer ID, digits only). Resolved automatically when the connection has exactly one accessible customer.
|
|
43457
|
+
*/
|
|
43458
|
+
adAccountId?: string;
|
|
43459
|
+
/**
|
|
43460
|
+
* Alias of adAccountId, kept for existing callers
|
|
43461
|
+
* @deprecated
|
|
43280
43462
|
*/
|
|
43281
43463
|
customerId?: string;
|
|
43282
43464
|
/**
|
|
@@ -43313,7 +43495,12 @@ export type CreateConversionActionData = {
|
|
|
43313
43495
|
*/
|
|
43314
43496
|
accountId: string;
|
|
43315
43497
|
/**
|
|
43316
|
-
* Google
|
|
43498
|
+
* Platform ad account ID (Google customer ID, digits only). Resolved automatically when the connection has exactly one accessible customer.
|
|
43499
|
+
*/
|
|
43500
|
+
adAccountId?: string;
|
|
43501
|
+
/**
|
|
43502
|
+
* Alias of adAccountId, kept for existing callers
|
|
43503
|
+
* @deprecated
|
|
43317
43504
|
*/
|
|
43318
43505
|
customerId?: string;
|
|
43319
43506
|
name: string;
|
|
@@ -45798,7 +45985,12 @@ export type ListTikTokAdPixelsData = {
|
|
|
45798
45985
|
*/
|
|
45799
45986
|
accountId: string;
|
|
45800
45987
|
/**
|
|
45801
|
-
*
|
|
45988
|
+
* Platform ad account ID (TikTok advertiser id, digits only). Defaults to the first advertiser on the connection.
|
|
45989
|
+
*/
|
|
45990
|
+
adAccountId?: string;
|
|
45991
|
+
/**
|
|
45992
|
+
* Alias of adAccountId, kept for existing callers
|
|
45993
|
+
* @deprecated
|
|
45802
45994
|
*/
|
|
45803
45995
|
advertiserId?: string;
|
|
45804
45996
|
/**
|