@googleapis/searchads360 10.1.0 → 11.1.0
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/CHANGELOG.md +23 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v0.d.ts +1182 -18
- package/build/v0.js.map +1 -1
- package/package.json +1 -1
- package/v0.ts +1181 -18
package/build/v0.d.ts
CHANGED
|
@@ -407,11 +407,11 @@ export declare namespace searchads360_v0 {
|
|
|
407
407
|
*/
|
|
408
408
|
allConversionsByConversionDate?: number | null;
|
|
409
409
|
/**
|
|
410
|
-
* The number of times people clicked the "Call" button to call a
|
|
410
|
+
* The number of times people clicked the "Call" button to call a business during or after clicking an ad. This number doesn't include whether or not calls were connected, or the duration of any calls. This metric applies to feed items only.
|
|
411
411
|
*/
|
|
412
412
|
allConversionsFromClickToCall?: number | null;
|
|
413
413
|
/**
|
|
414
|
-
* The number of times people clicked a "Get directions" button to navigate to a
|
|
414
|
+
* The number of times people clicked a "Get directions" button to navigate to a business after clicking an ad. This metric applies to feed items only.
|
|
415
415
|
*/
|
|
416
416
|
allConversionsFromDirections?: number | null;
|
|
417
417
|
/**
|
|
@@ -423,23 +423,23 @@ export declare namespace searchads360_v0 {
|
|
|
423
423
|
*/
|
|
424
424
|
allConversionsFromInteractionsValuePerInteraction?: number | null;
|
|
425
425
|
/**
|
|
426
|
-
* The number of times people clicked a link to view a
|
|
426
|
+
* The number of times people clicked a link to view a business's menu after clicking an ad. This metric applies to feed items only.
|
|
427
427
|
*/
|
|
428
428
|
allConversionsFromMenu?: number | null;
|
|
429
429
|
/**
|
|
430
|
-
* The number of times people placed an order at a
|
|
430
|
+
* The number of times people placed an order at a business after clicking an ad. This metric applies to feed items only.
|
|
431
431
|
*/
|
|
432
432
|
allConversionsFromOrder?: number | null;
|
|
433
433
|
/**
|
|
434
|
-
* The number of other conversions (for example, posting a review or saving a location for a
|
|
434
|
+
* The number of other conversions (for example, posting a review or saving a location for a business) that occurred after people clicked an ad. This metric applies to feed items only.
|
|
435
435
|
*/
|
|
436
436
|
allConversionsFromOtherEngagement?: number | null;
|
|
437
437
|
/**
|
|
438
|
-
* Estimated number of times people visited a
|
|
438
|
+
* Estimated number of times people visited a business after clicking an ad. This metric applies to feed items only.
|
|
439
439
|
*/
|
|
440
440
|
allConversionsFromStoreVisit?: number | null;
|
|
441
441
|
/**
|
|
442
|
-
* The number of times that people were taken to a
|
|
442
|
+
* The number of times that people were taken to a business's URL after clicking an ad. This metric applies to feed items only.
|
|
443
443
|
*/
|
|
444
444
|
allConversionsFromStoreWebsite?: number | null;
|
|
445
445
|
/**
|
|
@@ -947,6 +947,10 @@ export declare namespace searchads360_v0 {
|
|
|
947
947
|
* Segment only fields.
|
|
948
948
|
*/
|
|
949
949
|
export interface Schema$GoogleAdsSearchads360V0Common__Segments {
|
|
950
|
+
/**
|
|
951
|
+
* Ad Format type.
|
|
952
|
+
*/
|
|
953
|
+
adFormatType?: string | null;
|
|
950
954
|
/**
|
|
951
955
|
* Ad network type.
|
|
952
956
|
*/
|
|
@@ -995,6 +999,10 @@ export declare namespace searchads360_v0 {
|
|
|
995
999
|
* Resource name of the geo target constant that represents a metro.
|
|
996
1000
|
*/
|
|
997
1001
|
geoTargetMetro?: string | null;
|
|
1002
|
+
/**
|
|
1003
|
+
* Resource name of the geo target constant that represents a postal code.
|
|
1004
|
+
*/
|
|
1005
|
+
geoTargetPostalCode?: string | null;
|
|
998
1006
|
/**
|
|
999
1007
|
* Resource name of the geo target constant that represents a region.
|
|
1000
1008
|
*/
|
|
@@ -1191,6 +1199,42 @@ export declare namespace searchads360_v0 {
|
|
|
1191
1199
|
* The raw event conversion dimensions.
|
|
1192
1200
|
*/
|
|
1193
1201
|
rawEventConversionDimensions?: Schema$GoogleAdsSearchads360V0Common__Value[];
|
|
1202
|
+
/**
|
|
1203
|
+
* The display names of participants in an event listing, like performers, speakers, or teams.
|
|
1204
|
+
*/
|
|
1205
|
+
verticalAdsEventParticipantDisplayNames?: string | null;
|
|
1206
|
+
/**
|
|
1207
|
+
* The class of the hotel. Generally in the range of 1 to 5 stars, but fully customizable in the hotel feed.
|
|
1208
|
+
*/
|
|
1209
|
+
verticalAdsHotelClass?: string | null;
|
|
1210
|
+
/**
|
|
1211
|
+
* The listing associated with a listing impression, click or conversion.
|
|
1212
|
+
*/
|
|
1213
|
+
verticalAdsListing?: string | null;
|
|
1214
|
+
/**
|
|
1215
|
+
* The brand associated with a specific listing within a Vertical Ads context, for example, the brand of a car rental, a vacation home, or an event.
|
|
1216
|
+
*/
|
|
1217
|
+
verticalAdsListingBrand?: string | null;
|
|
1218
|
+
/**
|
|
1219
|
+
* The city where the vertical ads listing is located.
|
|
1220
|
+
*/
|
|
1221
|
+
verticalAdsListingCity?: string | null;
|
|
1222
|
+
/**
|
|
1223
|
+
* The country where the vertical ads listing is located.
|
|
1224
|
+
*/
|
|
1225
|
+
verticalAdsListingCountry?: string | null;
|
|
1226
|
+
/**
|
|
1227
|
+
* The region where the vertical ads listing is located.
|
|
1228
|
+
*/
|
|
1229
|
+
verticalAdsListingRegion?: string | null;
|
|
1230
|
+
/**
|
|
1231
|
+
* A specific partner account within a Partner Center (for example, Hotel Center) that supplies inventory feed data for Vertical Ads.
|
|
1232
|
+
*/
|
|
1233
|
+
verticalAdsPartnerAccount?: string | null;
|
|
1234
|
+
/**
|
|
1235
|
+
* Type of vertical ad, such as Vacation Rentals, Car Rentals, or Events, used to categorize and segment data in the context of Vertical Ads.
|
|
1236
|
+
*/
|
|
1237
|
+
verticalAdsVertical?: string | null;
|
|
1194
1238
|
/**
|
|
1195
1239
|
* Week as defined as Monday through Sunday, and represented by the date of Monday. Formatted as yyyy-MM-dd.
|
|
1196
1240
|
*/
|
|
@@ -1826,11 +1870,11 @@ export declare namespace searchads360_v0 {
|
|
|
1826
1870
|
*/
|
|
1827
1871
|
targetGoogleSearch?: boolean | null;
|
|
1828
1872
|
/**
|
|
1829
|
-
* Whether ads will be served on the
|
|
1873
|
+
* Whether ads will be served on the partner network. This is available only to some select partner accounts. Unless you have been instructed to use this field, it likely does not apply to your account. This does not control whether ads will be served on Google Search Partners Network; use `target_search_network` for that instead.
|
|
1830
1874
|
*/
|
|
1831
1875
|
targetPartnerSearchNetwork?: boolean | null;
|
|
1832
1876
|
/**
|
|
1833
|
-
* Whether ads will be served on
|
|
1877
|
+
* Whether ads will be served on sites in the Google Search Partners Network (requires `target_google_search` to also be `true`).
|
|
1834
1878
|
*/
|
|
1835
1879
|
targetSearchNetwork?: boolean | null;
|
|
1836
1880
|
}
|
|
@@ -1865,7 +1909,7 @@ export declare namespace searchads360_v0 {
|
|
|
1865
1909
|
*/
|
|
1866
1910
|
enableLocal?: boolean | null;
|
|
1867
1911
|
/**
|
|
1868
|
-
* Feed label of products to include in the campaign.
|
|
1912
|
+
* Feed label of products to include in the campaign. Valid feed labels may contain a maximum of 20 characters including uppercase letters, numbers, hyphens, and underscores. If you previously used the deprecated `sales_country` in the two-letter country code (`XX`) format, the `feed_label` field should be used instead. For more information see the [feed label](//support.google.com/merchants/answer/12453549) support article.
|
|
1869
1913
|
*/
|
|
1870
1914
|
feedLabel?: string | null;
|
|
1871
1915
|
/**
|
|
@@ -2152,7 +2196,7 @@ export declare namespace searchads360_v0 {
|
|
|
2152
2196
|
*/
|
|
2153
2197
|
adRotationMode?: string | null;
|
|
2154
2198
|
/**
|
|
2155
|
-
* The maximum CPC (cost-per-click) bid.
|
|
2199
|
+
* The maximum CPC (cost-per-click) bid. This field is used when the ad group's effective bidding strategy is Manual CPC. This field is not applicable and will be ignored if the ad group's campaign is using a portfolio bidding strategy.
|
|
2156
2200
|
*/
|
|
2157
2201
|
cpcBidMicros?: string | null;
|
|
2158
2202
|
/**
|
|
@@ -2363,7 +2407,7 @@ export declare namespace searchads360_v0 {
|
|
|
2363
2407
|
*/
|
|
2364
2408
|
export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupBidModifier {
|
|
2365
2409
|
/**
|
|
2366
|
-
* The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0.
|
|
2410
|
+
* The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. Use 0 to opt out of a Device type.
|
|
2367
2411
|
*/
|
|
2368
2412
|
bidModifier?: number | null;
|
|
2369
2413
|
/**
|
|
@@ -3209,7 +3253,7 @@ export declare namespace searchads360_v0 {
|
|
|
3209
3253
|
*/
|
|
3210
3254
|
export interface Schema$GoogleAdsSearchads360V0Resources__CampaignBudget {
|
|
3211
3255
|
/**
|
|
3212
|
-
* The amount
|
|
3256
|
+
* The average daily amount to be spent by the campaign. This field is used when the CampaignBudget `period` is set to `DAILY`, which is the default. Amount is specified in micros in the account's local currency. One million micros is equivalent to one currency unit. The effective monthly spend is capped at 30.4 times this daily amount. This field is mutually exclusive with 'total_amount_micros'. Only one of 'amount_micros' or 'total_amount_micros' should be set.
|
|
3213
3257
|
*/
|
|
3214
3258
|
amountMicros?: string | null;
|
|
3215
3259
|
/**
|
|
@@ -3341,7 +3385,7 @@ export declare namespace searchads360_v0 {
|
|
|
3341
3385
|
resourceName?: string | null;
|
|
3342
3386
|
}
|
|
3343
3387
|
/**
|
|
3344
|
-
* Cart data sales view.
|
|
3388
|
+
* Cart data sales view. Provides information about the products which were purchased if conversions with cart data is implemented. Performance metrics like revenue, gross profit, lead/cross-sell metrics etc. and Merchant Center attributes such as brand, category etc. are available for products defined in an inventory feed and sold as a result of Google ads. For purchases attributed to clicks on Shopping ads, dimensions of both clicked and sold products can be viewed together.
|
|
3345
3389
|
*/
|
|
3346
3390
|
export interface Schema$GoogleAdsSearchads360V0Resources__CartDataSalesView {
|
|
3347
3391
|
/**
|
|
@@ -4153,7 +4197,7 @@ export declare namespace searchads360_v0 {
|
|
|
4153
4197
|
typeUrl?: string | null;
|
|
4154
4198
|
}
|
|
4155
4199
|
/**
|
|
4156
|
-
* Shopping performance view. Provides Shopping campaign statistics aggregated at several product dimension levels. Product dimension values from Merchant Center such as brand, category, custom attributes, product condition and product type will reflect the state of each dimension as of the date and time when the corresponding event was recorded. The number of impressions and clicks that shopping_performance_view returns stats for may be different from campaign reports. shopping_performance_view shows impressions and clicks on products appearing in ads, while campaign reports show impressions and clicks on the ads themselves. Depending on the format, an ad can show from zero to several products, so the numbers may not match. In
|
|
4200
|
+
* Shopping performance view. Provides Shopping campaign and Performance Max campaign statistics aggregated at several product dimension levels. Product dimension values from Merchant Center such as brand, category, custom attributes, product condition, and product type will reflect the state of each dimension as of the date and time when the corresponding event was recorded. The number of impressions and clicks that `shopping_performance_view` returns stats for may be different from campaign reports. `shopping_performance_view` shows impressions and clicks on products appearing in ads, while campaign reports show impressions and clicks on the ads themselves. Depending on the format, an ad can show from zero to several products, so the numbers may not match. In Search Ads 360 UI, you can query impressions and clicks of products appearing in ads by selecting a column from "Product attributes" in the report editor. For example, selecting the "Brand" column is equivalent to selecting `segments.product_brand`.
|
|
4157
4201
|
*/
|
|
4158
4202
|
export interface Schema$GoogleAdsSearchads360V0Resources__ShoppingPerformanceView {
|
|
4159
4203
|
/**
|
|
@@ -4162,7 +4206,7 @@ export declare namespace searchads360_v0 {
|
|
|
4162
4206
|
resourceName?: string | null;
|
|
4163
4207
|
}
|
|
4164
4208
|
/**
|
|
4165
|
-
* A user list. This is a list of users a customer may target.
|
|
4209
|
+
* A user list. This is a list of users a customer may target. The unique key of a user list consists of the following fields: `id`. Note that the `name` must also be unique for user lists owned by a given customer, except in some cases where `access_reason` is set to `SHARED`. Violating the unique name constraint produces error: `UserListError.INVALID_NAME`.
|
|
4166
4210
|
*/
|
|
4167
4211
|
export interface Schema$GoogleAdsSearchads360V0Resources__UserList {
|
|
4168
4212
|
/**
|
|
@@ -4170,7 +4214,7 @@ export declare namespace searchads360_v0 {
|
|
|
4170
4214
|
*/
|
|
4171
4215
|
id?: string | null;
|
|
4172
4216
|
/**
|
|
4173
|
-
* Name of this user list.
|
|
4217
|
+
* Name of this user list. Unique per user list, except in some cases where a user list of the same name has `access_reason` set to `SHARED`.
|
|
4174
4218
|
*/
|
|
4175
4219
|
name?: string | null;
|
|
4176
4220
|
/**
|
|
@@ -4705,6 +4749,1126 @@ export declare namespace searchads360_v0 {
|
|
|
4705
4749
|
*/
|
|
4706
4750
|
totalResultsCount?: string | null;
|
|
4707
4751
|
}
|
|
4752
|
+
/**
|
|
4753
|
+
* Indicates that a resource's ability to serve in a particular country is constrained.
|
|
4754
|
+
*/
|
|
4755
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraint {
|
|
4756
|
+
/**
|
|
4757
|
+
* Geo target constant resource name of the country in which serving is constrained.
|
|
4758
|
+
*/
|
|
4759
|
+
countryCriterion?: string | null;
|
|
4760
|
+
}
|
|
4761
|
+
/**
|
|
4762
|
+
* A list of countries where a resource's serving is constrained.
|
|
4763
|
+
*/
|
|
4764
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraintList {
|
|
4765
|
+
/**
|
|
4766
|
+
* Countries in which serving is restricted.
|
|
4767
|
+
*/
|
|
4768
|
+
countries?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraint[];
|
|
4769
|
+
/**
|
|
4770
|
+
* Total number of countries targeted by the resource.
|
|
4771
|
+
*/
|
|
4772
|
+
totalTargetedCountries?: number | null;
|
|
4773
|
+
}
|
|
4774
|
+
/**
|
|
4775
|
+
* Indicates that a policy topic was constrained due to disapproval of the website for reseller purposes.
|
|
4776
|
+
*/
|
|
4777
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_ResellerConstraint {
|
|
4778
|
+
}
|
|
4779
|
+
/**
|
|
4780
|
+
* Evidence of mismatches between the URLs of a resource.
|
|
4781
|
+
*/
|
|
4782
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationMismatch {
|
|
4783
|
+
/**
|
|
4784
|
+
* The set of URLs that did not match each other.
|
|
4785
|
+
*/
|
|
4786
|
+
urlTypes?: string[] | null;
|
|
4787
|
+
}
|
|
4788
|
+
/**
|
|
4789
|
+
* Evidence details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.
|
|
4790
|
+
*/
|
|
4791
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationNotWorking {
|
|
4792
|
+
/**
|
|
4793
|
+
* The type of device that failed to load the URL.
|
|
4794
|
+
*/
|
|
4795
|
+
device?: string | null;
|
|
4796
|
+
/**
|
|
4797
|
+
* The type of DNS error.
|
|
4798
|
+
*/
|
|
4799
|
+
dnsErrorType?: string | null;
|
|
4800
|
+
/**
|
|
4801
|
+
* The full URL that didn't work.
|
|
4802
|
+
*/
|
|
4803
|
+
expandedUrl?: string | null;
|
|
4804
|
+
/**
|
|
4805
|
+
* The HTTP error code.
|
|
4806
|
+
*/
|
|
4807
|
+
httpErrorCode?: string | null;
|
|
4808
|
+
/**
|
|
4809
|
+
* The time the URL was last checked. The format is "YYYY-MM-DD HH:MM:SS". Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
|
|
4810
|
+
*/
|
|
4811
|
+
lastCheckedDateTime?: string | null;
|
|
4812
|
+
}
|
|
4813
|
+
/**
|
|
4814
|
+
* A list of strings found in a destination page that caused a policy finding.
|
|
4815
|
+
*/
|
|
4816
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationTextList {
|
|
4817
|
+
/**
|
|
4818
|
+
* List of text found in the resource's destination page.
|
|
4819
|
+
*/
|
|
4820
|
+
destinationTexts?: string[] | null;
|
|
4821
|
+
}
|
|
4822
|
+
/**
|
|
4823
|
+
* A list of fragments of text that violated a policy.
|
|
4824
|
+
*/
|
|
4825
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_TextList {
|
|
4826
|
+
/**
|
|
4827
|
+
* The fragments of text from the resource that caused the policy finding.
|
|
4828
|
+
*/
|
|
4829
|
+
texts?: string[] | null;
|
|
4830
|
+
}
|
|
4831
|
+
/**
|
|
4832
|
+
* A list of websites that caused a policy finding. Used for ONE_WEBSITE_PER_AD_GROUP policy topic, for example. In case there are more than five websites, only the top five (those that appear in resources the most) will be listed here.
|
|
4833
|
+
*/
|
|
4834
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_WebsiteList {
|
|
4835
|
+
/**
|
|
4836
|
+
* Websites that caused the policy finding.
|
|
4837
|
+
*/
|
|
4838
|
+
websites?: string[] | null;
|
|
4839
|
+
}
|
|
4840
|
+
/**
|
|
4841
|
+
* Describes the effect on serving that a policy topic entry will have.
|
|
4842
|
+
*/
|
|
4843
|
+
export interface Schema$GoogleAdsSearchads360V23Common__PolicyTopicConstraint {
|
|
4844
|
+
/**
|
|
4845
|
+
* Countries where the resource's domain is not covered by the certificates associated with it.
|
|
4846
|
+
*/
|
|
4847
|
+
certificateDomainMismatchInCountryList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraintList;
|
|
4848
|
+
/**
|
|
4849
|
+
* Countries where a certificate is required for serving.
|
|
4850
|
+
*/
|
|
4851
|
+
certificateMissingInCountryList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraintList;
|
|
4852
|
+
/**
|
|
4853
|
+
* Countries where the resource cannot serve.
|
|
4854
|
+
*/
|
|
4855
|
+
countryConstraintList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraintList;
|
|
4856
|
+
/**
|
|
4857
|
+
* Reseller constraint.
|
|
4858
|
+
*/
|
|
4859
|
+
resellerConstraint?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_ResellerConstraint;
|
|
4860
|
+
}
|
|
4861
|
+
/**
|
|
4862
|
+
* Policy finding attached to a resource (for example, alcohol policy associated with a site that sells alcohol). Each PolicyTopicEntry has a topic that indicates the specific ads policy the entry is about and a type to indicate the effect that the entry will have on serving. It may optionally have one or more evidences that indicate the reason for the finding. It may also optionally have one or more constraints that provide details about how serving may be restricted.
|
|
4863
|
+
*/
|
|
4864
|
+
export interface Schema$GoogleAdsSearchads360V23Common__PolicyTopicEntry {
|
|
4865
|
+
/**
|
|
4866
|
+
* Indicates how serving of this resource may be affected (for example, not serving in a country).
|
|
4867
|
+
*/
|
|
4868
|
+
constraints?: Schema$GoogleAdsSearchads360V23Common__PolicyTopicConstraint[];
|
|
4869
|
+
/**
|
|
4870
|
+
* Additional information that explains policy finding (for example, the brand name for a trademark finding).
|
|
4871
|
+
*/
|
|
4872
|
+
evidences?: Schema$GoogleAdsSearchads360V23Common__PolicyTopicEvidence[];
|
|
4873
|
+
/**
|
|
4874
|
+
* Policy topic this finding refers to. For example, "ALCOHOL", "TRADEMARKS_IN_AD_TEXT", or "DESTINATION_NOT_WORKING". The set of possible policy topics is not fixed for a particular API version and may change at any time.
|
|
4875
|
+
*/
|
|
4876
|
+
topic?: string | null;
|
|
4877
|
+
/**
|
|
4878
|
+
* Describes the negative or positive effect this policy will have on serving.
|
|
4879
|
+
*/
|
|
4880
|
+
type?: string | null;
|
|
4881
|
+
}
|
|
4882
|
+
/**
|
|
4883
|
+
* Additional information that explains a policy finding.
|
|
4884
|
+
*/
|
|
4885
|
+
export interface Schema$GoogleAdsSearchads360V23Common__PolicyTopicEvidence {
|
|
4886
|
+
/**
|
|
4887
|
+
* Mismatch between the destinations of a resource's URLs.
|
|
4888
|
+
*/
|
|
4889
|
+
destinationMismatch?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationMismatch;
|
|
4890
|
+
/**
|
|
4891
|
+
* Details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.
|
|
4892
|
+
*/
|
|
4893
|
+
destinationNotWorking?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationNotWorking;
|
|
4894
|
+
/**
|
|
4895
|
+
* The text in the destination of the resource that is causing a policy finding.
|
|
4896
|
+
*/
|
|
4897
|
+
destinationTextList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationTextList;
|
|
4898
|
+
/**
|
|
4899
|
+
* The language the resource was detected to be written in. This is an IETF language tag such as "en-US".
|
|
4900
|
+
*/
|
|
4901
|
+
languageCode?: string | null;
|
|
4902
|
+
/**
|
|
4903
|
+
* List of evidence found in the text of a resource.
|
|
4904
|
+
*/
|
|
4905
|
+
textList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_TextList;
|
|
4906
|
+
/**
|
|
4907
|
+
* List of websites linked with this resource.
|
|
4908
|
+
*/
|
|
4909
|
+
websiteList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_WebsiteList;
|
|
4910
|
+
}
|
|
4911
|
+
/**
|
|
4912
|
+
* Key of the violation. The key is used for referring to a violation when filing an exemption request.
|
|
4913
|
+
*/
|
|
4914
|
+
export interface Schema$GoogleAdsSearchads360V23Common__PolicyViolationKey {
|
|
4915
|
+
/**
|
|
4916
|
+
* Unique ID of the violated policy.
|
|
4917
|
+
*/
|
|
4918
|
+
policyName?: string | null;
|
|
4919
|
+
/**
|
|
4920
|
+
* The text that violates the policy if specified. Otherwise, refers to the policy in general (for example, when requesting to be exempt from the whole policy). If not specified for criterion exemptions, the whole policy is implied. Must be specified for ad exemptions.
|
|
4921
|
+
*/
|
|
4922
|
+
violatingText?: string | null;
|
|
4923
|
+
}
|
|
4924
|
+
/**
|
|
4925
|
+
* A generic data container.
|
|
4926
|
+
*/
|
|
4927
|
+
export interface Schema$GoogleAdsSearchads360V23Common__Value {
|
|
4928
|
+
/**
|
|
4929
|
+
* A boolean.
|
|
4930
|
+
*/
|
|
4931
|
+
booleanValue?: boolean | null;
|
|
4932
|
+
/**
|
|
4933
|
+
* A double.
|
|
4934
|
+
*/
|
|
4935
|
+
doubleValue?: number | null;
|
|
4936
|
+
/**
|
|
4937
|
+
* A float.
|
|
4938
|
+
*/
|
|
4939
|
+
floatValue?: number | null;
|
|
4940
|
+
/**
|
|
4941
|
+
* An int64.
|
|
4942
|
+
*/
|
|
4943
|
+
int64Value?: string | null;
|
|
4944
|
+
/**
|
|
4945
|
+
* A string.
|
|
4946
|
+
*/
|
|
4947
|
+
stringValue?: string | null;
|
|
4948
|
+
}
|
|
4949
|
+
/**
|
|
4950
|
+
* A part of a field path.
|
|
4951
|
+
*/
|
|
4952
|
+
export interface Schema$GoogleAdsSearchads360V23Errors_ErrorLocation_FieldPathElement {
|
|
4953
|
+
/**
|
|
4954
|
+
* The name of a field or a oneof
|
|
4955
|
+
*/
|
|
4956
|
+
fieldName?: string | null;
|
|
4957
|
+
/**
|
|
4958
|
+
* If field_name is a repeated field, this is the element that failed
|
|
4959
|
+
*/
|
|
4960
|
+
index?: number | null;
|
|
4961
|
+
}
|
|
4962
|
+
/**
|
|
4963
|
+
* Error details for a budget below per-day minimum error.
|
|
4964
|
+
*/
|
|
4965
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__BudgetPerDayMinimumErrorDetails {
|
|
4966
|
+
/**
|
|
4967
|
+
* The minimum budget required by the campaign per day, in micros of the advertiser currency. Applies to both daily and custom budgets.
|
|
4968
|
+
*/
|
|
4969
|
+
budgetPerDayMinimumMicros?: string | null;
|
|
4970
|
+
/**
|
|
4971
|
+
* The advertiser's currency, represented as a three-letter ISO 4217 currency code (such as "USD").
|
|
4972
|
+
*/
|
|
4973
|
+
currencyCode?: string | null;
|
|
4974
|
+
/**
|
|
4975
|
+
* The budget amount value that was rejected as too low, in micros of the advertiser currency. Only set if this error is caused by the amount field value.
|
|
4976
|
+
*/
|
|
4977
|
+
failedBudgetAmountMicros?: string | null;
|
|
4978
|
+
/**
|
|
4979
|
+
* The budget total_amount value that was rejected as too low, in micros of the advertiser currency. Only set if this error is caused by the total_amount field value.
|
|
4980
|
+
*/
|
|
4981
|
+
failedBudgetTotalAmountMicros?: string | null;
|
|
4982
|
+
/**
|
|
4983
|
+
* The minimum value for the budget's amount field required by the campaign, in micros of the advertiser currency. Only set if this error is caused by the amount field value.
|
|
4984
|
+
*/
|
|
4985
|
+
minimumBudgetAmountMicros?: string | null;
|
|
4986
|
+
/**
|
|
4987
|
+
* The minimum value for the budget's total_amount field required by the campaign given its configured start and end time, in micros of the advertiser currency. Only set if this error is caused by the total_amount field value.
|
|
4988
|
+
*/
|
|
4989
|
+
minimumBudgetTotalAmountMicros?: string | null;
|
|
4990
|
+
}
|
|
4991
|
+
/**
|
|
4992
|
+
* The error reason represented by type and enum.
|
|
4993
|
+
*/
|
|
4994
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__ErrorCode {
|
|
4995
|
+
/**
|
|
4996
|
+
* The reasons for the access invitation error
|
|
4997
|
+
*/
|
|
4998
|
+
accessInvitationError?: string | null;
|
|
4999
|
+
/**
|
|
5000
|
+
* The reasons for account budget proposal errors.
|
|
5001
|
+
*/
|
|
5002
|
+
accountBudgetProposalError?: string | null;
|
|
5003
|
+
/**
|
|
5004
|
+
* The reasons for the account link status change error
|
|
5005
|
+
*/
|
|
5006
|
+
accountLinkError?: string | null;
|
|
5007
|
+
/**
|
|
5008
|
+
* The reasons for the ad customizer error
|
|
5009
|
+
*/
|
|
5010
|
+
adCustomizerError?: string | null;
|
|
5011
|
+
/**
|
|
5012
|
+
* An error with an Ad Group Ad mutate.
|
|
5013
|
+
*/
|
|
5014
|
+
adError?: string | null;
|
|
5015
|
+
/**
|
|
5016
|
+
* The reasons for the ad group ad error
|
|
5017
|
+
*/
|
|
5018
|
+
adGroupAdError?: string | null;
|
|
5019
|
+
/**
|
|
5020
|
+
* The reasons for the ad group bid modifier error
|
|
5021
|
+
*/
|
|
5022
|
+
adGroupBidModifierError?: string | null;
|
|
5023
|
+
/**
|
|
5024
|
+
* The reasons for the ad group criterion customizer error.
|
|
5025
|
+
*/
|
|
5026
|
+
adGroupCriterionCustomizerError?: string | null;
|
|
5027
|
+
/**
|
|
5028
|
+
* Indicates failure to properly authenticate user.
|
|
5029
|
+
*/
|
|
5030
|
+
adGroupCriterionError?: string | null;
|
|
5031
|
+
/**
|
|
5032
|
+
* The reasons for the ad group customizer error.
|
|
5033
|
+
*/
|
|
5034
|
+
adGroupCustomizerError?: string | null;
|
|
5035
|
+
/**
|
|
5036
|
+
* An error with an Ad Group mutate.
|
|
5037
|
+
*/
|
|
5038
|
+
adGroupError?: string | null;
|
|
5039
|
+
/**
|
|
5040
|
+
* The reasons for the ad group feed error
|
|
5041
|
+
*/
|
|
5042
|
+
adGroupFeedError?: string | null;
|
|
5043
|
+
/**
|
|
5044
|
+
* The reasons for the ad parameter error
|
|
5045
|
+
*/
|
|
5046
|
+
adParameterError?: string | null;
|
|
5047
|
+
/**
|
|
5048
|
+
* The reasons for the ad sharing error
|
|
5049
|
+
*/
|
|
5050
|
+
adSharingError?: string | null;
|
|
5051
|
+
/**
|
|
5052
|
+
* The reasons for the adx error
|
|
5053
|
+
*/
|
|
5054
|
+
adxError?: string | null;
|
|
5055
|
+
/**
|
|
5056
|
+
* The reasons for the asset error
|
|
5057
|
+
*/
|
|
5058
|
+
assetError?: string | null;
|
|
5059
|
+
/**
|
|
5060
|
+
* The reasons for the GenAI asset generation error.
|
|
5061
|
+
*/
|
|
5062
|
+
assetGenerationError?: string | null;
|
|
5063
|
+
/**
|
|
5064
|
+
* The reasons for the asset group asset error
|
|
5065
|
+
*/
|
|
5066
|
+
assetGroupAssetError?: string | null;
|
|
5067
|
+
/**
|
|
5068
|
+
* The reasons for the asset group error
|
|
5069
|
+
*/
|
|
5070
|
+
assetGroupError?: string | null;
|
|
5071
|
+
/**
|
|
5072
|
+
* The reasons for the asset group listing group filter error
|
|
5073
|
+
*/
|
|
5074
|
+
assetGroupListingGroupFilterError?: string | null;
|
|
5075
|
+
/**
|
|
5076
|
+
* The reasons for the asset group hint error
|
|
5077
|
+
*/
|
|
5078
|
+
assetGroupSignalError?: string | null;
|
|
5079
|
+
/**
|
|
5080
|
+
* The reasons for the asset link error
|
|
5081
|
+
*/
|
|
5082
|
+
assetLinkError?: string | null;
|
|
5083
|
+
/**
|
|
5084
|
+
* The reasons for the asset set asset error
|
|
5085
|
+
*/
|
|
5086
|
+
assetSetAssetError?: string | null;
|
|
5087
|
+
/**
|
|
5088
|
+
* The reasons for the asset set error
|
|
5089
|
+
*/
|
|
5090
|
+
assetSetError?: string | null;
|
|
5091
|
+
/**
|
|
5092
|
+
* The reasons for the asset set link error
|
|
5093
|
+
*/
|
|
5094
|
+
assetSetLinkError?: string | null;
|
|
5095
|
+
/**
|
|
5096
|
+
* The reasons for the audience error
|
|
5097
|
+
*/
|
|
5098
|
+
audienceError?: string | null;
|
|
5099
|
+
/**
|
|
5100
|
+
* The reasons for the Audience Insights error
|
|
5101
|
+
*/
|
|
5102
|
+
audienceInsightsError?: string | null;
|
|
5103
|
+
/**
|
|
5104
|
+
* Indicates failure to properly authenticate user.
|
|
5105
|
+
*/
|
|
5106
|
+
authenticationError?: string | null;
|
|
5107
|
+
/**
|
|
5108
|
+
* An error encountered when trying to authorize a user.
|
|
5109
|
+
*/
|
|
5110
|
+
authorizationError?: string | null;
|
|
5111
|
+
/**
|
|
5112
|
+
* The reasons for error in automatically created asset removal action.
|
|
5113
|
+
*/
|
|
5114
|
+
automaticallyCreatedAssetRemovalError?: string | null;
|
|
5115
|
+
/**
|
|
5116
|
+
* The reasons for the batch job error
|
|
5117
|
+
*/
|
|
5118
|
+
batchJobError?: string | null;
|
|
5119
|
+
/**
|
|
5120
|
+
* The reasons for the Benchmarks error.
|
|
5121
|
+
*/
|
|
5122
|
+
benchmarksError?: string | null;
|
|
5123
|
+
/**
|
|
5124
|
+
* The reasons for the bidding errors
|
|
5125
|
+
*/
|
|
5126
|
+
biddingError?: string | null;
|
|
5127
|
+
/**
|
|
5128
|
+
* An error with a Bidding Strategy mutate.
|
|
5129
|
+
*/
|
|
5130
|
+
biddingStrategyError?: string | null;
|
|
5131
|
+
/**
|
|
5132
|
+
* The reasons for the billing setup error
|
|
5133
|
+
*/
|
|
5134
|
+
billingSetupError?: string | null;
|
|
5135
|
+
/**
|
|
5136
|
+
* The reasons for the brand guidelines migration error.
|
|
5137
|
+
*/
|
|
5138
|
+
brandGuidelinesMigrationError?: string | null;
|
|
5139
|
+
/**
|
|
5140
|
+
* An error with a Campaign Budget mutate.
|
|
5141
|
+
*/
|
|
5142
|
+
campaignBudgetError?: string | null;
|
|
5143
|
+
/**
|
|
5144
|
+
* The reasons for the campaign conversion goal error
|
|
5145
|
+
*/
|
|
5146
|
+
campaignConversionGoalError?: string | null;
|
|
5147
|
+
/**
|
|
5148
|
+
* The reasons for the campaign criterion error
|
|
5149
|
+
*/
|
|
5150
|
+
campaignCriterionError?: string | null;
|
|
5151
|
+
/**
|
|
5152
|
+
* The reasons for the campaign customizer error.
|
|
5153
|
+
*/
|
|
5154
|
+
campaignCustomizerError?: string | null;
|
|
5155
|
+
/**
|
|
5156
|
+
* The reasons for the campaign draft error
|
|
5157
|
+
*/
|
|
5158
|
+
campaignDraftError?: string | null;
|
|
5159
|
+
/**
|
|
5160
|
+
* An error with a Campaign mutate.
|
|
5161
|
+
*/
|
|
5162
|
+
campaignError?: string | null;
|
|
5163
|
+
/**
|
|
5164
|
+
* The reasons for the campaign experiment error
|
|
5165
|
+
*/
|
|
5166
|
+
campaignExperimentError?: string | null;
|
|
5167
|
+
/**
|
|
5168
|
+
* The reasons for the campaign feed error
|
|
5169
|
+
*/
|
|
5170
|
+
campaignFeedError?: string | null;
|
|
5171
|
+
/**
|
|
5172
|
+
* The reasons for the campaign goal config error.
|
|
5173
|
+
*/
|
|
5174
|
+
campaignGoalConfigError?: string | null;
|
|
5175
|
+
/**
|
|
5176
|
+
* The reasons for the campaign lifecycle goal error
|
|
5177
|
+
*/
|
|
5178
|
+
campaignLifecycleGoalError?: string | null;
|
|
5179
|
+
/**
|
|
5180
|
+
* The reasons for the campaign shared set error
|
|
5181
|
+
*/
|
|
5182
|
+
campaignSharedSetError?: string | null;
|
|
5183
|
+
/**
|
|
5184
|
+
* The reasons for the change event error
|
|
5185
|
+
*/
|
|
5186
|
+
changeEventError?: string | null;
|
|
5187
|
+
/**
|
|
5188
|
+
* The reasons for the change status error
|
|
5189
|
+
*/
|
|
5190
|
+
changeStatusError?: string | null;
|
|
5191
|
+
/**
|
|
5192
|
+
* The reasons for the click view error
|
|
5193
|
+
*/
|
|
5194
|
+
clickViewError?: string | null;
|
|
5195
|
+
/**
|
|
5196
|
+
* The reasons for the collection size error
|
|
5197
|
+
*/
|
|
5198
|
+
collectionSizeError?: string | null;
|
|
5199
|
+
/**
|
|
5200
|
+
* The reasons for the context error
|
|
5201
|
+
*/
|
|
5202
|
+
contextError?: string | null;
|
|
5203
|
+
/**
|
|
5204
|
+
* The reasons for the conversion action error
|
|
5205
|
+
*/
|
|
5206
|
+
conversionActionError?: string | null;
|
|
5207
|
+
/**
|
|
5208
|
+
* The reasons for the conversion adjustment upload error
|
|
5209
|
+
*/
|
|
5210
|
+
conversionAdjustmentUploadError?: string | null;
|
|
5211
|
+
/**
|
|
5212
|
+
* The reasons for the conversion custom variable error
|
|
5213
|
+
*/
|
|
5214
|
+
conversionCustomVariableError?: string | null;
|
|
5215
|
+
/**
|
|
5216
|
+
* The reasons for the conversion goal campaign config error
|
|
5217
|
+
*/
|
|
5218
|
+
conversionGoalCampaignConfigError?: string | null;
|
|
5219
|
+
/**
|
|
5220
|
+
* The reasons for the conversion upload error
|
|
5221
|
+
*/
|
|
5222
|
+
conversionUploadError?: string | null;
|
|
5223
|
+
/**
|
|
5224
|
+
* The reasons for the conversion value rule error
|
|
5225
|
+
*/
|
|
5226
|
+
conversionValueRuleError?: string | null;
|
|
5227
|
+
/**
|
|
5228
|
+
* The reasons for the conversion value rule set error
|
|
5229
|
+
*/
|
|
5230
|
+
conversionValueRuleSetError?: string | null;
|
|
5231
|
+
/**
|
|
5232
|
+
* The reasons for the country code error
|
|
5233
|
+
*/
|
|
5234
|
+
countryCodeError?: string | null;
|
|
5235
|
+
/**
|
|
5236
|
+
* The reasons for the criterion error
|
|
5237
|
+
*/
|
|
5238
|
+
criterionError?: string | null;
|
|
5239
|
+
/**
|
|
5240
|
+
* The reasons for the currency code error
|
|
5241
|
+
*/
|
|
5242
|
+
currencyCodeError?: string | null;
|
|
5243
|
+
/**
|
|
5244
|
+
* The reasons for the currency errors.
|
|
5245
|
+
*/
|
|
5246
|
+
currencyError?: string | null;
|
|
5247
|
+
/**
|
|
5248
|
+
* The reasons for the custom audience error
|
|
5249
|
+
*/
|
|
5250
|
+
customAudienceError?: string | null;
|
|
5251
|
+
/**
|
|
5252
|
+
* The reasons for the custom column error
|
|
5253
|
+
*/
|
|
5254
|
+
customColumnError?: string | null;
|
|
5255
|
+
/**
|
|
5256
|
+
* The reasons for the custom conversion goal error
|
|
5257
|
+
*/
|
|
5258
|
+
customConversionGoalError?: string | null;
|
|
5259
|
+
/**
|
|
5260
|
+
* The reasons for the customer client link error
|
|
5261
|
+
*/
|
|
5262
|
+
customerClientLinkError?: string | null;
|
|
5263
|
+
/**
|
|
5264
|
+
* The reasons for the customer customizer error.
|
|
5265
|
+
*/
|
|
5266
|
+
customerCustomizerError?: string | null;
|
|
5267
|
+
/**
|
|
5268
|
+
* The reasons for the customer error
|
|
5269
|
+
*/
|
|
5270
|
+
customerError?: string | null;
|
|
5271
|
+
/**
|
|
5272
|
+
* The reasons for the customer feed error
|
|
5273
|
+
*/
|
|
5274
|
+
customerFeedError?: string | null;
|
|
5275
|
+
/**
|
|
5276
|
+
* The reasons for the customer lifecycle goal error
|
|
5277
|
+
*/
|
|
5278
|
+
customerLifecycleGoalError?: string | null;
|
|
5279
|
+
/**
|
|
5280
|
+
* The reasons for the customer manager link error
|
|
5281
|
+
*/
|
|
5282
|
+
customerManagerLinkError?: string | null;
|
|
5283
|
+
/**
|
|
5284
|
+
* The reasons for the customer SK Ad network conversion value schema error
|
|
5285
|
+
*/
|
|
5286
|
+
customerSkAdNetworkConversionValueSchemaError?: string | null;
|
|
5287
|
+
/**
|
|
5288
|
+
* The reasons for the customer user access mutate error
|
|
5289
|
+
*/
|
|
5290
|
+
customerUserAccessError?: string | null;
|
|
5291
|
+
/**
|
|
5292
|
+
* The reasons for the custom interest error
|
|
5293
|
+
*/
|
|
5294
|
+
customInterestError?: string | null;
|
|
5295
|
+
/**
|
|
5296
|
+
* The reasons for the customizer attribute error.
|
|
5297
|
+
*/
|
|
5298
|
+
customizerAttributeError?: string | null;
|
|
5299
|
+
/**
|
|
5300
|
+
* The reasons for the database error.
|
|
5301
|
+
*/
|
|
5302
|
+
databaseError?: string | null;
|
|
5303
|
+
/**
|
|
5304
|
+
* The reasons for the data link error
|
|
5305
|
+
*/
|
|
5306
|
+
dataLinkError?: string | null;
|
|
5307
|
+
/**
|
|
5308
|
+
* The reasons for the date error
|
|
5309
|
+
*/
|
|
5310
|
+
dateError?: string | null;
|
|
5311
|
+
/**
|
|
5312
|
+
* The reasons for the date range error
|
|
5313
|
+
*/
|
|
5314
|
+
dateRangeError?: string | null;
|
|
5315
|
+
/**
|
|
5316
|
+
* The reasons for the distinct error
|
|
5317
|
+
*/
|
|
5318
|
+
distinctError?: string | null;
|
|
5319
|
+
/**
|
|
5320
|
+
* The reason for enum error.
|
|
5321
|
+
*/
|
|
5322
|
+
enumError?: string | null;
|
|
5323
|
+
/**
|
|
5324
|
+
* The reasons for the experiment arm error
|
|
5325
|
+
*/
|
|
5326
|
+
experimentArmError?: string | null;
|
|
5327
|
+
/**
|
|
5328
|
+
* The reasons for the experiment error
|
|
5329
|
+
*/
|
|
5330
|
+
experimentError?: string | null;
|
|
5331
|
+
/**
|
|
5332
|
+
* The reasons for the extension feed item error
|
|
5333
|
+
*/
|
|
5334
|
+
extensionFeedItemError?: string | null;
|
|
5335
|
+
/**
|
|
5336
|
+
* The reasons for the extension setting error
|
|
5337
|
+
*/
|
|
5338
|
+
extensionSettingError?: string | null;
|
|
5339
|
+
/**
|
|
5340
|
+
* The reasons for the feed attribute reference error
|
|
5341
|
+
*/
|
|
5342
|
+
feedAttributeReferenceError?: string | null;
|
|
5343
|
+
/**
|
|
5344
|
+
* The reasons for the feed error
|
|
5345
|
+
*/
|
|
5346
|
+
feedError?: string | null;
|
|
5347
|
+
/**
|
|
5348
|
+
* The reasons for the feed item error
|
|
5349
|
+
*/
|
|
5350
|
+
feedItemError?: string | null;
|
|
5351
|
+
/**
|
|
5352
|
+
* The reasons for the feed item set error
|
|
5353
|
+
*/
|
|
5354
|
+
feedItemSetError?: string | null;
|
|
5355
|
+
/**
|
|
5356
|
+
* The reasons for the feed item set link error
|
|
5357
|
+
*/
|
|
5358
|
+
feedItemSetLinkError?: string | null;
|
|
5359
|
+
/**
|
|
5360
|
+
* The reasons for the feed item target error
|
|
5361
|
+
*/
|
|
5362
|
+
feedItemTargetError?: string | null;
|
|
5363
|
+
/**
|
|
5364
|
+
* The reasons for the feed item validation error
|
|
5365
|
+
*/
|
|
5366
|
+
feedItemValidationError?: string | null;
|
|
5367
|
+
/**
|
|
5368
|
+
* The reasons for the feed mapping error
|
|
5369
|
+
*/
|
|
5370
|
+
feedMappingError?: string | null;
|
|
5371
|
+
/**
|
|
5372
|
+
* The reasons for the field error
|
|
5373
|
+
*/
|
|
5374
|
+
fieldError?: string | null;
|
|
5375
|
+
/**
|
|
5376
|
+
* An error with a field mask
|
|
5377
|
+
*/
|
|
5378
|
+
fieldMaskError?: string | null;
|
|
5379
|
+
/**
|
|
5380
|
+
* The reasons for the final url expansion asset view error
|
|
5381
|
+
*/
|
|
5382
|
+
finalUrlExpansionAssetViewError?: string | null;
|
|
5383
|
+
/**
|
|
5384
|
+
* The reasons for the function error
|
|
5385
|
+
*/
|
|
5386
|
+
functionError?: string | null;
|
|
5387
|
+
/**
|
|
5388
|
+
* The reasons for the function parsing error
|
|
5389
|
+
*/
|
|
5390
|
+
functionParsingError?: string | null;
|
|
5391
|
+
/**
|
|
5392
|
+
* The reasons for the geo target constant suggestion error.
|
|
5393
|
+
*/
|
|
5394
|
+
geoTargetConstantSuggestionError?: string | null;
|
|
5395
|
+
/**
|
|
5396
|
+
* The reasons for the goal error.
|
|
5397
|
+
*/
|
|
5398
|
+
goalError?: string | null;
|
|
5399
|
+
/**
|
|
5400
|
+
* The reasons for the header error.
|
|
5401
|
+
*/
|
|
5402
|
+
headerError?: string | null;
|
|
5403
|
+
/**
|
|
5404
|
+
* The reasons for an identity verification error.
|
|
5405
|
+
*/
|
|
5406
|
+
identityVerificationError?: string | null;
|
|
5407
|
+
/**
|
|
5408
|
+
* The reasons for the id error
|
|
5409
|
+
*/
|
|
5410
|
+
idError?: string | null;
|
|
5411
|
+
/**
|
|
5412
|
+
* The reasons for the image error
|
|
5413
|
+
*/
|
|
5414
|
+
imageError?: string | null;
|
|
5415
|
+
/**
|
|
5416
|
+
* The reasons for the incentive error
|
|
5417
|
+
*/
|
|
5418
|
+
incentiveError?: string | null;
|
|
5419
|
+
/**
|
|
5420
|
+
* An unexpected server-side error.
|
|
5421
|
+
*/
|
|
5422
|
+
internalError?: string | null;
|
|
5423
|
+
/**
|
|
5424
|
+
* The reasons for invalid parameter errors.
|
|
5425
|
+
*/
|
|
5426
|
+
invalidParameterError?: string | null;
|
|
5427
|
+
/**
|
|
5428
|
+
* The reasons for the invoice error
|
|
5429
|
+
*/
|
|
5430
|
+
invoiceError?: string | null;
|
|
5431
|
+
/**
|
|
5432
|
+
* The reason for keyword plan ad group error.
|
|
5433
|
+
*/
|
|
5434
|
+
keywordPlanAdGroupError?: string | null;
|
|
5435
|
+
/**
|
|
5436
|
+
* The reason for keyword plan ad group keyword error.
|
|
5437
|
+
*/
|
|
5438
|
+
keywordPlanAdGroupKeywordError?: string | null;
|
|
5439
|
+
/**
|
|
5440
|
+
* The reason for keyword plan campaign error.
|
|
5441
|
+
*/
|
|
5442
|
+
keywordPlanCampaignError?: string | null;
|
|
5443
|
+
/**
|
|
5444
|
+
* The reason for keyword plan campaign keyword error.
|
|
5445
|
+
*/
|
|
5446
|
+
keywordPlanCampaignKeywordError?: string | null;
|
|
5447
|
+
/**
|
|
5448
|
+
* The reason for keyword plan error.
|
|
5449
|
+
*/
|
|
5450
|
+
keywordPlanError?: string | null;
|
|
5451
|
+
/**
|
|
5452
|
+
* The reason for keyword idea error.
|
|
5453
|
+
*/
|
|
5454
|
+
keywordPlanIdeaError?: string | null;
|
|
5455
|
+
/**
|
|
5456
|
+
* The reason for the label error.
|
|
5457
|
+
*/
|
|
5458
|
+
labelError?: string | null;
|
|
5459
|
+
/**
|
|
5460
|
+
* The reasons for the language code error
|
|
5461
|
+
*/
|
|
5462
|
+
languageCodeError?: string | null;
|
|
5463
|
+
/**
|
|
5464
|
+
* An error with a list operation.
|
|
5465
|
+
*/
|
|
5466
|
+
listOperationError?: string | null;
|
|
5467
|
+
/**
|
|
5468
|
+
* The reasons for the manager link error
|
|
5469
|
+
*/
|
|
5470
|
+
managerLinkError?: string | null;
|
|
5471
|
+
/**
|
|
5472
|
+
* The reasons for the media bundle error
|
|
5473
|
+
*/
|
|
5474
|
+
mediaBundleError?: string | null;
|
|
5475
|
+
/**
|
|
5476
|
+
* The reasons for the media file error
|
|
5477
|
+
*/
|
|
5478
|
+
mediaFileError?: string | null;
|
|
5479
|
+
/**
|
|
5480
|
+
* The reasons for media uploading errors.
|
|
5481
|
+
*/
|
|
5482
|
+
mediaUploadError?: string | null;
|
|
5483
|
+
/**
|
|
5484
|
+
* Container for enum describing possible merchant center errors.
|
|
5485
|
+
*/
|
|
5486
|
+
merchantCenterError?: string | null;
|
|
5487
|
+
/**
|
|
5488
|
+
* The reasons for the multiplier error
|
|
5489
|
+
*/
|
|
5490
|
+
multiplierError?: string | null;
|
|
5491
|
+
/**
|
|
5492
|
+
* An error with a mutate
|
|
5493
|
+
*/
|
|
5494
|
+
mutateError?: string | null;
|
|
5495
|
+
/**
|
|
5496
|
+
* The reasons for the new resource creation error
|
|
5497
|
+
*/
|
|
5498
|
+
newResourceCreationError?: string | null;
|
|
5499
|
+
/**
|
|
5500
|
+
* The reasons for the not allowlisted error
|
|
5501
|
+
*/
|
|
5502
|
+
notAllowlistedError?: string | null;
|
|
5503
|
+
/**
|
|
5504
|
+
* The reasons for the not empty error
|
|
5505
|
+
*/
|
|
5506
|
+
notEmptyError?: string | null;
|
|
5507
|
+
/**
|
|
5508
|
+
* The reasons for the null error
|
|
5509
|
+
*/
|
|
5510
|
+
nullError?: string | null;
|
|
5511
|
+
/**
|
|
5512
|
+
* The reasons for the offline user data job error.
|
|
5513
|
+
*/
|
|
5514
|
+
offlineUserDataJobError?: string | null;
|
|
5515
|
+
/**
|
|
5516
|
+
* The reasons for the operation access denied error
|
|
5517
|
+
*/
|
|
5518
|
+
operationAccessDeniedError?: string | null;
|
|
5519
|
+
/**
|
|
5520
|
+
* The reasons for the operator error
|
|
5521
|
+
*/
|
|
5522
|
+
operatorError?: string | null;
|
|
5523
|
+
/**
|
|
5524
|
+
* The reasons for the mutate job error
|
|
5525
|
+
*/
|
|
5526
|
+
partialFailureError?: string | null;
|
|
5527
|
+
/**
|
|
5528
|
+
* The reasons for errors in payments accounts service
|
|
5529
|
+
*/
|
|
5530
|
+
paymentsAccountError?: string | null;
|
|
5531
|
+
/**
|
|
5532
|
+
* The reasons for the policy finding error.
|
|
5533
|
+
*/
|
|
5534
|
+
policyFindingError?: string | null;
|
|
5535
|
+
/**
|
|
5536
|
+
* The reasons for the policy validation parameter error
|
|
5537
|
+
*/
|
|
5538
|
+
policyValidationParameterError?: string | null;
|
|
5539
|
+
/**
|
|
5540
|
+
* The reasons for the policy violation error
|
|
5541
|
+
*/
|
|
5542
|
+
policyViolationError?: string | null;
|
|
5543
|
+
/**
|
|
5544
|
+
* The reasons for the product link error
|
|
5545
|
+
*/
|
|
5546
|
+
productLinkError?: string | null;
|
|
5547
|
+
/**
|
|
5548
|
+
* The reasons for the product link invitation error
|
|
5549
|
+
*/
|
|
5550
|
+
productLinkInvitationError?: string | null;
|
|
5551
|
+
/**
|
|
5552
|
+
* An error with the query
|
|
5553
|
+
*/
|
|
5554
|
+
queryError?: string | null;
|
|
5555
|
+
/**
|
|
5556
|
+
* An error with the amount of quota remaining.
|
|
5557
|
+
*/
|
|
5558
|
+
quotaError?: string | null;
|
|
5559
|
+
/**
|
|
5560
|
+
* The reasons for the range error
|
|
5561
|
+
*/
|
|
5562
|
+
rangeError?: string | null;
|
|
5563
|
+
/**
|
|
5564
|
+
* The reasons for the reach plan error
|
|
5565
|
+
*/
|
|
5566
|
+
reachPlanError?: string | null;
|
|
5567
|
+
/**
|
|
5568
|
+
* The reasons for error in applying a recommendation
|
|
5569
|
+
*/
|
|
5570
|
+
recommendationError?: string | null;
|
|
5571
|
+
/**
|
|
5572
|
+
* The reasons for the recommendation subscription error.
|
|
5573
|
+
*/
|
|
5574
|
+
recommendationSubscriptionError?: string | null;
|
|
5575
|
+
/**
|
|
5576
|
+
* The reasons for the region code error
|
|
5577
|
+
*/
|
|
5578
|
+
regionCodeError?: string | null;
|
|
5579
|
+
/**
|
|
5580
|
+
* An error caused by the request
|
|
5581
|
+
*/
|
|
5582
|
+
requestError?: string | null;
|
|
5583
|
+
/**
|
|
5584
|
+
* The reasons for the resource access denied error
|
|
5585
|
+
*/
|
|
5586
|
+
resourceAccessDeniedError?: string | null;
|
|
5587
|
+
/**
|
|
5588
|
+
* The reasons for the resource count limit exceeded error
|
|
5589
|
+
*/
|
|
5590
|
+
resourceCountLimitExceededError?: string | null;
|
|
5591
|
+
/**
|
|
5592
|
+
* The reasons for the Search term insight error
|
|
5593
|
+
*/
|
|
5594
|
+
searchTermInsightError?: string | null;
|
|
5595
|
+
/**
|
|
5596
|
+
* The reasons for the setting error
|
|
5597
|
+
*/
|
|
5598
|
+
settingError?: string | null;
|
|
5599
|
+
/**
|
|
5600
|
+
* The reasons for the shareable preview error.
|
|
5601
|
+
*/
|
|
5602
|
+
shareablePreviewError?: string | null;
|
|
5603
|
+
/**
|
|
5604
|
+
* The reasons for the shared criterion error
|
|
5605
|
+
*/
|
|
5606
|
+
sharedCriterionError?: string | null;
|
|
5607
|
+
/**
|
|
5608
|
+
* The reasons for the shared set error
|
|
5609
|
+
*/
|
|
5610
|
+
sharedSetError?: string | null;
|
|
5611
|
+
/**
|
|
5612
|
+
* The reasons for error in querying shopping product.
|
|
5613
|
+
*/
|
|
5614
|
+
shoppingProductError?: string | null;
|
|
5615
|
+
/**
|
|
5616
|
+
* The reasons for the size limit error
|
|
5617
|
+
*/
|
|
5618
|
+
sizeLimitError?: string | null;
|
|
5619
|
+
/**
|
|
5620
|
+
* The reasons for the Smart campaign error
|
|
5621
|
+
*/
|
|
5622
|
+
smartCampaignError?: string | null;
|
|
5623
|
+
/**
|
|
5624
|
+
* The reasons for the string format error
|
|
5625
|
+
*/
|
|
5626
|
+
stringFormatError?: string | null;
|
|
5627
|
+
/**
|
|
5628
|
+
* The reasons for the string length error
|
|
5629
|
+
*/
|
|
5630
|
+
stringLengthError?: string | null;
|
|
5631
|
+
/**
|
|
5632
|
+
* The reasons for the third party app analytics link mutate error
|
|
5633
|
+
*/
|
|
5634
|
+
thirdPartyAppAnalyticsLinkError?: string | null;
|
|
5635
|
+
/**
|
|
5636
|
+
* The reasons for the time zone error
|
|
5637
|
+
*/
|
|
5638
|
+
timeZoneError?: string | null;
|
|
5639
|
+
/**
|
|
5640
|
+
* An error with a URL field mutate.
|
|
5641
|
+
*/
|
|
5642
|
+
urlFieldError?: string | null;
|
|
5643
|
+
/**
|
|
5644
|
+
* The reasons for the user data error.
|
|
5645
|
+
*/
|
|
5646
|
+
userDataError?: string | null;
|
|
5647
|
+
/**
|
|
5648
|
+
* The reasons for a user list customer type error.
|
|
5649
|
+
*/
|
|
5650
|
+
userListCustomerTypeError?: string | null;
|
|
5651
|
+
/**
|
|
5652
|
+
* The reasons for the user list error
|
|
5653
|
+
*/
|
|
5654
|
+
userListError?: string | null;
|
|
5655
|
+
/**
|
|
5656
|
+
* An error with a Video Campaign mutate.
|
|
5657
|
+
*/
|
|
5658
|
+
videoCampaignError?: string | null;
|
|
5659
|
+
/**
|
|
5660
|
+
* The reasons for YouTube video registration errors.
|
|
5661
|
+
*/
|
|
5662
|
+
youtubeVideoRegistrationError?: string | null;
|
|
5663
|
+
}
|
|
5664
|
+
/**
|
|
5665
|
+
* Additional error details.
|
|
5666
|
+
*/
|
|
5667
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__ErrorDetails {
|
|
5668
|
+
/**
|
|
5669
|
+
* Details for a budget below per-day minimum error.
|
|
5670
|
+
*/
|
|
5671
|
+
budgetPerDayMinimumErrorDetails?: Schema$GoogleAdsSearchads360V23Errors__BudgetPerDayMinimumErrorDetails;
|
|
5672
|
+
/**
|
|
5673
|
+
* Describes policy violation findings.
|
|
5674
|
+
*/
|
|
5675
|
+
policyFindingDetails?: Schema$GoogleAdsSearchads360V23Errors__PolicyFindingDetails;
|
|
5676
|
+
/**
|
|
5677
|
+
* Describes an ad policy violation.
|
|
5678
|
+
*/
|
|
5679
|
+
policyViolationDetails?: Schema$GoogleAdsSearchads360V23Errors__PolicyViolationDetails;
|
|
5680
|
+
/**
|
|
5681
|
+
* Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.
|
|
5682
|
+
*/
|
|
5683
|
+
quotaErrorDetails?: Schema$GoogleAdsSearchads360V23Errors__QuotaErrorDetails;
|
|
5684
|
+
/**
|
|
5685
|
+
* Details for a resource count limit exceeded error.
|
|
5686
|
+
*/
|
|
5687
|
+
resourceCountDetails?: Schema$GoogleAdsSearchads360V23Errors__ResourceCountDetails;
|
|
5688
|
+
/**
|
|
5689
|
+
* The error code that should have been returned, but wasn't. This is used when the error code is not published in the client specified version.
|
|
5690
|
+
*/
|
|
5691
|
+
unpublishedErrorCode?: string | null;
|
|
5692
|
+
}
|
|
5693
|
+
/**
|
|
5694
|
+
* Describes the part of the request proto that caused the error.
|
|
5695
|
+
*/
|
|
5696
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__ErrorLocation {
|
|
5697
|
+
/**
|
|
5698
|
+
* A field path that indicates which field was invalid in the request.
|
|
5699
|
+
*/
|
|
5700
|
+
fieldPathElements?: Schema$GoogleAdsSearchads360V23Errors_ErrorLocation_FieldPathElement[];
|
|
5701
|
+
}
|
|
5702
|
+
/**
|
|
5703
|
+
* Error returned as part of a mutate response. This error indicates one or more policy findings in the fields of a resource.
|
|
5704
|
+
*/
|
|
5705
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__PolicyFindingDetails {
|
|
5706
|
+
/**
|
|
5707
|
+
* The list of policy topics for the resource. Contains the PROHIBITED or FULLY_LIMITED policy topic entries that prevented the resource from being saved (among any other entries the resource may also have).
|
|
5708
|
+
*/
|
|
5709
|
+
policyTopicEntries?: Schema$GoogleAdsSearchads360V23Common__PolicyTopicEntry[];
|
|
5710
|
+
}
|
|
5711
|
+
/**
|
|
5712
|
+
* Error returned as part of a mutate response. This error indicates single policy violation by some text in one of the fields.
|
|
5713
|
+
*/
|
|
5714
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__PolicyViolationDetails {
|
|
5715
|
+
/**
|
|
5716
|
+
* Human readable description of policy violation.
|
|
5717
|
+
*/
|
|
5718
|
+
externalPolicyDescription?: string | null;
|
|
5719
|
+
/**
|
|
5720
|
+
* Human readable name of the policy.
|
|
5721
|
+
*/
|
|
5722
|
+
externalPolicyName?: string | null;
|
|
5723
|
+
/**
|
|
5724
|
+
* Whether user can file an exemption request for this violation.
|
|
5725
|
+
*/
|
|
5726
|
+
isExemptible?: boolean | null;
|
|
5727
|
+
/**
|
|
5728
|
+
* Unique identifier for this violation. If policy is exemptible, this key may be used to request exemption.
|
|
5729
|
+
*/
|
|
5730
|
+
key?: Schema$GoogleAdsSearchads360V23Common__PolicyViolationKey;
|
|
5731
|
+
}
|
|
5732
|
+
/**
|
|
5733
|
+
* Additional quota error details when there is QuotaError.
|
|
5734
|
+
*/
|
|
5735
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__QuotaErrorDetails {
|
|
5736
|
+
/**
|
|
5737
|
+
* The high level description of the quota bucket. Examples are "Get requests for standard access" or "Requests per account".
|
|
5738
|
+
*/
|
|
5739
|
+
rateName?: string | null;
|
|
5740
|
+
/**
|
|
5741
|
+
* The rate scope of the quota limit.
|
|
5742
|
+
*/
|
|
5743
|
+
rateScope?: string | null;
|
|
5744
|
+
/**
|
|
5745
|
+
* Backoff period that customers should wait before sending next request.
|
|
5746
|
+
*/
|
|
5747
|
+
retryDelay?: string | null;
|
|
5748
|
+
}
|
|
5749
|
+
/**
|
|
5750
|
+
* Error details returned when an resource count limit was exceeded.
|
|
5751
|
+
*/
|
|
5752
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__ResourceCountDetails {
|
|
5753
|
+
/**
|
|
5754
|
+
* The ID of the resource whose limit was exceeded. External customer ID if the limit is for a customer.
|
|
5755
|
+
*/
|
|
5756
|
+
enclosingId?: string | null;
|
|
5757
|
+
/**
|
|
5758
|
+
* The name of the resource ( etc.) whose limit was exceeded.
|
|
5759
|
+
*/
|
|
5760
|
+
enclosingResource?: string | null;
|
|
5761
|
+
/**
|
|
5762
|
+
* The count of existing entities.
|
|
5763
|
+
*/
|
|
5764
|
+
existingCount?: number | null;
|
|
5765
|
+
/**
|
|
5766
|
+
* The limit which was exceeded.
|
|
5767
|
+
*/
|
|
5768
|
+
limit?: number | null;
|
|
5769
|
+
/**
|
|
5770
|
+
* The resource limit type which was exceeded.
|
|
5771
|
+
*/
|
|
5772
|
+
limitType?: string | null;
|
|
5773
|
+
}
|
|
5774
|
+
/**
|
|
5775
|
+
* Search Ads 360-specific error.
|
|
5776
|
+
*/
|
|
5777
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__SearchAds360Error {
|
|
5778
|
+
/**
|
|
5779
|
+
* Additional error details, which are returned by certain error codes. Most error codes do not include details.
|
|
5780
|
+
*/
|
|
5781
|
+
details?: Schema$GoogleAdsSearchads360V23Errors__ErrorDetails;
|
|
5782
|
+
/**
|
|
5783
|
+
* An enum value that indicates which error occurred.
|
|
5784
|
+
*/
|
|
5785
|
+
errorCode?: Schema$GoogleAdsSearchads360V23Errors__ErrorCode;
|
|
5786
|
+
/**
|
|
5787
|
+
* Describes the part of the request proto that caused the error.
|
|
5788
|
+
*/
|
|
5789
|
+
location?: Schema$GoogleAdsSearchads360V23Errors__ErrorLocation;
|
|
5790
|
+
/**
|
|
5791
|
+
* A human-readable description of the error.
|
|
5792
|
+
*/
|
|
5793
|
+
message?: string | null;
|
|
5794
|
+
/**
|
|
5795
|
+
* The value that triggered the error.
|
|
5796
|
+
*/
|
|
5797
|
+
trigger?: Schema$GoogleAdsSearchads360V23Common__Value;
|
|
5798
|
+
}
|
|
5799
|
+
/**
|
|
5800
|
+
* Describes how a Search Ads 360 API call failed. It's returned inside google.rpc.Status.details when a call fails.
|
|
5801
|
+
*/
|
|
5802
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__SearchAds360Failure {
|
|
5803
|
+
/**
|
|
5804
|
+
* The list of errors that occurred.
|
|
5805
|
+
*/
|
|
5806
|
+
errors?: Schema$GoogleAdsSearchads360V23Errors__SearchAds360Error[];
|
|
5807
|
+
/**
|
|
5808
|
+
* The unique ID of the request that is used for debugging purposes.
|
|
5809
|
+
*/
|
|
5810
|
+
requestId?: string | null;
|
|
5811
|
+
}
|
|
5812
|
+
/**
|
|
5813
|
+
* Additional information about the batch job. This message is also used as metadata returned in batch job Long Running Operations.
|
|
5814
|
+
*/
|
|
5815
|
+
export interface Schema$GoogleAdsSearchads360V23Resources_BatchJob_BatchJobMetadata {
|
|
5816
|
+
/**
|
|
5817
|
+
* Output only. The time when this batch job was completed. Formatted as yyyy-MM-dd HH:mm:ss. Example: "2018-03-05 09:16:00"
|
|
5818
|
+
*/
|
|
5819
|
+
completionDateTime?: string | null;
|
|
5820
|
+
/**
|
|
5821
|
+
* Output only. The time when this batch job was created. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:00"
|
|
5822
|
+
*/
|
|
5823
|
+
creationDateTime?: string | null;
|
|
5824
|
+
/**
|
|
5825
|
+
* Output only. The fraction (between 0.0 and 1.0) of mutates that have been processed. This is empty if the job hasn't started running yet.
|
|
5826
|
+
*/
|
|
5827
|
+
estimatedCompletionRatio?: number | null;
|
|
5828
|
+
/**
|
|
5829
|
+
* Output only. The number of mutate operations executed by the batch job. Present only if the job has started running.
|
|
5830
|
+
*/
|
|
5831
|
+
executedOperationCount?: string | null;
|
|
5832
|
+
/**
|
|
5833
|
+
* Immutable. The approximate upper bound for how long a batch job can be executed, in seconds. If the job runs more than the given upper bound, the job will be canceled.
|
|
5834
|
+
*/
|
|
5835
|
+
executionLimitSeconds?: number | null;
|
|
5836
|
+
/**
|
|
5837
|
+
* Output only. The number of mutate operations in the batch job.
|
|
5838
|
+
*/
|
|
5839
|
+
operationCount?: string | null;
|
|
5840
|
+
/**
|
|
5841
|
+
* Output only. The time when this batch job started running. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:30"
|
|
5842
|
+
*/
|
|
5843
|
+
startDateTime?: string | null;
|
|
5844
|
+
}
|
|
5845
|
+
/**
|
|
5846
|
+
* Metadata of offline user data job.
|
|
5847
|
+
*/
|
|
5848
|
+
export interface Schema$GoogleAdsSearchads360V23Resources__OfflineUserDataJobMetadata {
|
|
5849
|
+
/**
|
|
5850
|
+
* Output only. Match rate of the Customer Match user list upload. Describes the estimated match rate when the status of the job is "RUNNING" and final match rate when the final match rate is available after the status of the job is "SUCCESS/FAILED".
|
|
5851
|
+
*/
|
|
5852
|
+
matchRateRange?: string | null;
|
|
5853
|
+
}
|
|
5854
|
+
/**
|
|
5855
|
+
* The metadata of the promoted experiment.
|
|
5856
|
+
*/
|
|
5857
|
+
export interface Schema$GoogleAdsSearchads360V23Services__PromoteExperimentMetadata {
|
|
5858
|
+
/**
|
|
5859
|
+
* Required. The promoted experiment.
|
|
5860
|
+
*/
|
|
5861
|
+
experiment?: string | null;
|
|
5862
|
+
}
|
|
5863
|
+
/**
|
|
5864
|
+
* The metadata of the scheduled experiment.
|
|
5865
|
+
*/
|
|
5866
|
+
export interface Schema$GoogleAdsSearchads360V23Services__ScheduleExperimentMetadata {
|
|
5867
|
+
/**
|
|
5868
|
+
* Required. The scheduled experiment.
|
|
5869
|
+
*/
|
|
5870
|
+
experiment?: string | null;
|
|
5871
|
+
}
|
|
4708
5872
|
export class Resource$Customers {
|
|
4709
5873
|
context: APIRequestContext;
|
|
4710
5874
|
customColumns: Resource$Customers$Customcolumns;
|
|
@@ -4919,7 +6083,7 @@ export declare namespace searchads360_v0 {
|
|
|
4919
6083
|
context: APIRequestContext;
|
|
4920
6084
|
constructor(context: APIRequestContext);
|
|
4921
6085
|
/**
|
|
4922
|
-
* Returns all rows that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
|
|
6086
|
+
* Returns all rows that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ChangeEventError]() [ChangeStatusError]() [ClickViewError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
|
|
4923
6087
|
* @example
|
|
4924
6088
|
* ```js
|
|
4925
6089
|
* // Before running the sample:
|