@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/v0.ts
CHANGED
|
@@ -458,11 +458,11 @@ export namespace searchads360_v0 {
|
|
|
458
458
|
*/
|
|
459
459
|
allConversionsByConversionDate?: number | null;
|
|
460
460
|
/**
|
|
461
|
-
* The number of times people clicked the "Call" button to call a
|
|
461
|
+
* 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.
|
|
462
462
|
*/
|
|
463
463
|
allConversionsFromClickToCall?: number | null;
|
|
464
464
|
/**
|
|
465
|
-
* The number of times people clicked a "Get directions" button to navigate to a
|
|
465
|
+
* 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.
|
|
466
466
|
*/
|
|
467
467
|
allConversionsFromDirections?: number | null;
|
|
468
468
|
/**
|
|
@@ -474,23 +474,23 @@ export namespace searchads360_v0 {
|
|
|
474
474
|
*/
|
|
475
475
|
allConversionsFromInteractionsValuePerInteraction?: number | null;
|
|
476
476
|
/**
|
|
477
|
-
* The number of times people clicked a link to view a
|
|
477
|
+
* 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.
|
|
478
478
|
*/
|
|
479
479
|
allConversionsFromMenu?: number | null;
|
|
480
480
|
/**
|
|
481
|
-
* The number of times people placed an order at a
|
|
481
|
+
* The number of times people placed an order at a business after clicking an ad. This metric applies to feed items only.
|
|
482
482
|
*/
|
|
483
483
|
allConversionsFromOrder?: number | null;
|
|
484
484
|
/**
|
|
485
|
-
* The number of other conversions (for example, posting a review or saving a location for a
|
|
485
|
+
* 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.
|
|
486
486
|
*/
|
|
487
487
|
allConversionsFromOtherEngagement?: number | null;
|
|
488
488
|
/**
|
|
489
|
-
* Estimated number of times people visited a
|
|
489
|
+
* Estimated number of times people visited a business after clicking an ad. This metric applies to feed items only.
|
|
490
490
|
*/
|
|
491
491
|
allConversionsFromStoreVisit?: number | null;
|
|
492
492
|
/**
|
|
493
|
-
* The number of times that people were taken to a
|
|
493
|
+
* The number of times that people were taken to a business's URL after clicking an ad. This metric applies to feed items only.
|
|
494
494
|
*/
|
|
495
495
|
allConversionsFromStoreWebsite?: number | null;
|
|
496
496
|
/**
|
|
@@ -997,6 +997,10 @@ export namespace searchads360_v0 {
|
|
|
997
997
|
* Segment only fields.
|
|
998
998
|
*/
|
|
999
999
|
export interface Schema$GoogleAdsSearchads360V0Common__Segments {
|
|
1000
|
+
/**
|
|
1001
|
+
* Ad Format type.
|
|
1002
|
+
*/
|
|
1003
|
+
adFormatType?: string | null;
|
|
1000
1004
|
/**
|
|
1001
1005
|
* Ad network type.
|
|
1002
1006
|
*/
|
|
@@ -1045,6 +1049,10 @@ export namespace searchads360_v0 {
|
|
|
1045
1049
|
* Resource name of the geo target constant that represents a metro.
|
|
1046
1050
|
*/
|
|
1047
1051
|
geoTargetMetro?: string | null;
|
|
1052
|
+
/**
|
|
1053
|
+
* Resource name of the geo target constant that represents a postal code.
|
|
1054
|
+
*/
|
|
1055
|
+
geoTargetPostalCode?: string | null;
|
|
1048
1056
|
/**
|
|
1049
1057
|
* Resource name of the geo target constant that represents a region.
|
|
1050
1058
|
*/
|
|
@@ -1241,6 +1249,42 @@ export namespace searchads360_v0 {
|
|
|
1241
1249
|
* The raw event conversion dimensions.
|
|
1242
1250
|
*/
|
|
1243
1251
|
rawEventConversionDimensions?: Schema$GoogleAdsSearchads360V0Common__Value[];
|
|
1252
|
+
/**
|
|
1253
|
+
* The display names of participants in an event listing, like performers, speakers, or teams.
|
|
1254
|
+
*/
|
|
1255
|
+
verticalAdsEventParticipantDisplayNames?: string | null;
|
|
1256
|
+
/**
|
|
1257
|
+
* The class of the hotel. Generally in the range of 1 to 5 stars, but fully customizable in the hotel feed.
|
|
1258
|
+
*/
|
|
1259
|
+
verticalAdsHotelClass?: string | null;
|
|
1260
|
+
/**
|
|
1261
|
+
* The listing associated with a listing impression, click or conversion.
|
|
1262
|
+
*/
|
|
1263
|
+
verticalAdsListing?: string | null;
|
|
1264
|
+
/**
|
|
1265
|
+
* 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.
|
|
1266
|
+
*/
|
|
1267
|
+
verticalAdsListingBrand?: string | null;
|
|
1268
|
+
/**
|
|
1269
|
+
* The city where the vertical ads listing is located.
|
|
1270
|
+
*/
|
|
1271
|
+
verticalAdsListingCity?: string | null;
|
|
1272
|
+
/**
|
|
1273
|
+
* The country where the vertical ads listing is located.
|
|
1274
|
+
*/
|
|
1275
|
+
verticalAdsListingCountry?: string | null;
|
|
1276
|
+
/**
|
|
1277
|
+
* The region where the vertical ads listing is located.
|
|
1278
|
+
*/
|
|
1279
|
+
verticalAdsListingRegion?: string | null;
|
|
1280
|
+
/**
|
|
1281
|
+
* A specific partner account within a Partner Center (for example, Hotel Center) that supplies inventory feed data for Vertical Ads.
|
|
1282
|
+
*/
|
|
1283
|
+
verticalAdsPartnerAccount?: string | null;
|
|
1284
|
+
/**
|
|
1285
|
+
* Type of vertical ad, such as Vacation Rentals, Car Rentals, or Events, used to categorize and segment data in the context of Vertical Ads.
|
|
1286
|
+
*/
|
|
1287
|
+
verticalAdsVertical?: string | null;
|
|
1244
1288
|
/**
|
|
1245
1289
|
* Week as defined as Monday through Sunday, and represented by the date of Monday. Formatted as yyyy-MM-dd.
|
|
1246
1290
|
*/
|
|
@@ -1875,11 +1919,11 @@ export namespace searchads360_v0 {
|
|
|
1875
1919
|
*/
|
|
1876
1920
|
targetGoogleSearch?: boolean | null;
|
|
1877
1921
|
/**
|
|
1878
|
-
* Whether ads will be served on the
|
|
1922
|
+
* 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.
|
|
1879
1923
|
*/
|
|
1880
1924
|
targetPartnerSearchNetwork?: boolean | null;
|
|
1881
1925
|
/**
|
|
1882
|
-
* Whether ads will be served on
|
|
1926
|
+
* Whether ads will be served on sites in the Google Search Partners Network (requires `target_google_search` to also be `true`).
|
|
1883
1927
|
*/
|
|
1884
1928
|
targetSearchNetwork?: boolean | null;
|
|
1885
1929
|
}
|
|
@@ -1914,7 +1958,7 @@ export namespace searchads360_v0 {
|
|
|
1914
1958
|
*/
|
|
1915
1959
|
enableLocal?: boolean | null;
|
|
1916
1960
|
/**
|
|
1917
|
-
* Feed label of products to include in the campaign.
|
|
1961
|
+
* 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.
|
|
1918
1962
|
*/
|
|
1919
1963
|
feedLabel?: string | null;
|
|
1920
1964
|
/**
|
|
@@ -2201,7 +2245,7 @@ export namespace searchads360_v0 {
|
|
|
2201
2245
|
*/
|
|
2202
2246
|
adRotationMode?: string | null;
|
|
2203
2247
|
/**
|
|
2204
|
-
* The maximum CPC (cost-per-click) bid.
|
|
2248
|
+
* 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.
|
|
2205
2249
|
*/
|
|
2206
2250
|
cpcBidMicros?: string | null;
|
|
2207
2251
|
/**
|
|
@@ -2412,7 +2456,7 @@ export namespace searchads360_v0 {
|
|
|
2412
2456
|
*/
|
|
2413
2457
|
export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupBidModifier {
|
|
2414
2458
|
/**
|
|
2415
|
-
* The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0.
|
|
2459
|
+
* 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.
|
|
2416
2460
|
*/
|
|
2417
2461
|
bidModifier?: number | null;
|
|
2418
2462
|
/**
|
|
@@ -3258,7 +3302,7 @@ export namespace searchads360_v0 {
|
|
|
3258
3302
|
*/
|
|
3259
3303
|
export interface Schema$GoogleAdsSearchads360V0Resources__CampaignBudget {
|
|
3260
3304
|
/**
|
|
3261
|
-
* The amount
|
|
3305
|
+
* 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.
|
|
3262
3306
|
*/
|
|
3263
3307
|
amountMicros?: string | null;
|
|
3264
3308
|
/**
|
|
@@ -3390,7 +3434,7 @@ export namespace searchads360_v0 {
|
|
|
3390
3434
|
resourceName?: string | null;
|
|
3391
3435
|
}
|
|
3392
3436
|
/**
|
|
3393
|
-
* Cart data sales view.
|
|
3437
|
+
* 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.
|
|
3394
3438
|
*/
|
|
3395
3439
|
export interface Schema$GoogleAdsSearchads360V0Resources__CartDataSalesView {
|
|
3396
3440
|
/**
|
|
@@ -4202,7 +4246,7 @@ export namespace searchads360_v0 {
|
|
|
4202
4246
|
typeUrl?: string | null;
|
|
4203
4247
|
}
|
|
4204
4248
|
/**
|
|
4205
|
-
* 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
|
|
4249
|
+
* 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`.
|
|
4206
4250
|
*/
|
|
4207
4251
|
export interface Schema$GoogleAdsSearchads360V0Resources__ShoppingPerformanceView {
|
|
4208
4252
|
/**
|
|
@@ -4211,7 +4255,7 @@ export namespace searchads360_v0 {
|
|
|
4211
4255
|
resourceName?: string | null;
|
|
4212
4256
|
}
|
|
4213
4257
|
/**
|
|
4214
|
-
* A user list. This is a list of users a customer may target.
|
|
4258
|
+
* 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`.
|
|
4215
4259
|
*/
|
|
4216
4260
|
export interface Schema$GoogleAdsSearchads360V0Resources__UserList {
|
|
4217
4261
|
/**
|
|
@@ -4219,7 +4263,7 @@ export namespace searchads360_v0 {
|
|
|
4219
4263
|
*/
|
|
4220
4264
|
id?: string | null;
|
|
4221
4265
|
/**
|
|
4222
|
-
* Name of this user list.
|
|
4266
|
+
* 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`.
|
|
4223
4267
|
*/
|
|
4224
4268
|
name?: string | null;
|
|
4225
4269
|
/**
|
|
@@ -4754,6 +4798,1125 @@ export namespace searchads360_v0 {
|
|
|
4754
4798
|
*/
|
|
4755
4799
|
totalResultsCount?: string | null;
|
|
4756
4800
|
}
|
|
4801
|
+
/**
|
|
4802
|
+
* Indicates that a resource's ability to serve in a particular country is constrained.
|
|
4803
|
+
*/
|
|
4804
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraint {
|
|
4805
|
+
/**
|
|
4806
|
+
* Geo target constant resource name of the country in which serving is constrained.
|
|
4807
|
+
*/
|
|
4808
|
+
countryCriterion?: string | null;
|
|
4809
|
+
}
|
|
4810
|
+
/**
|
|
4811
|
+
* A list of countries where a resource's serving is constrained.
|
|
4812
|
+
*/
|
|
4813
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraintList {
|
|
4814
|
+
/**
|
|
4815
|
+
* Countries in which serving is restricted.
|
|
4816
|
+
*/
|
|
4817
|
+
countries?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraint[];
|
|
4818
|
+
/**
|
|
4819
|
+
* Total number of countries targeted by the resource.
|
|
4820
|
+
*/
|
|
4821
|
+
totalTargetedCountries?: number | null;
|
|
4822
|
+
}
|
|
4823
|
+
/**
|
|
4824
|
+
* Indicates that a policy topic was constrained due to disapproval of the website for reseller purposes.
|
|
4825
|
+
*/
|
|
4826
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_ResellerConstraint {}
|
|
4827
|
+
/**
|
|
4828
|
+
* Evidence of mismatches between the URLs of a resource.
|
|
4829
|
+
*/
|
|
4830
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationMismatch {
|
|
4831
|
+
/**
|
|
4832
|
+
* The set of URLs that did not match each other.
|
|
4833
|
+
*/
|
|
4834
|
+
urlTypes?: string[] | null;
|
|
4835
|
+
}
|
|
4836
|
+
/**
|
|
4837
|
+
* Evidence details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.
|
|
4838
|
+
*/
|
|
4839
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationNotWorking {
|
|
4840
|
+
/**
|
|
4841
|
+
* The type of device that failed to load the URL.
|
|
4842
|
+
*/
|
|
4843
|
+
device?: string | null;
|
|
4844
|
+
/**
|
|
4845
|
+
* The type of DNS error.
|
|
4846
|
+
*/
|
|
4847
|
+
dnsErrorType?: string | null;
|
|
4848
|
+
/**
|
|
4849
|
+
* The full URL that didn't work.
|
|
4850
|
+
*/
|
|
4851
|
+
expandedUrl?: string | null;
|
|
4852
|
+
/**
|
|
4853
|
+
* The HTTP error code.
|
|
4854
|
+
*/
|
|
4855
|
+
httpErrorCode?: string | null;
|
|
4856
|
+
/**
|
|
4857
|
+
* 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"
|
|
4858
|
+
*/
|
|
4859
|
+
lastCheckedDateTime?: string | null;
|
|
4860
|
+
}
|
|
4861
|
+
/**
|
|
4862
|
+
* A list of strings found in a destination page that caused a policy finding.
|
|
4863
|
+
*/
|
|
4864
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationTextList {
|
|
4865
|
+
/**
|
|
4866
|
+
* List of text found in the resource's destination page.
|
|
4867
|
+
*/
|
|
4868
|
+
destinationTexts?: string[] | null;
|
|
4869
|
+
}
|
|
4870
|
+
/**
|
|
4871
|
+
* A list of fragments of text that violated a policy.
|
|
4872
|
+
*/
|
|
4873
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_TextList {
|
|
4874
|
+
/**
|
|
4875
|
+
* The fragments of text from the resource that caused the policy finding.
|
|
4876
|
+
*/
|
|
4877
|
+
texts?: string[] | null;
|
|
4878
|
+
}
|
|
4879
|
+
/**
|
|
4880
|
+
* 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.
|
|
4881
|
+
*/
|
|
4882
|
+
export interface Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_WebsiteList {
|
|
4883
|
+
/**
|
|
4884
|
+
* Websites that caused the policy finding.
|
|
4885
|
+
*/
|
|
4886
|
+
websites?: string[] | null;
|
|
4887
|
+
}
|
|
4888
|
+
/**
|
|
4889
|
+
* Describes the effect on serving that a policy topic entry will have.
|
|
4890
|
+
*/
|
|
4891
|
+
export interface Schema$GoogleAdsSearchads360V23Common__PolicyTopicConstraint {
|
|
4892
|
+
/**
|
|
4893
|
+
* Countries where the resource's domain is not covered by the certificates associated with it.
|
|
4894
|
+
*/
|
|
4895
|
+
certificateDomainMismatchInCountryList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraintList;
|
|
4896
|
+
/**
|
|
4897
|
+
* Countries where a certificate is required for serving.
|
|
4898
|
+
*/
|
|
4899
|
+
certificateMissingInCountryList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraintList;
|
|
4900
|
+
/**
|
|
4901
|
+
* Countries where the resource cannot serve.
|
|
4902
|
+
*/
|
|
4903
|
+
countryConstraintList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_CountryConstraintList;
|
|
4904
|
+
/**
|
|
4905
|
+
* Reseller constraint.
|
|
4906
|
+
*/
|
|
4907
|
+
resellerConstraint?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicConstraint_ResellerConstraint;
|
|
4908
|
+
}
|
|
4909
|
+
/**
|
|
4910
|
+
* 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.
|
|
4911
|
+
*/
|
|
4912
|
+
export interface Schema$GoogleAdsSearchads360V23Common__PolicyTopicEntry {
|
|
4913
|
+
/**
|
|
4914
|
+
* Indicates how serving of this resource may be affected (for example, not serving in a country).
|
|
4915
|
+
*/
|
|
4916
|
+
constraints?: Schema$GoogleAdsSearchads360V23Common__PolicyTopicConstraint[];
|
|
4917
|
+
/**
|
|
4918
|
+
* Additional information that explains policy finding (for example, the brand name for a trademark finding).
|
|
4919
|
+
*/
|
|
4920
|
+
evidences?: Schema$GoogleAdsSearchads360V23Common__PolicyTopicEvidence[];
|
|
4921
|
+
/**
|
|
4922
|
+
* 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.
|
|
4923
|
+
*/
|
|
4924
|
+
topic?: string | null;
|
|
4925
|
+
/**
|
|
4926
|
+
* Describes the negative or positive effect this policy will have on serving.
|
|
4927
|
+
*/
|
|
4928
|
+
type?: string | null;
|
|
4929
|
+
}
|
|
4930
|
+
/**
|
|
4931
|
+
* Additional information that explains a policy finding.
|
|
4932
|
+
*/
|
|
4933
|
+
export interface Schema$GoogleAdsSearchads360V23Common__PolicyTopicEvidence {
|
|
4934
|
+
/**
|
|
4935
|
+
* Mismatch between the destinations of a resource's URLs.
|
|
4936
|
+
*/
|
|
4937
|
+
destinationMismatch?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationMismatch;
|
|
4938
|
+
/**
|
|
4939
|
+
* Details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.
|
|
4940
|
+
*/
|
|
4941
|
+
destinationNotWorking?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationNotWorking;
|
|
4942
|
+
/**
|
|
4943
|
+
* The text in the destination of the resource that is causing a policy finding.
|
|
4944
|
+
*/
|
|
4945
|
+
destinationTextList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_DestinationTextList;
|
|
4946
|
+
/**
|
|
4947
|
+
* The language the resource was detected to be written in. This is an IETF language tag such as "en-US".
|
|
4948
|
+
*/
|
|
4949
|
+
languageCode?: string | null;
|
|
4950
|
+
/**
|
|
4951
|
+
* List of evidence found in the text of a resource.
|
|
4952
|
+
*/
|
|
4953
|
+
textList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_TextList;
|
|
4954
|
+
/**
|
|
4955
|
+
* List of websites linked with this resource.
|
|
4956
|
+
*/
|
|
4957
|
+
websiteList?: Schema$GoogleAdsSearchads360V23Common_PolicyTopicEvidence_WebsiteList;
|
|
4958
|
+
}
|
|
4959
|
+
/**
|
|
4960
|
+
* Key of the violation. The key is used for referring to a violation when filing an exemption request.
|
|
4961
|
+
*/
|
|
4962
|
+
export interface Schema$GoogleAdsSearchads360V23Common__PolicyViolationKey {
|
|
4963
|
+
/**
|
|
4964
|
+
* Unique ID of the violated policy.
|
|
4965
|
+
*/
|
|
4966
|
+
policyName?: string | null;
|
|
4967
|
+
/**
|
|
4968
|
+
* 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.
|
|
4969
|
+
*/
|
|
4970
|
+
violatingText?: string | null;
|
|
4971
|
+
}
|
|
4972
|
+
/**
|
|
4973
|
+
* A generic data container.
|
|
4974
|
+
*/
|
|
4975
|
+
export interface Schema$GoogleAdsSearchads360V23Common__Value {
|
|
4976
|
+
/**
|
|
4977
|
+
* A boolean.
|
|
4978
|
+
*/
|
|
4979
|
+
booleanValue?: boolean | null;
|
|
4980
|
+
/**
|
|
4981
|
+
* A double.
|
|
4982
|
+
*/
|
|
4983
|
+
doubleValue?: number | null;
|
|
4984
|
+
/**
|
|
4985
|
+
* A float.
|
|
4986
|
+
*/
|
|
4987
|
+
floatValue?: number | null;
|
|
4988
|
+
/**
|
|
4989
|
+
* An int64.
|
|
4990
|
+
*/
|
|
4991
|
+
int64Value?: string | null;
|
|
4992
|
+
/**
|
|
4993
|
+
* A string.
|
|
4994
|
+
*/
|
|
4995
|
+
stringValue?: string | null;
|
|
4996
|
+
}
|
|
4997
|
+
/**
|
|
4998
|
+
* A part of a field path.
|
|
4999
|
+
*/
|
|
5000
|
+
export interface Schema$GoogleAdsSearchads360V23Errors_ErrorLocation_FieldPathElement {
|
|
5001
|
+
/**
|
|
5002
|
+
* The name of a field or a oneof
|
|
5003
|
+
*/
|
|
5004
|
+
fieldName?: string | null;
|
|
5005
|
+
/**
|
|
5006
|
+
* If field_name is a repeated field, this is the element that failed
|
|
5007
|
+
*/
|
|
5008
|
+
index?: number | null;
|
|
5009
|
+
}
|
|
5010
|
+
/**
|
|
5011
|
+
* Error details for a budget below per-day minimum error.
|
|
5012
|
+
*/
|
|
5013
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__BudgetPerDayMinimumErrorDetails {
|
|
5014
|
+
/**
|
|
5015
|
+
* The minimum budget required by the campaign per day, in micros of the advertiser currency. Applies to both daily and custom budgets.
|
|
5016
|
+
*/
|
|
5017
|
+
budgetPerDayMinimumMicros?: string | null;
|
|
5018
|
+
/**
|
|
5019
|
+
* The advertiser's currency, represented as a three-letter ISO 4217 currency code (such as "USD").
|
|
5020
|
+
*/
|
|
5021
|
+
currencyCode?: string | null;
|
|
5022
|
+
/**
|
|
5023
|
+
* 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.
|
|
5024
|
+
*/
|
|
5025
|
+
failedBudgetAmountMicros?: string | null;
|
|
5026
|
+
/**
|
|
5027
|
+
* 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.
|
|
5028
|
+
*/
|
|
5029
|
+
failedBudgetTotalAmountMicros?: string | null;
|
|
5030
|
+
/**
|
|
5031
|
+
* 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.
|
|
5032
|
+
*/
|
|
5033
|
+
minimumBudgetAmountMicros?: string | null;
|
|
5034
|
+
/**
|
|
5035
|
+
* 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.
|
|
5036
|
+
*/
|
|
5037
|
+
minimumBudgetTotalAmountMicros?: string | null;
|
|
5038
|
+
}
|
|
5039
|
+
/**
|
|
5040
|
+
* The error reason represented by type and enum.
|
|
5041
|
+
*/
|
|
5042
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__ErrorCode {
|
|
5043
|
+
/**
|
|
5044
|
+
* The reasons for the access invitation error
|
|
5045
|
+
*/
|
|
5046
|
+
accessInvitationError?: string | null;
|
|
5047
|
+
/**
|
|
5048
|
+
* The reasons for account budget proposal errors.
|
|
5049
|
+
*/
|
|
5050
|
+
accountBudgetProposalError?: string | null;
|
|
5051
|
+
/**
|
|
5052
|
+
* The reasons for the account link status change error
|
|
5053
|
+
*/
|
|
5054
|
+
accountLinkError?: string | null;
|
|
5055
|
+
/**
|
|
5056
|
+
* The reasons for the ad customizer error
|
|
5057
|
+
*/
|
|
5058
|
+
adCustomizerError?: string | null;
|
|
5059
|
+
/**
|
|
5060
|
+
* An error with an Ad Group Ad mutate.
|
|
5061
|
+
*/
|
|
5062
|
+
adError?: string | null;
|
|
5063
|
+
/**
|
|
5064
|
+
* The reasons for the ad group ad error
|
|
5065
|
+
*/
|
|
5066
|
+
adGroupAdError?: string | null;
|
|
5067
|
+
/**
|
|
5068
|
+
* The reasons for the ad group bid modifier error
|
|
5069
|
+
*/
|
|
5070
|
+
adGroupBidModifierError?: string | null;
|
|
5071
|
+
/**
|
|
5072
|
+
* The reasons for the ad group criterion customizer error.
|
|
5073
|
+
*/
|
|
5074
|
+
adGroupCriterionCustomizerError?: string | null;
|
|
5075
|
+
/**
|
|
5076
|
+
* Indicates failure to properly authenticate user.
|
|
5077
|
+
*/
|
|
5078
|
+
adGroupCriterionError?: string | null;
|
|
5079
|
+
/**
|
|
5080
|
+
* The reasons for the ad group customizer error.
|
|
5081
|
+
*/
|
|
5082
|
+
adGroupCustomizerError?: string | null;
|
|
5083
|
+
/**
|
|
5084
|
+
* An error with an Ad Group mutate.
|
|
5085
|
+
*/
|
|
5086
|
+
adGroupError?: string | null;
|
|
5087
|
+
/**
|
|
5088
|
+
* The reasons for the ad group feed error
|
|
5089
|
+
*/
|
|
5090
|
+
adGroupFeedError?: string | null;
|
|
5091
|
+
/**
|
|
5092
|
+
* The reasons for the ad parameter error
|
|
5093
|
+
*/
|
|
5094
|
+
adParameterError?: string | null;
|
|
5095
|
+
/**
|
|
5096
|
+
* The reasons for the ad sharing error
|
|
5097
|
+
*/
|
|
5098
|
+
adSharingError?: string | null;
|
|
5099
|
+
/**
|
|
5100
|
+
* The reasons for the adx error
|
|
5101
|
+
*/
|
|
5102
|
+
adxError?: string | null;
|
|
5103
|
+
/**
|
|
5104
|
+
* The reasons for the asset error
|
|
5105
|
+
*/
|
|
5106
|
+
assetError?: string | null;
|
|
5107
|
+
/**
|
|
5108
|
+
* The reasons for the GenAI asset generation error.
|
|
5109
|
+
*/
|
|
5110
|
+
assetGenerationError?: string | null;
|
|
5111
|
+
/**
|
|
5112
|
+
* The reasons for the asset group asset error
|
|
5113
|
+
*/
|
|
5114
|
+
assetGroupAssetError?: string | null;
|
|
5115
|
+
/**
|
|
5116
|
+
* The reasons for the asset group error
|
|
5117
|
+
*/
|
|
5118
|
+
assetGroupError?: string | null;
|
|
5119
|
+
/**
|
|
5120
|
+
* The reasons for the asset group listing group filter error
|
|
5121
|
+
*/
|
|
5122
|
+
assetGroupListingGroupFilterError?: string | null;
|
|
5123
|
+
/**
|
|
5124
|
+
* The reasons for the asset group hint error
|
|
5125
|
+
*/
|
|
5126
|
+
assetGroupSignalError?: string | null;
|
|
5127
|
+
/**
|
|
5128
|
+
* The reasons for the asset link error
|
|
5129
|
+
*/
|
|
5130
|
+
assetLinkError?: string | null;
|
|
5131
|
+
/**
|
|
5132
|
+
* The reasons for the asset set asset error
|
|
5133
|
+
*/
|
|
5134
|
+
assetSetAssetError?: string | null;
|
|
5135
|
+
/**
|
|
5136
|
+
* The reasons for the asset set error
|
|
5137
|
+
*/
|
|
5138
|
+
assetSetError?: string | null;
|
|
5139
|
+
/**
|
|
5140
|
+
* The reasons for the asset set link error
|
|
5141
|
+
*/
|
|
5142
|
+
assetSetLinkError?: string | null;
|
|
5143
|
+
/**
|
|
5144
|
+
* The reasons for the audience error
|
|
5145
|
+
*/
|
|
5146
|
+
audienceError?: string | null;
|
|
5147
|
+
/**
|
|
5148
|
+
* The reasons for the Audience Insights error
|
|
5149
|
+
*/
|
|
5150
|
+
audienceInsightsError?: string | null;
|
|
5151
|
+
/**
|
|
5152
|
+
* Indicates failure to properly authenticate user.
|
|
5153
|
+
*/
|
|
5154
|
+
authenticationError?: string | null;
|
|
5155
|
+
/**
|
|
5156
|
+
* An error encountered when trying to authorize a user.
|
|
5157
|
+
*/
|
|
5158
|
+
authorizationError?: string | null;
|
|
5159
|
+
/**
|
|
5160
|
+
* The reasons for error in automatically created asset removal action.
|
|
5161
|
+
*/
|
|
5162
|
+
automaticallyCreatedAssetRemovalError?: string | null;
|
|
5163
|
+
/**
|
|
5164
|
+
* The reasons for the batch job error
|
|
5165
|
+
*/
|
|
5166
|
+
batchJobError?: string | null;
|
|
5167
|
+
/**
|
|
5168
|
+
* The reasons for the Benchmarks error.
|
|
5169
|
+
*/
|
|
5170
|
+
benchmarksError?: string | null;
|
|
5171
|
+
/**
|
|
5172
|
+
* The reasons for the bidding errors
|
|
5173
|
+
*/
|
|
5174
|
+
biddingError?: string | null;
|
|
5175
|
+
/**
|
|
5176
|
+
* An error with a Bidding Strategy mutate.
|
|
5177
|
+
*/
|
|
5178
|
+
biddingStrategyError?: string | null;
|
|
5179
|
+
/**
|
|
5180
|
+
* The reasons for the billing setup error
|
|
5181
|
+
*/
|
|
5182
|
+
billingSetupError?: string | null;
|
|
5183
|
+
/**
|
|
5184
|
+
* The reasons for the brand guidelines migration error.
|
|
5185
|
+
*/
|
|
5186
|
+
brandGuidelinesMigrationError?: string | null;
|
|
5187
|
+
/**
|
|
5188
|
+
* An error with a Campaign Budget mutate.
|
|
5189
|
+
*/
|
|
5190
|
+
campaignBudgetError?: string | null;
|
|
5191
|
+
/**
|
|
5192
|
+
* The reasons for the campaign conversion goal error
|
|
5193
|
+
*/
|
|
5194
|
+
campaignConversionGoalError?: string | null;
|
|
5195
|
+
/**
|
|
5196
|
+
* The reasons for the campaign criterion error
|
|
5197
|
+
*/
|
|
5198
|
+
campaignCriterionError?: string | null;
|
|
5199
|
+
/**
|
|
5200
|
+
* The reasons for the campaign customizer error.
|
|
5201
|
+
*/
|
|
5202
|
+
campaignCustomizerError?: string | null;
|
|
5203
|
+
/**
|
|
5204
|
+
* The reasons for the campaign draft error
|
|
5205
|
+
*/
|
|
5206
|
+
campaignDraftError?: string | null;
|
|
5207
|
+
/**
|
|
5208
|
+
* An error with a Campaign mutate.
|
|
5209
|
+
*/
|
|
5210
|
+
campaignError?: string | null;
|
|
5211
|
+
/**
|
|
5212
|
+
* The reasons for the campaign experiment error
|
|
5213
|
+
*/
|
|
5214
|
+
campaignExperimentError?: string | null;
|
|
5215
|
+
/**
|
|
5216
|
+
* The reasons for the campaign feed error
|
|
5217
|
+
*/
|
|
5218
|
+
campaignFeedError?: string | null;
|
|
5219
|
+
/**
|
|
5220
|
+
* The reasons for the campaign goal config error.
|
|
5221
|
+
*/
|
|
5222
|
+
campaignGoalConfigError?: string | null;
|
|
5223
|
+
/**
|
|
5224
|
+
* The reasons for the campaign lifecycle goal error
|
|
5225
|
+
*/
|
|
5226
|
+
campaignLifecycleGoalError?: string | null;
|
|
5227
|
+
/**
|
|
5228
|
+
* The reasons for the campaign shared set error
|
|
5229
|
+
*/
|
|
5230
|
+
campaignSharedSetError?: string | null;
|
|
5231
|
+
/**
|
|
5232
|
+
* The reasons for the change event error
|
|
5233
|
+
*/
|
|
5234
|
+
changeEventError?: string | null;
|
|
5235
|
+
/**
|
|
5236
|
+
* The reasons for the change status error
|
|
5237
|
+
*/
|
|
5238
|
+
changeStatusError?: string | null;
|
|
5239
|
+
/**
|
|
5240
|
+
* The reasons for the click view error
|
|
5241
|
+
*/
|
|
5242
|
+
clickViewError?: string | null;
|
|
5243
|
+
/**
|
|
5244
|
+
* The reasons for the collection size error
|
|
5245
|
+
*/
|
|
5246
|
+
collectionSizeError?: string | null;
|
|
5247
|
+
/**
|
|
5248
|
+
* The reasons for the context error
|
|
5249
|
+
*/
|
|
5250
|
+
contextError?: string | null;
|
|
5251
|
+
/**
|
|
5252
|
+
* The reasons for the conversion action error
|
|
5253
|
+
*/
|
|
5254
|
+
conversionActionError?: string | null;
|
|
5255
|
+
/**
|
|
5256
|
+
* The reasons for the conversion adjustment upload error
|
|
5257
|
+
*/
|
|
5258
|
+
conversionAdjustmentUploadError?: string | null;
|
|
5259
|
+
/**
|
|
5260
|
+
* The reasons for the conversion custom variable error
|
|
5261
|
+
*/
|
|
5262
|
+
conversionCustomVariableError?: string | null;
|
|
5263
|
+
/**
|
|
5264
|
+
* The reasons for the conversion goal campaign config error
|
|
5265
|
+
*/
|
|
5266
|
+
conversionGoalCampaignConfigError?: string | null;
|
|
5267
|
+
/**
|
|
5268
|
+
* The reasons for the conversion upload error
|
|
5269
|
+
*/
|
|
5270
|
+
conversionUploadError?: string | null;
|
|
5271
|
+
/**
|
|
5272
|
+
* The reasons for the conversion value rule error
|
|
5273
|
+
*/
|
|
5274
|
+
conversionValueRuleError?: string | null;
|
|
5275
|
+
/**
|
|
5276
|
+
* The reasons for the conversion value rule set error
|
|
5277
|
+
*/
|
|
5278
|
+
conversionValueRuleSetError?: string | null;
|
|
5279
|
+
/**
|
|
5280
|
+
* The reasons for the country code error
|
|
5281
|
+
*/
|
|
5282
|
+
countryCodeError?: string | null;
|
|
5283
|
+
/**
|
|
5284
|
+
* The reasons for the criterion error
|
|
5285
|
+
*/
|
|
5286
|
+
criterionError?: string | null;
|
|
5287
|
+
/**
|
|
5288
|
+
* The reasons for the currency code error
|
|
5289
|
+
*/
|
|
5290
|
+
currencyCodeError?: string | null;
|
|
5291
|
+
/**
|
|
5292
|
+
* The reasons for the currency errors.
|
|
5293
|
+
*/
|
|
5294
|
+
currencyError?: string | null;
|
|
5295
|
+
/**
|
|
5296
|
+
* The reasons for the custom audience error
|
|
5297
|
+
*/
|
|
5298
|
+
customAudienceError?: string | null;
|
|
5299
|
+
/**
|
|
5300
|
+
* The reasons for the custom column error
|
|
5301
|
+
*/
|
|
5302
|
+
customColumnError?: string | null;
|
|
5303
|
+
/**
|
|
5304
|
+
* The reasons for the custom conversion goal error
|
|
5305
|
+
*/
|
|
5306
|
+
customConversionGoalError?: string | null;
|
|
5307
|
+
/**
|
|
5308
|
+
* The reasons for the customer client link error
|
|
5309
|
+
*/
|
|
5310
|
+
customerClientLinkError?: string | null;
|
|
5311
|
+
/**
|
|
5312
|
+
* The reasons for the customer customizer error.
|
|
5313
|
+
*/
|
|
5314
|
+
customerCustomizerError?: string | null;
|
|
5315
|
+
/**
|
|
5316
|
+
* The reasons for the customer error
|
|
5317
|
+
*/
|
|
5318
|
+
customerError?: string | null;
|
|
5319
|
+
/**
|
|
5320
|
+
* The reasons for the customer feed error
|
|
5321
|
+
*/
|
|
5322
|
+
customerFeedError?: string | null;
|
|
5323
|
+
/**
|
|
5324
|
+
* The reasons for the customer lifecycle goal error
|
|
5325
|
+
*/
|
|
5326
|
+
customerLifecycleGoalError?: string | null;
|
|
5327
|
+
/**
|
|
5328
|
+
* The reasons for the customer manager link error
|
|
5329
|
+
*/
|
|
5330
|
+
customerManagerLinkError?: string | null;
|
|
5331
|
+
/**
|
|
5332
|
+
* The reasons for the customer SK Ad network conversion value schema error
|
|
5333
|
+
*/
|
|
5334
|
+
customerSkAdNetworkConversionValueSchemaError?: string | null;
|
|
5335
|
+
/**
|
|
5336
|
+
* The reasons for the customer user access mutate error
|
|
5337
|
+
*/
|
|
5338
|
+
customerUserAccessError?: string | null;
|
|
5339
|
+
/**
|
|
5340
|
+
* The reasons for the custom interest error
|
|
5341
|
+
*/
|
|
5342
|
+
customInterestError?: string | null;
|
|
5343
|
+
/**
|
|
5344
|
+
* The reasons for the customizer attribute error.
|
|
5345
|
+
*/
|
|
5346
|
+
customizerAttributeError?: string | null;
|
|
5347
|
+
/**
|
|
5348
|
+
* The reasons for the database error.
|
|
5349
|
+
*/
|
|
5350
|
+
databaseError?: string | null;
|
|
5351
|
+
/**
|
|
5352
|
+
* The reasons for the data link error
|
|
5353
|
+
*/
|
|
5354
|
+
dataLinkError?: string | null;
|
|
5355
|
+
/**
|
|
5356
|
+
* The reasons for the date error
|
|
5357
|
+
*/
|
|
5358
|
+
dateError?: string | null;
|
|
5359
|
+
/**
|
|
5360
|
+
* The reasons for the date range error
|
|
5361
|
+
*/
|
|
5362
|
+
dateRangeError?: string | null;
|
|
5363
|
+
/**
|
|
5364
|
+
* The reasons for the distinct error
|
|
5365
|
+
*/
|
|
5366
|
+
distinctError?: string | null;
|
|
5367
|
+
/**
|
|
5368
|
+
* The reason for enum error.
|
|
5369
|
+
*/
|
|
5370
|
+
enumError?: string | null;
|
|
5371
|
+
/**
|
|
5372
|
+
* The reasons for the experiment arm error
|
|
5373
|
+
*/
|
|
5374
|
+
experimentArmError?: string | null;
|
|
5375
|
+
/**
|
|
5376
|
+
* The reasons for the experiment error
|
|
5377
|
+
*/
|
|
5378
|
+
experimentError?: string | null;
|
|
5379
|
+
/**
|
|
5380
|
+
* The reasons for the extension feed item error
|
|
5381
|
+
*/
|
|
5382
|
+
extensionFeedItemError?: string | null;
|
|
5383
|
+
/**
|
|
5384
|
+
* The reasons for the extension setting error
|
|
5385
|
+
*/
|
|
5386
|
+
extensionSettingError?: string | null;
|
|
5387
|
+
/**
|
|
5388
|
+
* The reasons for the feed attribute reference error
|
|
5389
|
+
*/
|
|
5390
|
+
feedAttributeReferenceError?: string | null;
|
|
5391
|
+
/**
|
|
5392
|
+
* The reasons for the feed error
|
|
5393
|
+
*/
|
|
5394
|
+
feedError?: string | null;
|
|
5395
|
+
/**
|
|
5396
|
+
* The reasons for the feed item error
|
|
5397
|
+
*/
|
|
5398
|
+
feedItemError?: string | null;
|
|
5399
|
+
/**
|
|
5400
|
+
* The reasons for the feed item set error
|
|
5401
|
+
*/
|
|
5402
|
+
feedItemSetError?: string | null;
|
|
5403
|
+
/**
|
|
5404
|
+
* The reasons for the feed item set link error
|
|
5405
|
+
*/
|
|
5406
|
+
feedItemSetLinkError?: string | null;
|
|
5407
|
+
/**
|
|
5408
|
+
* The reasons for the feed item target error
|
|
5409
|
+
*/
|
|
5410
|
+
feedItemTargetError?: string | null;
|
|
5411
|
+
/**
|
|
5412
|
+
* The reasons for the feed item validation error
|
|
5413
|
+
*/
|
|
5414
|
+
feedItemValidationError?: string | null;
|
|
5415
|
+
/**
|
|
5416
|
+
* The reasons for the feed mapping error
|
|
5417
|
+
*/
|
|
5418
|
+
feedMappingError?: string | null;
|
|
5419
|
+
/**
|
|
5420
|
+
* The reasons for the field error
|
|
5421
|
+
*/
|
|
5422
|
+
fieldError?: string | null;
|
|
5423
|
+
/**
|
|
5424
|
+
* An error with a field mask
|
|
5425
|
+
*/
|
|
5426
|
+
fieldMaskError?: string | null;
|
|
5427
|
+
/**
|
|
5428
|
+
* The reasons for the final url expansion asset view error
|
|
5429
|
+
*/
|
|
5430
|
+
finalUrlExpansionAssetViewError?: string | null;
|
|
5431
|
+
/**
|
|
5432
|
+
* The reasons for the function error
|
|
5433
|
+
*/
|
|
5434
|
+
functionError?: string | null;
|
|
5435
|
+
/**
|
|
5436
|
+
* The reasons for the function parsing error
|
|
5437
|
+
*/
|
|
5438
|
+
functionParsingError?: string | null;
|
|
5439
|
+
/**
|
|
5440
|
+
* The reasons for the geo target constant suggestion error.
|
|
5441
|
+
*/
|
|
5442
|
+
geoTargetConstantSuggestionError?: string | null;
|
|
5443
|
+
/**
|
|
5444
|
+
* The reasons for the goal error.
|
|
5445
|
+
*/
|
|
5446
|
+
goalError?: string | null;
|
|
5447
|
+
/**
|
|
5448
|
+
* The reasons for the header error.
|
|
5449
|
+
*/
|
|
5450
|
+
headerError?: string | null;
|
|
5451
|
+
/**
|
|
5452
|
+
* The reasons for an identity verification error.
|
|
5453
|
+
*/
|
|
5454
|
+
identityVerificationError?: string | null;
|
|
5455
|
+
/**
|
|
5456
|
+
* The reasons for the id error
|
|
5457
|
+
*/
|
|
5458
|
+
idError?: string | null;
|
|
5459
|
+
/**
|
|
5460
|
+
* The reasons for the image error
|
|
5461
|
+
*/
|
|
5462
|
+
imageError?: string | null;
|
|
5463
|
+
/**
|
|
5464
|
+
* The reasons for the incentive error
|
|
5465
|
+
*/
|
|
5466
|
+
incentiveError?: string | null;
|
|
5467
|
+
/**
|
|
5468
|
+
* An unexpected server-side error.
|
|
5469
|
+
*/
|
|
5470
|
+
internalError?: string | null;
|
|
5471
|
+
/**
|
|
5472
|
+
* The reasons for invalid parameter errors.
|
|
5473
|
+
*/
|
|
5474
|
+
invalidParameterError?: string | null;
|
|
5475
|
+
/**
|
|
5476
|
+
* The reasons for the invoice error
|
|
5477
|
+
*/
|
|
5478
|
+
invoiceError?: string | null;
|
|
5479
|
+
/**
|
|
5480
|
+
* The reason for keyword plan ad group error.
|
|
5481
|
+
*/
|
|
5482
|
+
keywordPlanAdGroupError?: string | null;
|
|
5483
|
+
/**
|
|
5484
|
+
* The reason for keyword plan ad group keyword error.
|
|
5485
|
+
*/
|
|
5486
|
+
keywordPlanAdGroupKeywordError?: string | null;
|
|
5487
|
+
/**
|
|
5488
|
+
* The reason for keyword plan campaign error.
|
|
5489
|
+
*/
|
|
5490
|
+
keywordPlanCampaignError?: string | null;
|
|
5491
|
+
/**
|
|
5492
|
+
* The reason for keyword plan campaign keyword error.
|
|
5493
|
+
*/
|
|
5494
|
+
keywordPlanCampaignKeywordError?: string | null;
|
|
5495
|
+
/**
|
|
5496
|
+
* The reason for keyword plan error.
|
|
5497
|
+
*/
|
|
5498
|
+
keywordPlanError?: string | null;
|
|
5499
|
+
/**
|
|
5500
|
+
* The reason for keyword idea error.
|
|
5501
|
+
*/
|
|
5502
|
+
keywordPlanIdeaError?: string | null;
|
|
5503
|
+
/**
|
|
5504
|
+
* The reason for the label error.
|
|
5505
|
+
*/
|
|
5506
|
+
labelError?: string | null;
|
|
5507
|
+
/**
|
|
5508
|
+
* The reasons for the language code error
|
|
5509
|
+
*/
|
|
5510
|
+
languageCodeError?: string | null;
|
|
5511
|
+
/**
|
|
5512
|
+
* An error with a list operation.
|
|
5513
|
+
*/
|
|
5514
|
+
listOperationError?: string | null;
|
|
5515
|
+
/**
|
|
5516
|
+
* The reasons for the manager link error
|
|
5517
|
+
*/
|
|
5518
|
+
managerLinkError?: string | null;
|
|
5519
|
+
/**
|
|
5520
|
+
* The reasons for the media bundle error
|
|
5521
|
+
*/
|
|
5522
|
+
mediaBundleError?: string | null;
|
|
5523
|
+
/**
|
|
5524
|
+
* The reasons for the media file error
|
|
5525
|
+
*/
|
|
5526
|
+
mediaFileError?: string | null;
|
|
5527
|
+
/**
|
|
5528
|
+
* The reasons for media uploading errors.
|
|
5529
|
+
*/
|
|
5530
|
+
mediaUploadError?: string | null;
|
|
5531
|
+
/**
|
|
5532
|
+
* Container for enum describing possible merchant center errors.
|
|
5533
|
+
*/
|
|
5534
|
+
merchantCenterError?: string | null;
|
|
5535
|
+
/**
|
|
5536
|
+
* The reasons for the multiplier error
|
|
5537
|
+
*/
|
|
5538
|
+
multiplierError?: string | null;
|
|
5539
|
+
/**
|
|
5540
|
+
* An error with a mutate
|
|
5541
|
+
*/
|
|
5542
|
+
mutateError?: string | null;
|
|
5543
|
+
/**
|
|
5544
|
+
* The reasons for the new resource creation error
|
|
5545
|
+
*/
|
|
5546
|
+
newResourceCreationError?: string | null;
|
|
5547
|
+
/**
|
|
5548
|
+
* The reasons for the not allowlisted error
|
|
5549
|
+
*/
|
|
5550
|
+
notAllowlistedError?: string | null;
|
|
5551
|
+
/**
|
|
5552
|
+
* The reasons for the not empty error
|
|
5553
|
+
*/
|
|
5554
|
+
notEmptyError?: string | null;
|
|
5555
|
+
/**
|
|
5556
|
+
* The reasons for the null error
|
|
5557
|
+
*/
|
|
5558
|
+
nullError?: string | null;
|
|
5559
|
+
/**
|
|
5560
|
+
* The reasons for the offline user data job error.
|
|
5561
|
+
*/
|
|
5562
|
+
offlineUserDataJobError?: string | null;
|
|
5563
|
+
/**
|
|
5564
|
+
* The reasons for the operation access denied error
|
|
5565
|
+
*/
|
|
5566
|
+
operationAccessDeniedError?: string | null;
|
|
5567
|
+
/**
|
|
5568
|
+
* The reasons for the operator error
|
|
5569
|
+
*/
|
|
5570
|
+
operatorError?: string | null;
|
|
5571
|
+
/**
|
|
5572
|
+
* The reasons for the mutate job error
|
|
5573
|
+
*/
|
|
5574
|
+
partialFailureError?: string | null;
|
|
5575
|
+
/**
|
|
5576
|
+
* The reasons for errors in payments accounts service
|
|
5577
|
+
*/
|
|
5578
|
+
paymentsAccountError?: string | null;
|
|
5579
|
+
/**
|
|
5580
|
+
* The reasons for the policy finding error.
|
|
5581
|
+
*/
|
|
5582
|
+
policyFindingError?: string | null;
|
|
5583
|
+
/**
|
|
5584
|
+
* The reasons for the policy validation parameter error
|
|
5585
|
+
*/
|
|
5586
|
+
policyValidationParameterError?: string | null;
|
|
5587
|
+
/**
|
|
5588
|
+
* The reasons for the policy violation error
|
|
5589
|
+
*/
|
|
5590
|
+
policyViolationError?: string | null;
|
|
5591
|
+
/**
|
|
5592
|
+
* The reasons for the product link error
|
|
5593
|
+
*/
|
|
5594
|
+
productLinkError?: string | null;
|
|
5595
|
+
/**
|
|
5596
|
+
* The reasons for the product link invitation error
|
|
5597
|
+
*/
|
|
5598
|
+
productLinkInvitationError?: string | null;
|
|
5599
|
+
/**
|
|
5600
|
+
* An error with the query
|
|
5601
|
+
*/
|
|
5602
|
+
queryError?: string | null;
|
|
5603
|
+
/**
|
|
5604
|
+
* An error with the amount of quota remaining.
|
|
5605
|
+
*/
|
|
5606
|
+
quotaError?: string | null;
|
|
5607
|
+
/**
|
|
5608
|
+
* The reasons for the range error
|
|
5609
|
+
*/
|
|
5610
|
+
rangeError?: string | null;
|
|
5611
|
+
/**
|
|
5612
|
+
* The reasons for the reach plan error
|
|
5613
|
+
*/
|
|
5614
|
+
reachPlanError?: string | null;
|
|
5615
|
+
/**
|
|
5616
|
+
* The reasons for error in applying a recommendation
|
|
5617
|
+
*/
|
|
5618
|
+
recommendationError?: string | null;
|
|
5619
|
+
/**
|
|
5620
|
+
* The reasons for the recommendation subscription error.
|
|
5621
|
+
*/
|
|
5622
|
+
recommendationSubscriptionError?: string | null;
|
|
5623
|
+
/**
|
|
5624
|
+
* The reasons for the region code error
|
|
5625
|
+
*/
|
|
5626
|
+
regionCodeError?: string | null;
|
|
5627
|
+
/**
|
|
5628
|
+
* An error caused by the request
|
|
5629
|
+
*/
|
|
5630
|
+
requestError?: string | null;
|
|
5631
|
+
/**
|
|
5632
|
+
* The reasons for the resource access denied error
|
|
5633
|
+
*/
|
|
5634
|
+
resourceAccessDeniedError?: string | null;
|
|
5635
|
+
/**
|
|
5636
|
+
* The reasons for the resource count limit exceeded error
|
|
5637
|
+
*/
|
|
5638
|
+
resourceCountLimitExceededError?: string | null;
|
|
5639
|
+
/**
|
|
5640
|
+
* The reasons for the Search term insight error
|
|
5641
|
+
*/
|
|
5642
|
+
searchTermInsightError?: string | null;
|
|
5643
|
+
/**
|
|
5644
|
+
* The reasons for the setting error
|
|
5645
|
+
*/
|
|
5646
|
+
settingError?: string | null;
|
|
5647
|
+
/**
|
|
5648
|
+
* The reasons for the shareable preview error.
|
|
5649
|
+
*/
|
|
5650
|
+
shareablePreviewError?: string | null;
|
|
5651
|
+
/**
|
|
5652
|
+
* The reasons for the shared criterion error
|
|
5653
|
+
*/
|
|
5654
|
+
sharedCriterionError?: string | null;
|
|
5655
|
+
/**
|
|
5656
|
+
* The reasons for the shared set error
|
|
5657
|
+
*/
|
|
5658
|
+
sharedSetError?: string | null;
|
|
5659
|
+
/**
|
|
5660
|
+
* The reasons for error in querying shopping product.
|
|
5661
|
+
*/
|
|
5662
|
+
shoppingProductError?: string | null;
|
|
5663
|
+
/**
|
|
5664
|
+
* The reasons for the size limit error
|
|
5665
|
+
*/
|
|
5666
|
+
sizeLimitError?: string | null;
|
|
5667
|
+
/**
|
|
5668
|
+
* The reasons for the Smart campaign error
|
|
5669
|
+
*/
|
|
5670
|
+
smartCampaignError?: string | null;
|
|
5671
|
+
/**
|
|
5672
|
+
* The reasons for the string format error
|
|
5673
|
+
*/
|
|
5674
|
+
stringFormatError?: string | null;
|
|
5675
|
+
/**
|
|
5676
|
+
* The reasons for the string length error
|
|
5677
|
+
*/
|
|
5678
|
+
stringLengthError?: string | null;
|
|
5679
|
+
/**
|
|
5680
|
+
* The reasons for the third party app analytics link mutate error
|
|
5681
|
+
*/
|
|
5682
|
+
thirdPartyAppAnalyticsLinkError?: string | null;
|
|
5683
|
+
/**
|
|
5684
|
+
* The reasons for the time zone error
|
|
5685
|
+
*/
|
|
5686
|
+
timeZoneError?: string | null;
|
|
5687
|
+
/**
|
|
5688
|
+
* An error with a URL field mutate.
|
|
5689
|
+
*/
|
|
5690
|
+
urlFieldError?: string | null;
|
|
5691
|
+
/**
|
|
5692
|
+
* The reasons for the user data error.
|
|
5693
|
+
*/
|
|
5694
|
+
userDataError?: string | null;
|
|
5695
|
+
/**
|
|
5696
|
+
* The reasons for a user list customer type error.
|
|
5697
|
+
*/
|
|
5698
|
+
userListCustomerTypeError?: string | null;
|
|
5699
|
+
/**
|
|
5700
|
+
* The reasons for the user list error
|
|
5701
|
+
*/
|
|
5702
|
+
userListError?: string | null;
|
|
5703
|
+
/**
|
|
5704
|
+
* An error with a Video Campaign mutate.
|
|
5705
|
+
*/
|
|
5706
|
+
videoCampaignError?: string | null;
|
|
5707
|
+
/**
|
|
5708
|
+
* The reasons for YouTube video registration errors.
|
|
5709
|
+
*/
|
|
5710
|
+
youtubeVideoRegistrationError?: string | null;
|
|
5711
|
+
}
|
|
5712
|
+
/**
|
|
5713
|
+
* Additional error details.
|
|
5714
|
+
*/
|
|
5715
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__ErrorDetails {
|
|
5716
|
+
/**
|
|
5717
|
+
* Details for a budget below per-day minimum error.
|
|
5718
|
+
*/
|
|
5719
|
+
budgetPerDayMinimumErrorDetails?: Schema$GoogleAdsSearchads360V23Errors__BudgetPerDayMinimumErrorDetails;
|
|
5720
|
+
/**
|
|
5721
|
+
* Describes policy violation findings.
|
|
5722
|
+
*/
|
|
5723
|
+
policyFindingDetails?: Schema$GoogleAdsSearchads360V23Errors__PolicyFindingDetails;
|
|
5724
|
+
/**
|
|
5725
|
+
* Describes an ad policy violation.
|
|
5726
|
+
*/
|
|
5727
|
+
policyViolationDetails?: Schema$GoogleAdsSearchads360V23Errors__PolicyViolationDetails;
|
|
5728
|
+
/**
|
|
5729
|
+
* Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.
|
|
5730
|
+
*/
|
|
5731
|
+
quotaErrorDetails?: Schema$GoogleAdsSearchads360V23Errors__QuotaErrorDetails;
|
|
5732
|
+
/**
|
|
5733
|
+
* Details for a resource count limit exceeded error.
|
|
5734
|
+
*/
|
|
5735
|
+
resourceCountDetails?: Schema$GoogleAdsSearchads360V23Errors__ResourceCountDetails;
|
|
5736
|
+
/**
|
|
5737
|
+
* 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.
|
|
5738
|
+
*/
|
|
5739
|
+
unpublishedErrorCode?: string | null;
|
|
5740
|
+
}
|
|
5741
|
+
/**
|
|
5742
|
+
* Describes the part of the request proto that caused the error.
|
|
5743
|
+
*/
|
|
5744
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__ErrorLocation {
|
|
5745
|
+
/**
|
|
5746
|
+
* A field path that indicates which field was invalid in the request.
|
|
5747
|
+
*/
|
|
5748
|
+
fieldPathElements?: Schema$GoogleAdsSearchads360V23Errors_ErrorLocation_FieldPathElement[];
|
|
5749
|
+
}
|
|
5750
|
+
/**
|
|
5751
|
+
* Error returned as part of a mutate response. This error indicates one or more policy findings in the fields of a resource.
|
|
5752
|
+
*/
|
|
5753
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__PolicyFindingDetails {
|
|
5754
|
+
/**
|
|
5755
|
+
* 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).
|
|
5756
|
+
*/
|
|
5757
|
+
policyTopicEntries?: Schema$GoogleAdsSearchads360V23Common__PolicyTopicEntry[];
|
|
5758
|
+
}
|
|
5759
|
+
/**
|
|
5760
|
+
* Error returned as part of a mutate response. This error indicates single policy violation by some text in one of the fields.
|
|
5761
|
+
*/
|
|
5762
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__PolicyViolationDetails {
|
|
5763
|
+
/**
|
|
5764
|
+
* Human readable description of policy violation.
|
|
5765
|
+
*/
|
|
5766
|
+
externalPolicyDescription?: string | null;
|
|
5767
|
+
/**
|
|
5768
|
+
* Human readable name of the policy.
|
|
5769
|
+
*/
|
|
5770
|
+
externalPolicyName?: string | null;
|
|
5771
|
+
/**
|
|
5772
|
+
* Whether user can file an exemption request for this violation.
|
|
5773
|
+
*/
|
|
5774
|
+
isExemptible?: boolean | null;
|
|
5775
|
+
/**
|
|
5776
|
+
* Unique identifier for this violation. If policy is exemptible, this key may be used to request exemption.
|
|
5777
|
+
*/
|
|
5778
|
+
key?: Schema$GoogleAdsSearchads360V23Common__PolicyViolationKey;
|
|
5779
|
+
}
|
|
5780
|
+
/**
|
|
5781
|
+
* Additional quota error details when there is QuotaError.
|
|
5782
|
+
*/
|
|
5783
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__QuotaErrorDetails {
|
|
5784
|
+
/**
|
|
5785
|
+
* The high level description of the quota bucket. Examples are "Get requests for standard access" or "Requests per account".
|
|
5786
|
+
*/
|
|
5787
|
+
rateName?: string | null;
|
|
5788
|
+
/**
|
|
5789
|
+
* The rate scope of the quota limit.
|
|
5790
|
+
*/
|
|
5791
|
+
rateScope?: string | null;
|
|
5792
|
+
/**
|
|
5793
|
+
* Backoff period that customers should wait before sending next request.
|
|
5794
|
+
*/
|
|
5795
|
+
retryDelay?: string | null;
|
|
5796
|
+
}
|
|
5797
|
+
/**
|
|
5798
|
+
* Error details returned when an resource count limit was exceeded.
|
|
5799
|
+
*/
|
|
5800
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__ResourceCountDetails {
|
|
5801
|
+
/**
|
|
5802
|
+
* The ID of the resource whose limit was exceeded. External customer ID if the limit is for a customer.
|
|
5803
|
+
*/
|
|
5804
|
+
enclosingId?: string | null;
|
|
5805
|
+
/**
|
|
5806
|
+
* The name of the resource ( etc.) whose limit was exceeded.
|
|
5807
|
+
*/
|
|
5808
|
+
enclosingResource?: string | null;
|
|
5809
|
+
/**
|
|
5810
|
+
* The count of existing entities.
|
|
5811
|
+
*/
|
|
5812
|
+
existingCount?: number | null;
|
|
5813
|
+
/**
|
|
5814
|
+
* The limit which was exceeded.
|
|
5815
|
+
*/
|
|
5816
|
+
limit?: number | null;
|
|
5817
|
+
/**
|
|
5818
|
+
* The resource limit type which was exceeded.
|
|
5819
|
+
*/
|
|
5820
|
+
limitType?: string | null;
|
|
5821
|
+
}
|
|
5822
|
+
/**
|
|
5823
|
+
* Search Ads 360-specific error.
|
|
5824
|
+
*/
|
|
5825
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__SearchAds360Error {
|
|
5826
|
+
/**
|
|
5827
|
+
* Additional error details, which are returned by certain error codes. Most error codes do not include details.
|
|
5828
|
+
*/
|
|
5829
|
+
details?: Schema$GoogleAdsSearchads360V23Errors__ErrorDetails;
|
|
5830
|
+
/**
|
|
5831
|
+
* An enum value that indicates which error occurred.
|
|
5832
|
+
*/
|
|
5833
|
+
errorCode?: Schema$GoogleAdsSearchads360V23Errors__ErrorCode;
|
|
5834
|
+
/**
|
|
5835
|
+
* Describes the part of the request proto that caused the error.
|
|
5836
|
+
*/
|
|
5837
|
+
location?: Schema$GoogleAdsSearchads360V23Errors__ErrorLocation;
|
|
5838
|
+
/**
|
|
5839
|
+
* A human-readable description of the error.
|
|
5840
|
+
*/
|
|
5841
|
+
message?: string | null;
|
|
5842
|
+
/**
|
|
5843
|
+
* The value that triggered the error.
|
|
5844
|
+
*/
|
|
5845
|
+
trigger?: Schema$GoogleAdsSearchads360V23Common__Value;
|
|
5846
|
+
}
|
|
5847
|
+
/**
|
|
5848
|
+
* Describes how a Search Ads 360 API call failed. It's returned inside google.rpc.Status.details when a call fails.
|
|
5849
|
+
*/
|
|
5850
|
+
export interface Schema$GoogleAdsSearchads360V23Errors__SearchAds360Failure {
|
|
5851
|
+
/**
|
|
5852
|
+
* The list of errors that occurred.
|
|
5853
|
+
*/
|
|
5854
|
+
errors?: Schema$GoogleAdsSearchads360V23Errors__SearchAds360Error[];
|
|
5855
|
+
/**
|
|
5856
|
+
* The unique ID of the request that is used for debugging purposes.
|
|
5857
|
+
*/
|
|
5858
|
+
requestId?: string | null;
|
|
5859
|
+
}
|
|
5860
|
+
/**
|
|
5861
|
+
* Additional information about the batch job. This message is also used as metadata returned in batch job Long Running Operations.
|
|
5862
|
+
*/
|
|
5863
|
+
export interface Schema$GoogleAdsSearchads360V23Resources_BatchJob_BatchJobMetadata {
|
|
5864
|
+
/**
|
|
5865
|
+
* 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"
|
|
5866
|
+
*/
|
|
5867
|
+
completionDateTime?: string | null;
|
|
5868
|
+
/**
|
|
5869
|
+
* 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"
|
|
5870
|
+
*/
|
|
5871
|
+
creationDateTime?: string | null;
|
|
5872
|
+
/**
|
|
5873
|
+
* 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.
|
|
5874
|
+
*/
|
|
5875
|
+
estimatedCompletionRatio?: number | null;
|
|
5876
|
+
/**
|
|
5877
|
+
* Output only. The number of mutate operations executed by the batch job. Present only if the job has started running.
|
|
5878
|
+
*/
|
|
5879
|
+
executedOperationCount?: string | null;
|
|
5880
|
+
/**
|
|
5881
|
+
* 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.
|
|
5882
|
+
*/
|
|
5883
|
+
executionLimitSeconds?: number | null;
|
|
5884
|
+
/**
|
|
5885
|
+
* Output only. The number of mutate operations in the batch job.
|
|
5886
|
+
*/
|
|
5887
|
+
operationCount?: string | null;
|
|
5888
|
+
/**
|
|
5889
|
+
* 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"
|
|
5890
|
+
*/
|
|
5891
|
+
startDateTime?: string | null;
|
|
5892
|
+
}
|
|
5893
|
+
/**
|
|
5894
|
+
* Metadata of offline user data job.
|
|
5895
|
+
*/
|
|
5896
|
+
export interface Schema$GoogleAdsSearchads360V23Resources__OfflineUserDataJobMetadata {
|
|
5897
|
+
/**
|
|
5898
|
+
* 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".
|
|
5899
|
+
*/
|
|
5900
|
+
matchRateRange?: string | null;
|
|
5901
|
+
}
|
|
5902
|
+
/**
|
|
5903
|
+
* The metadata of the promoted experiment.
|
|
5904
|
+
*/
|
|
5905
|
+
export interface Schema$GoogleAdsSearchads360V23Services__PromoteExperimentMetadata {
|
|
5906
|
+
/**
|
|
5907
|
+
* Required. The promoted experiment.
|
|
5908
|
+
*/
|
|
5909
|
+
experiment?: string | null;
|
|
5910
|
+
}
|
|
5911
|
+
/**
|
|
5912
|
+
* The metadata of the scheduled experiment.
|
|
5913
|
+
*/
|
|
5914
|
+
export interface Schema$GoogleAdsSearchads360V23Services__ScheduleExperimentMetadata {
|
|
5915
|
+
/**
|
|
5916
|
+
* Required. The scheduled experiment.
|
|
5917
|
+
*/
|
|
5918
|
+
experiment?: string | null;
|
|
5919
|
+
}
|
|
4757
5920
|
|
|
4758
5921
|
export class Resource$Customers {
|
|
4759
5922
|
context: APIRequestContext;
|
|
@@ -5241,7 +6404,7 @@ export namespace searchads360_v0 {
|
|
|
5241
6404
|
}
|
|
5242
6405
|
|
|
5243
6406
|
/**
|
|
5244
|
-
* Returns all rows that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
|
|
6407
|
+
* Returns all rows that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ChangeEventError]() [ChangeStatusError]() [ClickViewError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
|
|
5245
6408
|
* @example
|
|
5246
6409
|
* ```js
|
|
5247
6410
|
* // Before running the sample:
|