@googleapis/searchads360 1.0.2 → 2.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 +24 -0
- package/build/v0.d.ts +1422 -56
- package/build/v0.js.map +1 -1
- package/package.json +1 -1
- package/v0.ts +1422 -56
package/build/v0.d.ts
CHANGED
|
@@ -72,6 +72,31 @@ export declare namespace searchads360_v0 {
|
|
|
72
72
|
searchAds360Fields: Resource$Searchads360fields;
|
|
73
73
|
constructor(options: GlobalOptions, google?: GoogleConfigurable);
|
|
74
74
|
}
|
|
75
|
+
/**
|
|
76
|
+
* Represents an AdSchedule criterion. AdSchedule is specified as the day of the week and a time interval within which ads will be shown. No more than six AdSchedules can be added for the same day.
|
|
77
|
+
*/
|
|
78
|
+
export interface Schema$GoogleAdsSearchads360V0Common__AdScheduleInfo {
|
|
79
|
+
/**
|
|
80
|
+
* Day of the week the schedule applies to. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
|
81
|
+
*/
|
|
82
|
+
dayOfWeek?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
* Ending hour in 24 hour time; 24 signifies end of the day. This field must be between 0 and 24, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
|
85
|
+
*/
|
|
86
|
+
endHour?: number | null;
|
|
87
|
+
/**
|
|
88
|
+
* Minutes after the end hour at which this schedule ends. The schedule is exclusive of the end minute. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
|
89
|
+
*/
|
|
90
|
+
endMinute?: string | null;
|
|
91
|
+
/**
|
|
92
|
+
* Starting hour in 24 hour time. This field must be between 0 and 23, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
|
93
|
+
*/
|
|
94
|
+
startHour?: number | null;
|
|
95
|
+
/**
|
|
96
|
+
* Minutes after the start hour at which this schedule starts. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
|
97
|
+
*/
|
|
98
|
+
startMinute?: string | null;
|
|
99
|
+
}
|
|
75
100
|
/**
|
|
76
101
|
* An age range criterion.
|
|
77
102
|
*/
|
|
@@ -81,6 +106,67 @@ export declare namespace searchads360_v0 {
|
|
|
81
106
|
*/
|
|
82
107
|
type?: string | null;
|
|
83
108
|
}
|
|
109
|
+
/**
|
|
110
|
+
* An AssetInteractionTarget segment.
|
|
111
|
+
*/
|
|
112
|
+
export interface Schema$GoogleAdsSearchads360V0Common__AssetInteractionTarget {
|
|
113
|
+
/**
|
|
114
|
+
* The asset resource name.
|
|
115
|
+
*/
|
|
116
|
+
asset?: string | null;
|
|
117
|
+
/**
|
|
118
|
+
* Only used with CustomerAsset, CampaignAsset and AdGroupAsset metrics. Indicates whether the interaction metrics occurred on the asset itself or a different asset or ad unit.
|
|
119
|
+
*/
|
|
120
|
+
interactionOnThisAsset?: boolean | null;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Contains the usage information of the asset.
|
|
124
|
+
*/
|
|
125
|
+
export interface Schema$GoogleAdsSearchads360V0Common__AssetUsage {
|
|
126
|
+
/**
|
|
127
|
+
* Resource name of the asset.
|
|
128
|
+
*/
|
|
129
|
+
asset?: string | null;
|
|
130
|
+
/**
|
|
131
|
+
* The served field type of the asset.
|
|
132
|
+
*/
|
|
133
|
+
servedAssetFieldType?: string | null;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* An audience criterion.
|
|
137
|
+
*/
|
|
138
|
+
export interface Schema$GoogleAdsSearchads360V0Common__AudienceInfo {
|
|
139
|
+
/**
|
|
140
|
+
* The Audience resource name.
|
|
141
|
+
*/
|
|
142
|
+
audience?: string | null;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Business Profile location data synced from the linked Business Profile account.
|
|
146
|
+
*/
|
|
147
|
+
export interface Schema$GoogleAdsSearchads360V0Common__BusinessProfileLocation {
|
|
148
|
+
/**
|
|
149
|
+
* Advertiser specified label for the location on the Business Profile account. This is synced from the Business Profile account.
|
|
150
|
+
*/
|
|
151
|
+
labels?: string[] | null;
|
|
152
|
+
/**
|
|
153
|
+
* Listing ID of this Business Profile location. This is synced from the linked Business Profile account.
|
|
154
|
+
*/
|
|
155
|
+
listingId?: string | null;
|
|
156
|
+
/**
|
|
157
|
+
* Business Profile store code of this location. This is synced from the Business Profile account.
|
|
158
|
+
*/
|
|
159
|
+
storeCode?: string | null;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* A call to action asset.
|
|
163
|
+
*/
|
|
164
|
+
export interface Schema$GoogleAdsSearchads360V0Common__CallToActionAsset {
|
|
165
|
+
/**
|
|
166
|
+
* Call to action.
|
|
167
|
+
*/
|
|
168
|
+
callToAction?: string | null;
|
|
169
|
+
}
|
|
84
170
|
/**
|
|
85
171
|
* A mapping that can be used by custom parameter tags in a `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
|
|
86
172
|
*/
|
|
@@ -122,6 +208,40 @@ export declare namespace searchads360_v0 {
|
|
|
122
208
|
*/
|
|
123
209
|
type?: string | null;
|
|
124
210
|
}
|
|
211
|
+
/**
|
|
212
|
+
* An Image asset.
|
|
213
|
+
*/
|
|
214
|
+
export interface Schema$GoogleAdsSearchads360V0Common__ImageAsset {
|
|
215
|
+
/**
|
|
216
|
+
* File size of the image asset in bytes.
|
|
217
|
+
*/
|
|
218
|
+
fileSize?: string | null;
|
|
219
|
+
/**
|
|
220
|
+
* Metadata for this image at its original size.
|
|
221
|
+
*/
|
|
222
|
+
fullSize?: Schema$GoogleAdsSearchads360V0Common__ImageDimension;
|
|
223
|
+
/**
|
|
224
|
+
* MIME type of the image asset.
|
|
225
|
+
*/
|
|
226
|
+
mimeType?: string | null;
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* Metadata for an image at a certain size, either original or resized.
|
|
230
|
+
*/
|
|
231
|
+
export interface Schema$GoogleAdsSearchads360V0Common__ImageDimension {
|
|
232
|
+
/**
|
|
233
|
+
* Height of the image.
|
|
234
|
+
*/
|
|
235
|
+
heightPixels?: string | null;
|
|
236
|
+
/**
|
|
237
|
+
* A URL that returns the image with this height and width.
|
|
238
|
+
*/
|
|
239
|
+
url?: string | null;
|
|
240
|
+
/**
|
|
241
|
+
* Width of the image.
|
|
242
|
+
*/
|
|
243
|
+
widthPixels?: string | null;
|
|
244
|
+
}
|
|
125
245
|
/**
|
|
126
246
|
* A Keyword criterion segment.
|
|
127
247
|
*/
|
|
@@ -318,11 +438,11 @@ export declare namespace searchads360_v0 {
|
|
|
318
438
|
*/
|
|
319
439
|
averageCost?: number | null;
|
|
320
440
|
/**
|
|
321
|
-
* The total cost of all clicks divided by the total number of clicks received.
|
|
441
|
+
* The total cost of all clicks divided by the total number of clicks received. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
322
442
|
*/
|
|
323
443
|
averageCpc?: number | null;
|
|
324
444
|
/**
|
|
325
|
-
* Average cost-per-thousand impressions (CPM).
|
|
445
|
+
* Average cost-per-thousand impressions (CPM). This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
326
446
|
*/
|
|
327
447
|
averageCpm?: number | null;
|
|
328
448
|
/**
|
|
@@ -337,6 +457,38 @@ export declare namespace searchads360_v0 {
|
|
|
337
457
|
* The value of client account conversions. This only includes conversion actions which include_in_client_account_conversions_metric attribute is set to true. If you use conversion-based bidding, your bid strategies will optimize for these conversions.
|
|
338
458
|
*/
|
|
339
459
|
clientAccountConversionsValue?: number | null;
|
|
460
|
+
/**
|
|
461
|
+
* Client account cross-sell cost of goods sold (COGS) is the total cost of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell cost of goods sold is the total cost of the products sold that weren't advertised. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The cross-sell cost of goods sold for this order is $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
462
|
+
*/
|
|
463
|
+
clientAccountCrossSellCostOfGoodsSoldMicros?: string | null;
|
|
464
|
+
/**
|
|
465
|
+
* Client account cross-sell gross profit is the profit you made from products sold as a result of advertising a different product, minus cost of goods sold (COGS). How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the purchase is a sold product. If these products don't match then this is considered cross-sell. Cross-sell gross profit is the revenue you made from cross-sell attributed to your ads minus the cost of the goods sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The shirt is priced $20 and has a cost of goods sold value of $5. The cross-sell gross profit of this order is $15 = $20 - $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
466
|
+
*/
|
|
467
|
+
clientAccountCrossSellGrossProfitMicros?: string | null;
|
|
468
|
+
/**
|
|
469
|
+
* Client account cross-sell revenue is the total amount you made from products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell revenue is the total value you made from cross-sell attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and the shirt is priced $20. The cross-sell revenue of this order is $20. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
470
|
+
*/
|
|
471
|
+
clientAccountCrossSellRevenueMicros?: string | null;
|
|
472
|
+
/**
|
|
473
|
+
* Client account cross-sell units sold is the total number of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell units sold is the total number of cross-sold products from all orders attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The cross-sell units sold in this order is 2. This metric is only available if you report conversions with cart data.
|
|
474
|
+
*/
|
|
475
|
+
clientAccountCrossSellUnitsSold?: number | null;
|
|
476
|
+
/**
|
|
477
|
+
* Client account lead cost of goods sold (COGS) is the total cost of products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the cost of these goods is counted under lead cost of goods sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The lead cost of goods sold for this order is $3. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
478
|
+
*/
|
|
479
|
+
clientAccountLeadCostOfGoodsSoldMicros?: string | null;
|
|
480
|
+
/**
|
|
481
|
+
* Client account lead gross profit is the profit you made from products sold as a result of advertising the same product, minus cost of goods sold (COGS). How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the revenue you made from these sales minus the cost of goods sold is your lead gross profit. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and has a cost of goods sold value of $3. The lead gross profit of this order is $7 = $10 - $3. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
482
|
+
*/
|
|
483
|
+
clientAccountLeadGrossProfitMicros?: string | null;
|
|
484
|
+
/**
|
|
485
|
+
* Client account lead revenue is the total amount you made from products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the total value you made from the sales of these products is shown under lead revenue. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and the shirt is priced $20. The lead revenue of this order is $10. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
486
|
+
*/
|
|
487
|
+
clientAccountLeadRevenueMicros?: string | null;
|
|
488
|
+
/**
|
|
489
|
+
* Client account lead units sold is the total number of products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the total number of these products sold is shown under lead units sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The lead units sold in this order is 1. This metric is only available if you report conversions with cart data.
|
|
490
|
+
*/
|
|
491
|
+
clientAccountLeadUnitsSold?: number | null;
|
|
340
492
|
/**
|
|
341
493
|
* The total number of view-through conversions. These happen when a customer sees an image or rich media ad, then later completes a conversion on your site without interacting with (for example, clicking on) another ad.
|
|
342
494
|
*/
|
|
@@ -382,7 +534,7 @@ export declare namespace searchads360_v0 {
|
|
|
382
534
|
*/
|
|
383
535
|
conversionsValuePerCost?: number | null;
|
|
384
536
|
/**
|
|
385
|
-
* The sum of your cost-per-click (CPC) and cost-per-thousand impressions (CPM) costs during this period.
|
|
537
|
+
* The sum of your cost-per-click (CPC) and cost-per-thousand impressions (CPM) costs during this period. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
386
538
|
*/
|
|
387
539
|
costMicros?: string | null;
|
|
388
540
|
/**
|
|
@@ -405,6 +557,22 @@ export declare namespace searchads360_v0 {
|
|
|
405
557
|
* The sum of the value of cross-device conversions.
|
|
406
558
|
*/
|
|
407
559
|
crossDeviceConversionsValue?: number | null;
|
|
560
|
+
/**
|
|
561
|
+
* Cross-sell cost of goods sold (COGS) is the total cost of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell cost of goods sold is the total cost of the products sold that weren't advertised. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The cross-sell cost of goods sold for this order is $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
562
|
+
*/
|
|
563
|
+
crossSellCostOfGoodsSoldMicros?: string | null;
|
|
564
|
+
/**
|
|
565
|
+
* Cross-sell gross profit is the profit you made from products sold as a result of advertising a different product, minus cost of goods sold (COGS). How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the purchase is a sold product. If these products don't match then this is considered cross-sell. Cross-sell gross profit is the revenue you made from cross-sell attributed to your ads minus the cost of the goods sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The shirt is priced $20 and has a cost of goods sold value of $5. The cross-sell gross profit of this order is $15 = $20 - $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
566
|
+
*/
|
|
567
|
+
crossSellGrossProfitMicros?: string | null;
|
|
568
|
+
/**
|
|
569
|
+
* Cross-sell revenue is the total amount you made from products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell revenue is the total value you made from cross-sell attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and the shirt is priced $20. The cross-sell revenue of this order is $20. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
570
|
+
*/
|
|
571
|
+
crossSellRevenueMicros?: string | null;
|
|
572
|
+
/**
|
|
573
|
+
* Cross-sell units sold is the total number of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell units sold is the total number of cross-sold products from all orders attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The cross-sell units sold in this order is 2. This metric is only available if you report conversions with cart data.
|
|
574
|
+
*/
|
|
575
|
+
crossSellUnitsSold?: number | null;
|
|
408
576
|
/**
|
|
409
577
|
* The number of clicks your ad receives (Clicks) divided by the number of times your ad is shown (Impressions).
|
|
410
578
|
*/
|
|
@@ -449,6 +617,22 @@ export declare namespace searchads360_v0 {
|
|
|
449
617
|
* Number of clicks Google considers illegitimate and doesn't charge you for.
|
|
450
618
|
*/
|
|
451
619
|
invalidClicks?: string | null;
|
|
620
|
+
/**
|
|
621
|
+
* Lead cost of goods sold (COGS) is the total cost of products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the cost of these goods is counted under lead cost of goods sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The lead cost of goods sold for this order is $3. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
622
|
+
*/
|
|
623
|
+
leadCostOfGoodsSoldMicros?: string | null;
|
|
624
|
+
/**
|
|
625
|
+
* Lead gross profit is the profit you made from products sold as a result of advertising the same product, minus cost of goods sold (COGS). How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the revenue you made from these sales minus the cost of goods sold is your lead gross profit. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and has a cost of goods sold value of $3. The lead gross profit of this order is $7 = $10 - $3. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
626
|
+
*/
|
|
627
|
+
leadGrossProfitMicros?: string | null;
|
|
628
|
+
/**
|
|
629
|
+
* Lead revenue is the total amount you made from products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the total value you made from the sales of these products is shown under lead revenue. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and the shirt is priced $20. The lead revenue of this order is $10. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause
|
|
630
|
+
*/
|
|
631
|
+
leadRevenueMicros?: string | null;
|
|
632
|
+
/**
|
|
633
|
+
* Lead units sold is the total number of products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the total number of these products sold is shown under lead units sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The lead units sold in this order is 1. This metric is only available if you report conversions with cart data.
|
|
634
|
+
*/
|
|
635
|
+
leadUnitsSold?: number | null;
|
|
452
636
|
/**
|
|
453
637
|
* The percentage of mobile clicks that go to a mobile-friendly page.
|
|
454
638
|
*/
|
|
@@ -670,6 +854,10 @@ export declare namespace searchads360_v0 {
|
|
|
670
854
|
* Ad network type.
|
|
671
855
|
*/
|
|
672
856
|
adNetworkType?: string | null;
|
|
857
|
+
/**
|
|
858
|
+
* Only used with CustomerAsset, CampaignAsset and AdGroupAsset metrics. Indicates whether the interaction metrics occurred on the asset itself or a different asset or ad unit. Interactions (for example, clicks) are counted across all the parts of the served ad (for example, Ad itself and other components like Sitelinks) when they are served together. When interaction_on_this_asset is true, it means the interactions are on this specific asset and when interaction_on_this_asset is false, it means the interactions is not on this specific asset but on other parts of the served ad this asset is served with.
|
|
859
|
+
*/
|
|
860
|
+
assetInteractionTarget?: Schema$GoogleAdsSearchads360V0Common__AssetInteractionTarget;
|
|
673
861
|
/**
|
|
674
862
|
* Resource name of the conversion action.
|
|
675
863
|
*/
|
|
@@ -702,6 +890,178 @@ export declare namespace searchads360_v0 {
|
|
|
702
890
|
* Month as represented by the date of the first day of a month. Formatted as yyyy-MM-dd.
|
|
703
891
|
*/
|
|
704
892
|
month?: string | null;
|
|
893
|
+
/**
|
|
894
|
+
* Bidding category (level 1) of the product.
|
|
895
|
+
*/
|
|
896
|
+
productBiddingCategoryLevel1?: string | null;
|
|
897
|
+
/**
|
|
898
|
+
* Bidding category (level 2) of the product.
|
|
899
|
+
*/
|
|
900
|
+
productBiddingCategoryLevel2?: string | null;
|
|
901
|
+
/**
|
|
902
|
+
* Bidding category (level 3) of the product.
|
|
903
|
+
*/
|
|
904
|
+
productBiddingCategoryLevel3?: string | null;
|
|
905
|
+
/**
|
|
906
|
+
* Bidding category (level 4) of the product.
|
|
907
|
+
*/
|
|
908
|
+
productBiddingCategoryLevel4?: string | null;
|
|
909
|
+
/**
|
|
910
|
+
* Bidding category (level 5) of the product.
|
|
911
|
+
*/
|
|
912
|
+
productBiddingCategoryLevel5?: string | null;
|
|
913
|
+
/**
|
|
914
|
+
* Brand of the product.
|
|
915
|
+
*/
|
|
916
|
+
productBrand?: string | null;
|
|
917
|
+
/**
|
|
918
|
+
* Channel of the product.
|
|
919
|
+
*/
|
|
920
|
+
productChannel?: string | null;
|
|
921
|
+
/**
|
|
922
|
+
* Channel exclusivity of the product.
|
|
923
|
+
*/
|
|
924
|
+
productChannelExclusivity?: string | null;
|
|
925
|
+
/**
|
|
926
|
+
* Condition of the product.
|
|
927
|
+
*/
|
|
928
|
+
productCondition?: string | null;
|
|
929
|
+
/**
|
|
930
|
+
* Resource name of the geo target constant for the country of sale of the product.
|
|
931
|
+
*/
|
|
932
|
+
productCountry?: string | null;
|
|
933
|
+
/**
|
|
934
|
+
* Custom attribute 0 of the product.
|
|
935
|
+
*/
|
|
936
|
+
productCustomAttribute0?: string | null;
|
|
937
|
+
/**
|
|
938
|
+
* Custom attribute 1 of the product.
|
|
939
|
+
*/
|
|
940
|
+
productCustomAttribute1?: string | null;
|
|
941
|
+
/**
|
|
942
|
+
* Custom attribute 2 of the product.
|
|
943
|
+
*/
|
|
944
|
+
productCustomAttribute2?: string | null;
|
|
945
|
+
/**
|
|
946
|
+
* Custom attribute 3 of the product.
|
|
947
|
+
*/
|
|
948
|
+
productCustomAttribute3?: string | null;
|
|
949
|
+
/**
|
|
950
|
+
* Custom attribute 4 of the product.
|
|
951
|
+
*/
|
|
952
|
+
productCustomAttribute4?: string | null;
|
|
953
|
+
/**
|
|
954
|
+
* Item ID of the product.
|
|
955
|
+
*/
|
|
956
|
+
productItemId?: string | null;
|
|
957
|
+
/**
|
|
958
|
+
* Resource name of the language constant for the language of the product.
|
|
959
|
+
*/
|
|
960
|
+
productLanguage?: string | null;
|
|
961
|
+
/**
|
|
962
|
+
* Bidding category (level 1) of the product sold.
|
|
963
|
+
*/
|
|
964
|
+
productSoldBiddingCategoryLevel1?: string | null;
|
|
965
|
+
/**
|
|
966
|
+
* Bidding category (level 2) of the product sold.
|
|
967
|
+
*/
|
|
968
|
+
productSoldBiddingCategoryLevel2?: string | null;
|
|
969
|
+
/**
|
|
970
|
+
* Bidding category (level 3) of the product sold.
|
|
971
|
+
*/
|
|
972
|
+
productSoldBiddingCategoryLevel3?: string | null;
|
|
973
|
+
/**
|
|
974
|
+
* Bidding category (level 4) of the product sold.
|
|
975
|
+
*/
|
|
976
|
+
productSoldBiddingCategoryLevel4?: string | null;
|
|
977
|
+
/**
|
|
978
|
+
* Bidding category (level 5) of the product sold.
|
|
979
|
+
*/
|
|
980
|
+
productSoldBiddingCategoryLevel5?: string | null;
|
|
981
|
+
/**
|
|
982
|
+
* Brand of the product sold.
|
|
983
|
+
*/
|
|
984
|
+
productSoldBrand?: string | null;
|
|
985
|
+
/**
|
|
986
|
+
* Condition of the product sold.
|
|
987
|
+
*/
|
|
988
|
+
productSoldCondition?: string | null;
|
|
989
|
+
/**
|
|
990
|
+
* Custom attribute 0 of the product sold.
|
|
991
|
+
*/
|
|
992
|
+
productSoldCustomAttribute0?: string | null;
|
|
993
|
+
/**
|
|
994
|
+
* Custom attribute 1 of the product sold.
|
|
995
|
+
*/
|
|
996
|
+
productSoldCustomAttribute1?: string | null;
|
|
997
|
+
/**
|
|
998
|
+
* Custom attribute 2 of the product sold.
|
|
999
|
+
*/
|
|
1000
|
+
productSoldCustomAttribute2?: string | null;
|
|
1001
|
+
/**
|
|
1002
|
+
* Custom attribute 3 of the product sold.
|
|
1003
|
+
*/
|
|
1004
|
+
productSoldCustomAttribute3?: string | null;
|
|
1005
|
+
/**
|
|
1006
|
+
* Custom attribute 4 of the product sold.
|
|
1007
|
+
*/
|
|
1008
|
+
productSoldCustomAttribute4?: string | null;
|
|
1009
|
+
/**
|
|
1010
|
+
* Item ID of the product sold.
|
|
1011
|
+
*/
|
|
1012
|
+
productSoldItemId?: string | null;
|
|
1013
|
+
/**
|
|
1014
|
+
* Title of the product sold.
|
|
1015
|
+
*/
|
|
1016
|
+
productSoldTitle?: string | null;
|
|
1017
|
+
/**
|
|
1018
|
+
* Type (level 1) of the product sold.
|
|
1019
|
+
*/
|
|
1020
|
+
productSoldTypeL1?: string | null;
|
|
1021
|
+
/**
|
|
1022
|
+
* Type (level 2) of the product sold.
|
|
1023
|
+
*/
|
|
1024
|
+
productSoldTypeL2?: string | null;
|
|
1025
|
+
/**
|
|
1026
|
+
* Type (level 3) of the product sold.
|
|
1027
|
+
*/
|
|
1028
|
+
productSoldTypeL3?: string | null;
|
|
1029
|
+
/**
|
|
1030
|
+
* Type (level 4) of the product sold.
|
|
1031
|
+
*/
|
|
1032
|
+
productSoldTypeL4?: string | null;
|
|
1033
|
+
/**
|
|
1034
|
+
* Type (level 5) of the product sold.
|
|
1035
|
+
*/
|
|
1036
|
+
productSoldTypeL5?: string | null;
|
|
1037
|
+
/**
|
|
1038
|
+
* Store ID of the product.
|
|
1039
|
+
*/
|
|
1040
|
+
productStoreId?: string | null;
|
|
1041
|
+
/**
|
|
1042
|
+
* Title of the product.
|
|
1043
|
+
*/
|
|
1044
|
+
productTitle?: string | null;
|
|
1045
|
+
/**
|
|
1046
|
+
* Type (level 1) of the product.
|
|
1047
|
+
*/
|
|
1048
|
+
productTypeL1?: string | null;
|
|
1049
|
+
/**
|
|
1050
|
+
* Type (level 2) of the product.
|
|
1051
|
+
*/
|
|
1052
|
+
productTypeL2?: string | null;
|
|
1053
|
+
/**
|
|
1054
|
+
* Type (level 3) of the product.
|
|
1055
|
+
*/
|
|
1056
|
+
productTypeL3?: string | null;
|
|
1057
|
+
/**
|
|
1058
|
+
* Type (level 4) of the product.
|
|
1059
|
+
*/
|
|
1060
|
+
productTypeL4?: string | null;
|
|
1061
|
+
/**
|
|
1062
|
+
* Type (level 5) of the product.
|
|
1063
|
+
*/
|
|
1064
|
+
productTypeL5?: string | null;
|
|
705
1065
|
/**
|
|
706
1066
|
* Quarter as represented by the date of the first day of a quarter. Uses the calendar year for quarters, for example, the second quarter of 2018 starts on 2018-04-01. Formatted as yyyy-MM-dd.
|
|
707
1067
|
*/
|
|
@@ -815,6 +1175,15 @@ export declare namespace searchads360_v0 {
|
|
|
815
1175
|
*/
|
|
816
1176
|
targetSpendMicros?: string | null;
|
|
817
1177
|
}
|
|
1178
|
+
/**
|
|
1179
|
+
* A Text asset.
|
|
1180
|
+
*/
|
|
1181
|
+
export interface Schema$GoogleAdsSearchads360V0Common__TextAsset {
|
|
1182
|
+
/**
|
|
1183
|
+
* Text content of the text asset.
|
|
1184
|
+
*/
|
|
1185
|
+
text?: string | null;
|
|
1186
|
+
}
|
|
818
1187
|
/**
|
|
819
1188
|
* A type of label displaying text on a colored background.
|
|
820
1189
|
*/
|
|
@@ -829,98 +1198,252 @@ export declare namespace searchads360_v0 {
|
|
|
829
1198
|
description?: string | null;
|
|
830
1199
|
}
|
|
831
1200
|
/**
|
|
832
|
-
* A
|
|
1201
|
+
* A unified call asset.
|
|
833
1202
|
*/
|
|
834
|
-
export interface Schema$
|
|
1203
|
+
export interface Schema$GoogleAdsSearchads360V0Common__UnifiedCallAsset {
|
|
835
1204
|
/**
|
|
836
|
-
*
|
|
1205
|
+
* List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.
|
|
837
1206
|
*/
|
|
838
|
-
|
|
839
|
-
}
|
|
840
|
-
/**
|
|
841
|
-
* A generic data container.
|
|
842
|
-
*/
|
|
843
|
-
export interface Schema$GoogleAdsSearchads360V0Common__Value {
|
|
1207
|
+
adScheduleTargets?: Schema$GoogleAdsSearchads360V0Common__AdScheduleInfo[];
|
|
844
1208
|
/**
|
|
845
|
-
*
|
|
1209
|
+
* The conversion action to attribute a call conversion to. If not set, the default conversion action is used. This field only has effect if call_conversion_reporting_state is set to USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION.
|
|
846
1210
|
*/
|
|
847
|
-
|
|
1211
|
+
callConversionAction?: string | null;
|
|
848
1212
|
/**
|
|
849
|
-
*
|
|
1213
|
+
* Output only. Indicates whether this CallAsset should use its own call conversion setting, follow the account level setting, or disable call conversion.
|
|
850
1214
|
*/
|
|
851
|
-
|
|
1215
|
+
callConversionReportingState?: string | null;
|
|
852
1216
|
/**
|
|
853
|
-
*
|
|
1217
|
+
* Whether the call only shows the phone number without a link to the website. Applies to Microsoft Ads.
|
|
854
1218
|
*/
|
|
855
|
-
|
|
1219
|
+
callOnly?: boolean | null;
|
|
856
1220
|
/**
|
|
857
|
-
*
|
|
1221
|
+
* Whether the call should be enabled on call tracking. Applies to Microsoft Ads.
|
|
858
1222
|
*/
|
|
859
|
-
|
|
1223
|
+
callTrackingEnabled?: boolean | null;
|
|
860
1224
|
/**
|
|
861
|
-
*
|
|
1225
|
+
* Two-letter country code of the phone number. Examples: 'US', 'us'.
|
|
862
1226
|
*/
|
|
863
|
-
|
|
1227
|
+
countryCode?: string | null;
|
|
1228
|
+
/**
|
|
1229
|
+
* Last date of when this asset is effective and still serving, in yyyy-MM-dd format.
|
|
1230
|
+
*/
|
|
1231
|
+
endDate?: string | null;
|
|
1232
|
+
/**
|
|
1233
|
+
* The advertiser's raw phone number. Examples: '1234567890', '(123)456-7890'
|
|
1234
|
+
*/
|
|
1235
|
+
phoneNumber?: string | null;
|
|
1236
|
+
/**
|
|
1237
|
+
* Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.
|
|
1238
|
+
*/
|
|
1239
|
+
startDate?: string | null;
|
|
1240
|
+
/**
|
|
1241
|
+
* Whether to show the call extension in search user's time zone. Applies to Microsoft Ads.
|
|
1242
|
+
*/
|
|
1243
|
+
useSearcherTimeZone?: boolean | null;
|
|
864
1244
|
}
|
|
865
1245
|
/**
|
|
866
|
-
*
|
|
1246
|
+
* A unified callout asset.
|
|
867
1247
|
*/
|
|
868
|
-
export interface Schema$
|
|
1248
|
+
export interface Schema$GoogleAdsSearchads360V0Common__UnifiedCalloutAsset {
|
|
869
1249
|
/**
|
|
870
|
-
*
|
|
1250
|
+
* List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.
|
|
871
1251
|
*/
|
|
872
|
-
|
|
1252
|
+
adScheduleTargets?: Schema$GoogleAdsSearchads360V0Common__AdScheduleInfo[];
|
|
873
1253
|
/**
|
|
874
|
-
*
|
|
1254
|
+
* The callout text. The length of this string should be between 1 and 25, inclusive.
|
|
875
1255
|
*/
|
|
876
|
-
|
|
1256
|
+
calloutText?: string | null;
|
|
877
1257
|
/**
|
|
878
|
-
*
|
|
1258
|
+
* Last date of when this asset is effective and still serving, in yyyy-MM-dd format.
|
|
879
1259
|
*/
|
|
880
|
-
|
|
1260
|
+
endDate?: string | null;
|
|
1261
|
+
/**
|
|
1262
|
+
* Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.
|
|
1263
|
+
*/
|
|
1264
|
+
startDate?: string | null;
|
|
1265
|
+
/**
|
|
1266
|
+
* Whether to show the asset in search user's time zone. Applies to Microsoft Ads.
|
|
1267
|
+
*/
|
|
1268
|
+
useSearcherTimeZone?: boolean | null;
|
|
881
1269
|
}
|
|
882
1270
|
/**
|
|
883
|
-
*
|
|
1271
|
+
* A unified location asset.
|
|
884
1272
|
*/
|
|
885
|
-
export interface Schema$
|
|
1273
|
+
export interface Schema$GoogleAdsSearchads360V0Common__UnifiedLocationAsset {
|
|
886
1274
|
/**
|
|
887
|
-
*
|
|
1275
|
+
* The list of business locations for the customer. This will only be returned if the Location Asset is syncing from the Business Profile account. It is possible to have multiple Business Profile listings under the same account that point to the same Place ID.
|
|
888
1276
|
*/
|
|
889
|
-
|
|
1277
|
+
businessProfileLocations?: Schema$GoogleAdsSearchads360V0Common__BusinessProfileLocation[];
|
|
890
1278
|
/**
|
|
891
|
-
*
|
|
1279
|
+
* The type of location ownership. If the type is BUSINESS_OWNER, it will be served as a location extension. If the type is AFFILIATE, it will be served as an affiliate location.
|
|
892
1280
|
*/
|
|
893
|
-
|
|
1281
|
+
locationOwnershipType?: string | null;
|
|
894
1282
|
/**
|
|
895
|
-
*
|
|
1283
|
+
* Place IDs uniquely identify a place in the Google Places database and on Google Maps. This field is unique for a given customer ID and asset type. See https://developers.google.com/places/web-service/place-id to learn more about Place ID.
|
|
896
1284
|
*/
|
|
897
|
-
|
|
1285
|
+
placeId?: string | null;
|
|
898
1286
|
}
|
|
899
1287
|
/**
|
|
900
|
-
* A
|
|
1288
|
+
* A Unified Page Feed asset.
|
|
901
1289
|
*/
|
|
902
|
-
export interface Schema$
|
|
1290
|
+
export interface Schema$GoogleAdsSearchads360V0Common__UnifiedPageFeedAsset {
|
|
903
1291
|
/**
|
|
904
|
-
*
|
|
1292
|
+
* Labels used to group the page urls.
|
|
905
1293
|
*/
|
|
906
|
-
|
|
1294
|
+
labels?: string[] | null;
|
|
907
1295
|
/**
|
|
908
|
-
*
|
|
1296
|
+
* The webpage that advertisers want to target.
|
|
909
1297
|
*/
|
|
910
|
-
|
|
1298
|
+
pageUrl?: string | null;
|
|
911
1299
|
}
|
|
912
1300
|
/**
|
|
913
|
-
*
|
|
1301
|
+
* A unified sitelink asset.
|
|
914
1302
|
*/
|
|
915
|
-
export interface Schema$
|
|
1303
|
+
export interface Schema$GoogleAdsSearchads360V0Common__UnifiedSitelinkAsset {
|
|
916
1304
|
/**
|
|
917
|
-
*
|
|
1305
|
+
* List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.
|
|
918
1306
|
*/
|
|
919
|
-
|
|
1307
|
+
adScheduleTargets?: Schema$GoogleAdsSearchads360V0Common__AdScheduleInfo[];
|
|
920
1308
|
/**
|
|
921
|
-
*
|
|
1309
|
+
* First line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description2 must also be set.
|
|
922
1310
|
*/
|
|
923
|
-
|
|
1311
|
+
description1?: string | null;
|
|
1312
|
+
/**
|
|
1313
|
+
* Second line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description1 must also be set.
|
|
1314
|
+
*/
|
|
1315
|
+
description2?: string | null;
|
|
1316
|
+
/**
|
|
1317
|
+
* Last date of when this asset is effective and still serving, in yyyy-MM-dd format.
|
|
1318
|
+
*/
|
|
1319
|
+
endDate?: string | null;
|
|
1320
|
+
/**
|
|
1321
|
+
* URL display text for the sitelink. The length of this string should be between 1 and 25, inclusive.
|
|
1322
|
+
*/
|
|
1323
|
+
linkText?: string | null;
|
|
1324
|
+
/**
|
|
1325
|
+
* Whether the preference is for the sitelink asset to be displayed on mobile devices. Applies to Microsoft Ads.
|
|
1326
|
+
*/
|
|
1327
|
+
mobilePreferred?: boolean | null;
|
|
1328
|
+
/**
|
|
1329
|
+
* Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.
|
|
1330
|
+
*/
|
|
1331
|
+
startDate?: string | null;
|
|
1332
|
+
/**
|
|
1333
|
+
* ID used for tracking clicks for the sitelink asset. This is a Yahoo! Japan only field.
|
|
1334
|
+
*/
|
|
1335
|
+
trackingId?: string | null;
|
|
1336
|
+
/**
|
|
1337
|
+
* Whether to show the sitelink asset in search user's time zone. Applies to Microsoft Ads.
|
|
1338
|
+
*/
|
|
1339
|
+
useSearcherTimeZone?: boolean | null;
|
|
1340
|
+
}
|
|
1341
|
+
/**
|
|
1342
|
+
* A User List criterion. Represents a user list that is defined by the advertiser to be targeted.
|
|
1343
|
+
*/
|
|
1344
|
+
export interface Schema$GoogleAdsSearchads360V0Common__UserListInfo {
|
|
1345
|
+
/**
|
|
1346
|
+
* The User List resource name.
|
|
1347
|
+
*/
|
|
1348
|
+
userList?: string | null;
|
|
1349
|
+
}
|
|
1350
|
+
/**
|
|
1351
|
+
* A generic data container.
|
|
1352
|
+
*/
|
|
1353
|
+
export interface Schema$GoogleAdsSearchads360V0Common__Value {
|
|
1354
|
+
/**
|
|
1355
|
+
* A boolean.
|
|
1356
|
+
*/
|
|
1357
|
+
booleanValue?: boolean | null;
|
|
1358
|
+
/**
|
|
1359
|
+
* A double.
|
|
1360
|
+
*/
|
|
1361
|
+
doubleValue?: number | null;
|
|
1362
|
+
/**
|
|
1363
|
+
* A float.
|
|
1364
|
+
*/
|
|
1365
|
+
floatValue?: number | null;
|
|
1366
|
+
/**
|
|
1367
|
+
* An int64.
|
|
1368
|
+
*/
|
|
1369
|
+
int64Value?: string | null;
|
|
1370
|
+
/**
|
|
1371
|
+
* A string.
|
|
1372
|
+
*/
|
|
1373
|
+
stringValue?: string | null;
|
|
1374
|
+
}
|
|
1375
|
+
/**
|
|
1376
|
+
* Logical expression for targeting webpages of an advertiser's website.
|
|
1377
|
+
*/
|
|
1378
|
+
export interface Schema$GoogleAdsSearchads360V0Common__WebpageConditionInfo {
|
|
1379
|
+
/**
|
|
1380
|
+
* Argument of webpage targeting condition.
|
|
1381
|
+
*/
|
|
1382
|
+
argument?: string | null;
|
|
1383
|
+
/**
|
|
1384
|
+
* Operand of webpage targeting condition.
|
|
1385
|
+
*/
|
|
1386
|
+
operand?: string | null;
|
|
1387
|
+
/**
|
|
1388
|
+
* Operator of webpage targeting condition.
|
|
1389
|
+
*/
|
|
1390
|
+
operator?: string | null;
|
|
1391
|
+
}
|
|
1392
|
+
/**
|
|
1393
|
+
* Represents a criterion for targeting webpages of an advertiser's website.
|
|
1394
|
+
*/
|
|
1395
|
+
export interface Schema$GoogleAdsSearchads360V0Common__WebpageInfo {
|
|
1396
|
+
/**
|
|
1397
|
+
* Conditions, or logical expressions, for webpage targeting. The list of webpage targeting conditions are and-ed together when evaluated for targeting. An empty list of conditions indicates all pages of the campaign's website are targeted. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
|
1398
|
+
*/
|
|
1399
|
+
conditions?: Schema$GoogleAdsSearchads360V0Common__WebpageConditionInfo[];
|
|
1400
|
+
/**
|
|
1401
|
+
* Website criteria coverage percentage. This is the computed percentage of website coverage based on the website target, negative website target and negative keywords in the ad group and campaign. For instance, when coverage returns as 1, it indicates it has 100% coverage. This field is read-only.
|
|
1402
|
+
*/
|
|
1403
|
+
coveragePercentage?: number | null;
|
|
1404
|
+
/**
|
|
1405
|
+
* The name of the criterion that is defined by this parameter. The name value will be used for identifying, sorting and filtering criteria with this type of parameters. This field is required for CREATE operations and is prohibited on UPDATE operations.
|
|
1406
|
+
*/
|
|
1407
|
+
criterionName?: string | null;
|
|
1408
|
+
}
|
|
1409
|
+
/**
|
|
1410
|
+
* A YouTube asset.
|
|
1411
|
+
*/
|
|
1412
|
+
export interface Schema$GoogleAdsSearchads360V0Common__YoutubeVideoAsset {
|
|
1413
|
+
/**
|
|
1414
|
+
* YouTube video id. This is the 11 character string value used in the YouTube video URL.
|
|
1415
|
+
*/
|
|
1416
|
+
youtubeVideoId?: string | null;
|
|
1417
|
+
/**
|
|
1418
|
+
* YouTube video title.
|
|
1419
|
+
*/
|
|
1420
|
+
youtubeVideoTitle?: string | null;
|
|
1421
|
+
}
|
|
1422
|
+
/**
|
|
1423
|
+
* A part of a field path.
|
|
1424
|
+
*/
|
|
1425
|
+
export interface Schema$GoogleAdsSearchads360V0Errors_ErrorLocation_FieldPathElement {
|
|
1426
|
+
/**
|
|
1427
|
+
* The name of a field or a oneof
|
|
1428
|
+
*/
|
|
1429
|
+
fieldName?: string | null;
|
|
1430
|
+
/**
|
|
1431
|
+
* If field_name is a repeated field, this is the element that failed
|
|
1432
|
+
*/
|
|
1433
|
+
index?: number | null;
|
|
1434
|
+
}
|
|
1435
|
+
/**
|
|
1436
|
+
* The error reason represented by type and enum.
|
|
1437
|
+
*/
|
|
1438
|
+
export interface Schema$GoogleAdsSearchads360V0Errors__ErrorCode {
|
|
1439
|
+
/**
|
|
1440
|
+
* Indicates failure to properly authenticate user.
|
|
1441
|
+
*/
|
|
1442
|
+
authenticationError?: string | null;
|
|
1443
|
+
/**
|
|
1444
|
+
* An error encountered when trying to authorize a user.
|
|
1445
|
+
*/
|
|
1446
|
+
authorizationError?: string | null;
|
|
924
1447
|
/**
|
|
925
1448
|
* The reasons for the custom column error
|
|
926
1449
|
*/
|
|
@@ -945,12 +1468,16 @@ export declare namespace searchads360_v0 {
|
|
|
945
1468
|
* An unexpected server-side error.
|
|
946
1469
|
*/
|
|
947
1470
|
internalError?: string | null;
|
|
1471
|
+
/**
|
|
1472
|
+
* The reasons for invalid parameter errors.
|
|
1473
|
+
*/
|
|
1474
|
+
invalidParameterError?: string | null;
|
|
948
1475
|
/**
|
|
949
1476
|
* An error with the query
|
|
950
1477
|
*/
|
|
951
1478
|
queryError?: string | null;
|
|
952
1479
|
/**
|
|
953
|
-
* An error with the
|
|
1480
|
+
* An error with the amount of quota remaining.
|
|
954
1481
|
*/
|
|
955
1482
|
quotaError?: string | null;
|
|
956
1483
|
/**
|
|
@@ -1039,6 +1566,15 @@ export declare namespace searchads360_v0 {
|
|
|
1039
1566
|
*/
|
|
1040
1567
|
requestId?: string | null;
|
|
1041
1568
|
}
|
|
1569
|
+
/**
|
|
1570
|
+
* Estimates for criterion bids at various positions.
|
|
1571
|
+
*/
|
|
1572
|
+
export interface Schema$GoogleAdsSearchads360V0Resources_AdGroupCriterion_PositionEstimates {
|
|
1573
|
+
/**
|
|
1574
|
+
* Output only. The estimate of the CPC bid required for ad to be displayed at the top of the first page of search results.
|
|
1575
|
+
*/
|
|
1576
|
+
topOfPageCpcMicros?: string | null;
|
|
1577
|
+
}
|
|
1042
1578
|
/**
|
|
1043
1579
|
* A container for ad group criterion quality information.
|
|
1044
1580
|
*/
|
|
@@ -1109,7 +1645,7 @@ export declare namespace searchads360_v0 {
|
|
|
1109
1645
|
optimizationGoalTypes?: string[] | null;
|
|
1110
1646
|
}
|
|
1111
1647
|
/**
|
|
1112
|
-
* Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards.
|
|
1648
|
+
* Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards. This feature only applies to app campaigns that use MULTI_CHANNEL as AdvertisingChannelType and APP_CAMPAIGN or APP_CAMPAIGN_FOR_ENGAGEMENT as AdvertisingChannelSubType.
|
|
1113
1649
|
*/
|
|
1114
1650
|
export interface Schema$GoogleAdsSearchads360V0Resources_Campaign_SelectiveOptimization {
|
|
1115
1651
|
/**
|
|
@@ -1202,6 +1738,81 @@ export declare namespace searchads360_v0 {
|
|
|
1202
1738
|
*/
|
|
1203
1739
|
defaultValue?: number | null;
|
|
1204
1740
|
}
|
|
1741
|
+
/**
|
|
1742
|
+
* One element of a bidding category at a certain level. Top-level categories are at level 1, their children at level 2, and so on. We currently support up to 5 levels. The user must specify a dimension type that indicates the level of the category. All cases of the same subdivision must have the same dimension type (category level).
|
|
1743
|
+
*/
|
|
1744
|
+
export interface Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBiddingCategory {
|
|
1745
|
+
/**
|
|
1746
|
+
* ID of the product bidding category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436
|
|
1747
|
+
*/
|
|
1748
|
+
id?: string | null;
|
|
1749
|
+
/**
|
|
1750
|
+
* Indicates the level of the category in the taxonomy.
|
|
1751
|
+
*/
|
|
1752
|
+
level?: string | null;
|
|
1753
|
+
}
|
|
1754
|
+
/**
|
|
1755
|
+
* Brand of the product.
|
|
1756
|
+
*/
|
|
1757
|
+
export interface Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBrand {
|
|
1758
|
+
/**
|
|
1759
|
+
* String value of the product brand.
|
|
1760
|
+
*/
|
|
1761
|
+
value?: string | null;
|
|
1762
|
+
}
|
|
1763
|
+
/**
|
|
1764
|
+
* Locality of a product offer.
|
|
1765
|
+
*/
|
|
1766
|
+
export interface Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductChannel {
|
|
1767
|
+
/**
|
|
1768
|
+
* Value of the locality.
|
|
1769
|
+
*/
|
|
1770
|
+
channel?: string | null;
|
|
1771
|
+
}
|
|
1772
|
+
/**
|
|
1773
|
+
* Condition of a product offer.
|
|
1774
|
+
*/
|
|
1775
|
+
export interface Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCondition {
|
|
1776
|
+
/**
|
|
1777
|
+
* Value of the condition.
|
|
1778
|
+
*/
|
|
1779
|
+
condition?: string | null;
|
|
1780
|
+
}
|
|
1781
|
+
/**
|
|
1782
|
+
* Custom attribute of a product offer.
|
|
1783
|
+
*/
|
|
1784
|
+
export interface Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCustomAttribute {
|
|
1785
|
+
/**
|
|
1786
|
+
* Indicates the index of the custom attribute.
|
|
1787
|
+
*/
|
|
1788
|
+
index?: string | null;
|
|
1789
|
+
/**
|
|
1790
|
+
* String value of the product custom attribute.
|
|
1791
|
+
*/
|
|
1792
|
+
value?: string | null;
|
|
1793
|
+
}
|
|
1794
|
+
/**
|
|
1795
|
+
* Item id of a product offer.
|
|
1796
|
+
*/
|
|
1797
|
+
export interface Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductItemId {
|
|
1798
|
+
/**
|
|
1799
|
+
* Value of the id.
|
|
1800
|
+
*/
|
|
1801
|
+
value?: string | null;
|
|
1802
|
+
}
|
|
1803
|
+
/**
|
|
1804
|
+
* Type of a product offer.
|
|
1805
|
+
*/
|
|
1806
|
+
export interface Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductType {
|
|
1807
|
+
/**
|
|
1808
|
+
* Level of the type.
|
|
1809
|
+
*/
|
|
1810
|
+
level?: string | null;
|
|
1811
|
+
/**
|
|
1812
|
+
* Value of the type.
|
|
1813
|
+
*/
|
|
1814
|
+
value?: string | null;
|
|
1815
|
+
}
|
|
1205
1816
|
/**
|
|
1206
1817
|
* An ad.
|
|
1207
1818
|
*/
|
|
@@ -1374,6 +1985,48 @@ export declare namespace searchads360_v0 {
|
|
|
1374
1985
|
*/
|
|
1375
1986
|
resourceName?: string | null;
|
|
1376
1987
|
}
|
|
1988
|
+
/**
|
|
1989
|
+
* A link between an ad group and an asset.
|
|
1990
|
+
*/
|
|
1991
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupAsset {
|
|
1992
|
+
/**
|
|
1993
|
+
* Required. Immutable. The ad group to which the asset is linked.
|
|
1994
|
+
*/
|
|
1995
|
+
adGroup?: string | null;
|
|
1996
|
+
/**
|
|
1997
|
+
* Required. Immutable. The asset which is linked to the ad group.
|
|
1998
|
+
*/
|
|
1999
|
+
asset?: string | null;
|
|
2000
|
+
/**
|
|
2001
|
+
* Immutable. The resource name of the ad group asset. AdGroupAsset resource names have the form: `customers/{customer_id\}/adGroupAssets/{ad_group_id\}~{asset_id\}~{field_type\}`
|
|
2002
|
+
*/
|
|
2003
|
+
resourceName?: string | null;
|
|
2004
|
+
/**
|
|
2005
|
+
* Status of the ad group asset.
|
|
2006
|
+
*/
|
|
2007
|
+
status?: string | null;
|
|
2008
|
+
}
|
|
2009
|
+
/**
|
|
2010
|
+
* AdGroupAssetSet is the linkage between an ad group and an asset set. Creating an AdGroupAssetSet links an asset set with an ad group.
|
|
2011
|
+
*/
|
|
2012
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__AdGroupAssetSet {
|
|
2013
|
+
/**
|
|
2014
|
+
* Immutable. The ad group to which this asset set is linked.
|
|
2015
|
+
*/
|
|
2016
|
+
adGroup?: string | null;
|
|
2017
|
+
/**
|
|
2018
|
+
* Immutable. The asset set which is linked to the ad group.
|
|
2019
|
+
*/
|
|
2020
|
+
assetSet?: string | null;
|
|
2021
|
+
/**
|
|
2022
|
+
* Immutable. The resource name of the ad group asset set. Ad group asset set resource names have the form: `customers/{customer_id\}/adGroupAssetSets/{ad_group_id\}~{asset_set_id\}`
|
|
2023
|
+
*/
|
|
2024
|
+
resourceName?: string | null;
|
|
2025
|
+
/**
|
|
2026
|
+
* Output only. The status of the ad group asset set. Read-only.
|
|
2027
|
+
*/
|
|
2028
|
+
status?: string | null;
|
|
2029
|
+
}
|
|
1377
2030
|
/**
|
|
1378
2031
|
* An ad group audience view. Includes performance data from interests and remarketing lists for Display Network and YouTube Network ads, and remarketing lists for search ads (RLSA), aggregated at the audience level.
|
|
1379
2032
|
*/
|
|
@@ -1469,13 +2122,17 @@ export declare namespace searchads360_v0 {
|
|
|
1469
2122
|
*/
|
|
1470
2123
|
listingGroup?: Schema$GoogleAdsSearchads360V0Common__ListingGroupInfo;
|
|
1471
2124
|
/**
|
|
1472
|
-
*
|
|
2125
|
+
* Immutable. Location.
|
|
1473
2126
|
*/
|
|
1474
2127
|
location?: Schema$GoogleAdsSearchads360V0Common__LocationInfo;
|
|
1475
2128
|
/**
|
|
1476
2129
|
* Immutable. Whether to target (`false`) or exclude (`true`) the criterion. This field is immutable. To switch a criterion from positive to negative, remove then re-add it.
|
|
1477
2130
|
*/
|
|
1478
2131
|
negative?: boolean | null;
|
|
2132
|
+
/**
|
|
2133
|
+
* Output only. Estimates for criterion bids at various positions.
|
|
2134
|
+
*/
|
|
2135
|
+
positionEstimates?: Schema$GoogleAdsSearchads360V0Resources_AdGroupCriterion_PositionEstimates;
|
|
1479
2136
|
/**
|
|
1480
2137
|
* Output only. Information regarding the quality of the criterion.
|
|
1481
2138
|
*/
|
|
@@ -1552,6 +2209,18 @@ export declare namespace searchads360_v0 {
|
|
|
1552
2209
|
* Asset is a part of an ad which can be shared across multiple ads. It can be an image (ImageAsset), a video (YoutubeVideoAsset), etc. Assets are immutable and cannot be removed. To stop an asset from serving, remove the asset from the entity that is using it.
|
|
1553
2210
|
*/
|
|
1554
2211
|
export interface Schema$GoogleAdsSearchads360V0Resources__Asset {
|
|
2212
|
+
/**
|
|
2213
|
+
* Output only. A unified call asset.
|
|
2214
|
+
*/
|
|
2215
|
+
callAsset?: Schema$GoogleAdsSearchads360V0Common__UnifiedCallAsset;
|
|
2216
|
+
/**
|
|
2217
|
+
* Output only. A unified callout asset.
|
|
2218
|
+
*/
|
|
2219
|
+
calloutAsset?: Schema$GoogleAdsSearchads360V0Common__UnifiedCalloutAsset;
|
|
2220
|
+
/**
|
|
2221
|
+
* Immutable. A call to action asset.
|
|
2222
|
+
*/
|
|
2223
|
+
callToActionAsset?: Schema$GoogleAdsSearchads360V0Common__CallToActionAsset;
|
|
1555
2224
|
/**
|
|
1556
2225
|
* Output only. The timestamp when this asset was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
|
|
1557
2226
|
*/
|
|
@@ -1568,22 +2237,46 @@ export declare namespace searchads360_v0 {
|
|
|
1568
2237
|
* Output only. The ID of the asset.
|
|
1569
2238
|
*/
|
|
1570
2239
|
id?: string | null;
|
|
2240
|
+
/**
|
|
2241
|
+
* Output only. An image asset.
|
|
2242
|
+
*/
|
|
2243
|
+
imageAsset?: Schema$GoogleAdsSearchads360V0Common__ImageAsset;
|
|
1571
2244
|
/**
|
|
1572
2245
|
* Output only. The datetime when this asset was last modified. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.
|
|
1573
2246
|
*/
|
|
1574
2247
|
lastModifiedTime?: string | null;
|
|
2248
|
+
/**
|
|
2249
|
+
* Output only. A unified location asset.
|
|
2250
|
+
*/
|
|
2251
|
+
locationAsset?: Schema$GoogleAdsSearchads360V0Common__UnifiedLocationAsset;
|
|
1575
2252
|
/**
|
|
1576
2253
|
* A mobile app asset.
|
|
1577
2254
|
*/
|
|
1578
2255
|
mobileAppAsset?: Schema$GoogleAdsSearchads360V0Common__MobileAppAsset;
|
|
2256
|
+
/**
|
|
2257
|
+
* Optional name of the asset.
|
|
2258
|
+
*/
|
|
2259
|
+
name?: string | null;
|
|
2260
|
+
/**
|
|
2261
|
+
* Output only. A unified page feed asset.
|
|
2262
|
+
*/
|
|
2263
|
+
pageFeedAsset?: Schema$GoogleAdsSearchads360V0Common__UnifiedPageFeedAsset;
|
|
1579
2264
|
/**
|
|
1580
2265
|
* Immutable. The resource name of the asset. Asset resource names have the form: `customers/{customer_id\}/assets/{asset_id\}`
|
|
1581
2266
|
*/
|
|
1582
2267
|
resourceName?: string | null;
|
|
2268
|
+
/**
|
|
2269
|
+
* Output only. A unified sitelink asset.
|
|
2270
|
+
*/
|
|
2271
|
+
sitelinkAsset?: Schema$GoogleAdsSearchads360V0Common__UnifiedSitelinkAsset;
|
|
1583
2272
|
/**
|
|
1584
2273
|
* Output only. The status of the asset.
|
|
1585
2274
|
*/
|
|
1586
2275
|
status?: string | null;
|
|
2276
|
+
/**
|
|
2277
|
+
* Output only. A text asset.
|
|
2278
|
+
*/
|
|
2279
|
+
textAsset?: Schema$GoogleAdsSearchads360V0Common__TextAsset;
|
|
1587
2280
|
/**
|
|
1588
2281
|
* URL template for constructing a tracking URL.
|
|
1589
2282
|
*/
|
|
@@ -1592,6 +2285,156 @@ export declare namespace searchads360_v0 {
|
|
|
1592
2285
|
* Output only. Type of the asset.
|
|
1593
2286
|
*/
|
|
1594
2287
|
type?: string | null;
|
|
2288
|
+
/**
|
|
2289
|
+
* Immutable. A YouTube video asset.
|
|
2290
|
+
*/
|
|
2291
|
+
youtubeVideoAsset?: Schema$GoogleAdsSearchads360V0Common__YoutubeVideoAsset;
|
|
2292
|
+
}
|
|
2293
|
+
/**
|
|
2294
|
+
* An asset group. AssetGroupAsset is used to link an asset to the asset group. AssetGroupSignal is used to associate a signal to an asset group.
|
|
2295
|
+
*/
|
|
2296
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__AssetGroup {
|
|
2297
|
+
/**
|
|
2298
|
+
* Output only. Overall ad strength of this asset group.
|
|
2299
|
+
*/
|
|
2300
|
+
adStrength?: string | null;
|
|
2301
|
+
/**
|
|
2302
|
+
* Immutable. The campaign with which this asset group is associated. The asset which is linked to the asset group.
|
|
2303
|
+
*/
|
|
2304
|
+
campaign?: string | null;
|
|
2305
|
+
/**
|
|
2306
|
+
* A list of final mobile URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out.
|
|
2307
|
+
*/
|
|
2308
|
+
finalMobileUrls?: string[] | null;
|
|
2309
|
+
/**
|
|
2310
|
+
* A list of final URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out.
|
|
2311
|
+
*/
|
|
2312
|
+
finalUrls?: string[] | null;
|
|
2313
|
+
/**
|
|
2314
|
+
* Output only. The ID of the asset group.
|
|
2315
|
+
*/
|
|
2316
|
+
id?: string | null;
|
|
2317
|
+
/**
|
|
2318
|
+
* Required. Name of the asset group. Required. It must have a minimum length of 1 and maximum length of 128. It must be unique under a campaign.
|
|
2319
|
+
*/
|
|
2320
|
+
name?: string | null;
|
|
2321
|
+
/**
|
|
2322
|
+
* First part of text that may appear appended to the url displayed in the ad.
|
|
2323
|
+
*/
|
|
2324
|
+
path1?: string | null;
|
|
2325
|
+
/**
|
|
2326
|
+
* Second part of text that may appear appended to the url displayed in the ad. This field can only be set when path1 is set.
|
|
2327
|
+
*/
|
|
2328
|
+
path2?: string | null;
|
|
2329
|
+
/**
|
|
2330
|
+
* Immutable. The resource name of the asset group. Asset group resource names have the form: `customers/{customer_id\}/assetGroups/{asset_group_id\}`
|
|
2331
|
+
*/
|
|
2332
|
+
resourceName?: string | null;
|
|
2333
|
+
/**
|
|
2334
|
+
* The status of the asset group.
|
|
2335
|
+
*/
|
|
2336
|
+
status?: string | null;
|
|
2337
|
+
}
|
|
2338
|
+
/**
|
|
2339
|
+
* AssetGroupAsset is the link between an asset and an asset group. Adding an AssetGroupAsset links an asset with an asset group.
|
|
2340
|
+
*/
|
|
2341
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__AssetGroupAsset {
|
|
2342
|
+
/**
|
|
2343
|
+
* Immutable. The asset which this asset group asset is linking.
|
|
2344
|
+
*/
|
|
2345
|
+
asset?: string | null;
|
|
2346
|
+
/**
|
|
2347
|
+
* Immutable. The asset group which this asset group asset is linking.
|
|
2348
|
+
*/
|
|
2349
|
+
assetGroup?: string | null;
|
|
2350
|
+
/**
|
|
2351
|
+
* The description of the placement of the asset within the asset group. For example: HEADLINE, YOUTUBE_VIDEO etc
|
|
2352
|
+
*/
|
|
2353
|
+
fieldType?: string | null;
|
|
2354
|
+
/**
|
|
2355
|
+
* Immutable. The resource name of the asset group asset. Asset group asset resource name have the form: `customers/{customer_id\}/assetGroupAssets/{asset_group_id\}~{asset_id\}~{field_type\}`
|
|
2356
|
+
*/
|
|
2357
|
+
resourceName?: string | null;
|
|
2358
|
+
/**
|
|
2359
|
+
* The status of the link between an asset and asset group.
|
|
2360
|
+
*/
|
|
2361
|
+
status?: string | null;
|
|
2362
|
+
}
|
|
2363
|
+
/**
|
|
2364
|
+
* Asset group asset combination data
|
|
2365
|
+
*/
|
|
2366
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__AssetGroupAssetCombinationData {
|
|
2367
|
+
/**
|
|
2368
|
+
* Output only. Served assets.
|
|
2369
|
+
*/
|
|
2370
|
+
assetCombinationServedAssets?: Schema$GoogleAdsSearchads360V0Common__AssetUsage[];
|
|
2371
|
+
}
|
|
2372
|
+
/**
|
|
2373
|
+
* AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.
|
|
2374
|
+
*/
|
|
2375
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__AssetGroupListingGroupFilter {
|
|
2376
|
+
/**
|
|
2377
|
+
* Immutable. The asset group which this asset group listing group filter is part of.
|
|
2378
|
+
*/
|
|
2379
|
+
assetGroup?: string | null;
|
|
2380
|
+
/**
|
|
2381
|
+
* Dimension value with which this listing group is refining its parent. Undefined for the root group.
|
|
2382
|
+
*/
|
|
2383
|
+
caseValue?: Schema$GoogleAdsSearchads360V0Resources__ListingGroupFilterDimension;
|
|
2384
|
+
/**
|
|
2385
|
+
* Output only. The ID of the ListingGroupFilter.
|
|
2386
|
+
*/
|
|
2387
|
+
id?: string | null;
|
|
2388
|
+
/**
|
|
2389
|
+
* Immutable. Resource name of the parent listing group subdivision. Null for the root listing group filter node.
|
|
2390
|
+
*/
|
|
2391
|
+
parentListingGroupFilter?: string | null;
|
|
2392
|
+
/**
|
|
2393
|
+
* Output only. The path of dimensions defining this listing group filter.
|
|
2394
|
+
*/
|
|
2395
|
+
path?: Schema$GoogleAdsSearchads360V0Resources__ListingGroupFilterDimensionPath;
|
|
2396
|
+
/**
|
|
2397
|
+
* Immutable. The resource name of the asset group listing group filter. Asset group listing group filter resource name have the form: `customers/{customer_id\}/assetGroupListingGroupFilters/{asset_group_id\}~{listing_group_filter_id\}`
|
|
2398
|
+
*/
|
|
2399
|
+
resourceName?: string | null;
|
|
2400
|
+
/**
|
|
2401
|
+
* Immutable. Type of a listing group filter node.
|
|
2402
|
+
*/
|
|
2403
|
+
type?: string | null;
|
|
2404
|
+
/**
|
|
2405
|
+
* Immutable. The vertical the current node tree represents. All nodes in the same tree must belong to the same vertical.
|
|
2406
|
+
*/
|
|
2407
|
+
vertical?: string | null;
|
|
2408
|
+
}
|
|
2409
|
+
/**
|
|
2410
|
+
* AssetGroupSignal represents a signal in an asset group. The existence of a signal tells the performance max campaign who's most likely to convert. Performance Max uses the signal to look for new people with similar or stronger intent to find conversions across Search, Display, Video, and more.
|
|
2411
|
+
*/
|
|
2412
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__AssetGroupSignal {
|
|
2413
|
+
/**
|
|
2414
|
+
* Immutable. The asset group which this asset group signal belongs to.
|
|
2415
|
+
*/
|
|
2416
|
+
assetGroup?: string | null;
|
|
2417
|
+
/**
|
|
2418
|
+
* Immutable. The audience signal to be used by the performance max campaign.
|
|
2419
|
+
*/
|
|
2420
|
+
audience?: Schema$GoogleAdsSearchads360V0Common__AudienceInfo;
|
|
2421
|
+
/**
|
|
2422
|
+
* Immutable. The resource name of the asset group signal. Asset group signal resource name have the form: `customers/{customer_id\}/assetGroupSignals/{asset_group_id\}~{signal_id\}`
|
|
2423
|
+
*/
|
|
2424
|
+
resourceName?: string | null;
|
|
2425
|
+
}
|
|
2426
|
+
/**
|
|
2427
|
+
* A view on the usage of ad group ad asset combination.
|
|
2428
|
+
*/
|
|
2429
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__AssetGroupTopCombinationView {
|
|
2430
|
+
/**
|
|
2431
|
+
* Output only. The top combinations of assets that served together.
|
|
2432
|
+
*/
|
|
2433
|
+
assetGroupTopCombinations?: Schema$GoogleAdsSearchads360V0Resources__AssetGroupAssetCombinationData[];
|
|
2434
|
+
/**
|
|
2435
|
+
* Output only. The resource name of the asset group top combination view. AssetGroup Top Combination view resource names have the form: `"customers/{customer_id\}/assetGroupTopCombinationViews/{asset_group_id\}~{asset_combination_category\}"
|
|
2436
|
+
*/
|
|
2437
|
+
resourceName?: string | null;
|
|
1595
2438
|
}
|
|
1596
2439
|
/**
|
|
1597
2440
|
* An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set.
|
|
@@ -1606,6 +2449,48 @@ export declare namespace searchads360_v0 {
|
|
|
1606
2449
|
*/
|
|
1607
2450
|
resourceName?: string | null;
|
|
1608
2451
|
}
|
|
2452
|
+
/**
|
|
2453
|
+
* AssetSetAsset is the link between an asset and an asset set. Adding an AssetSetAsset links an asset with an asset set.
|
|
2454
|
+
*/
|
|
2455
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__AssetSetAsset {
|
|
2456
|
+
/**
|
|
2457
|
+
* Immutable. The asset which this asset set asset is linking to.
|
|
2458
|
+
*/
|
|
2459
|
+
asset?: string | null;
|
|
2460
|
+
/**
|
|
2461
|
+
* Immutable. The asset set which this asset set asset is linking to.
|
|
2462
|
+
*/
|
|
2463
|
+
assetSet?: string | null;
|
|
2464
|
+
/**
|
|
2465
|
+
* Immutable. The resource name of the asset set asset. Asset set asset resource names have the form: `customers/{customer_id\}/assetSetAssets/{asset_set_id\}~{asset_id\}`
|
|
2466
|
+
*/
|
|
2467
|
+
resourceName?: string | null;
|
|
2468
|
+
/**
|
|
2469
|
+
* Output only. The status of the asset set asset. Read-only.
|
|
2470
|
+
*/
|
|
2471
|
+
status?: string | null;
|
|
2472
|
+
}
|
|
2473
|
+
/**
|
|
2474
|
+
* Audience is an effective targeting option that lets you intersect different segment attributes, such as detailed demographics and affinities, to create audiences that represent sections of your target segments.
|
|
2475
|
+
*/
|
|
2476
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__Audience {
|
|
2477
|
+
/**
|
|
2478
|
+
* Description of this audience.
|
|
2479
|
+
*/
|
|
2480
|
+
description?: string | null;
|
|
2481
|
+
/**
|
|
2482
|
+
* Output only. ID of the audience.
|
|
2483
|
+
*/
|
|
2484
|
+
id?: string | null;
|
|
2485
|
+
/**
|
|
2486
|
+
* Required. Name of the audience. It should be unique across all audiences. It must have a minimum length of 1 and maximum length of 255.
|
|
2487
|
+
*/
|
|
2488
|
+
name?: string | null;
|
|
2489
|
+
/**
|
|
2490
|
+
* Immutable. The resource name of the audience. Audience names have the form: `customers/{customer_id\}/audiences/{audience_id\}`
|
|
2491
|
+
*/
|
|
2492
|
+
resourceName?: string | null;
|
|
2493
|
+
}
|
|
1609
2494
|
/**
|
|
1610
2495
|
* A bidding strategy.
|
|
1611
2496
|
*/
|
|
@@ -1804,7 +2689,7 @@ export declare namespace searchads360_v0 {
|
|
|
1804
2689
|
*/
|
|
1805
2690
|
resourceName?: string | null;
|
|
1806
2691
|
/**
|
|
1807
|
-
* Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards.
|
|
2692
|
+
* Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards. This feature only applies to app campaigns that use MULTI_CHANNEL as AdvertisingChannelType and APP_CAMPAIGN or APP_CAMPAIGN_FOR_ENGAGEMENT as AdvertisingChannelSubType.
|
|
1808
2693
|
*/
|
|
1809
2694
|
selectiveOptimization?: Schema$GoogleAdsSearchads360V0Resources_Campaign_SelectiveOptimization;
|
|
1810
2695
|
/**
|
|
@@ -1856,9 +2741,51 @@ export declare namespace searchads360_v0 {
|
|
|
1856
2741
|
*/
|
|
1857
2742
|
urlCustomParameters?: Schema$GoogleAdsSearchads360V0Common__CustomParameter[];
|
|
1858
2743
|
/**
|
|
1859
|
-
* Represents opting out of URL expansion to more targeted URLs. If opted out (true), only the final URLs in the asset group or URLs specified in the advertiser's Google Merchant Center or business data feeds are targeted. If opted in (false), the entire domain will be targeted. This field can only be set for Performance Max campaigns, where the default value is false.
|
|
2744
|
+
* Represents opting out of URL expansion to more targeted URLs. If opted out (true), only the final URLs in the asset group or URLs specified in the advertiser's Google Merchant Center or business data feeds are targeted. If opted in (false), the entire domain will be targeted. This field can only be set for Performance Max campaigns, where the default value is false.
|
|
2745
|
+
*/
|
|
2746
|
+
urlExpansionOptOut?: boolean | null;
|
|
2747
|
+
}
|
|
2748
|
+
/**
|
|
2749
|
+
* A link between a Campaign and an Asset.
|
|
2750
|
+
*/
|
|
2751
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__CampaignAsset {
|
|
2752
|
+
/**
|
|
2753
|
+
* Immutable. The asset which is linked to the campaign.
|
|
2754
|
+
*/
|
|
2755
|
+
asset?: string | null;
|
|
2756
|
+
/**
|
|
2757
|
+
* Immutable. The campaign to which the asset is linked.
|
|
2758
|
+
*/
|
|
2759
|
+
campaign?: string | null;
|
|
2760
|
+
/**
|
|
2761
|
+
* Immutable. The resource name of the campaign asset. CampaignAsset resource names have the form: `customers/{customer_id\}/campaignAssets/{campaign_id\}~{asset_id\}~{field_type\}`
|
|
2762
|
+
*/
|
|
2763
|
+
resourceName?: string | null;
|
|
2764
|
+
/**
|
|
2765
|
+
* Output only. Status of the campaign asset.
|
|
2766
|
+
*/
|
|
2767
|
+
status?: string | null;
|
|
2768
|
+
}
|
|
2769
|
+
/**
|
|
2770
|
+
* CampaignAssetSet is the linkage between a campaign and an asset set. Adding a CampaignAssetSet links an asset set with a campaign.
|
|
2771
|
+
*/
|
|
2772
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__CampaignAssetSet {
|
|
2773
|
+
/**
|
|
2774
|
+
* Immutable. The asset set which is linked to the campaign.
|
|
2775
|
+
*/
|
|
2776
|
+
assetSet?: string | null;
|
|
2777
|
+
/**
|
|
2778
|
+
* Immutable. The campaign to which this asset set is linked.
|
|
2779
|
+
*/
|
|
2780
|
+
campaign?: string | null;
|
|
2781
|
+
/**
|
|
2782
|
+
* Immutable. The resource name of the campaign asset set. Asset set asset resource names have the form: `customers/{customer_id\}/campaignAssetSets/{campaign_id\}~{asset_set_id\}`
|
|
2783
|
+
*/
|
|
2784
|
+
resourceName?: string | null;
|
|
2785
|
+
/**
|
|
2786
|
+
* Output only. The status of the campaign asset set asset. Read-only.
|
|
1860
2787
|
*/
|
|
1861
|
-
|
|
2788
|
+
status?: string | null;
|
|
1862
2789
|
}
|
|
1863
2790
|
/**
|
|
1864
2791
|
* A campaign audience view. Includes performance data from interests and remarketing lists for Display Network and YouTube Network ads, and remarketing lists for search ads (RLSA), aggregated by campaign and audience criterion. This view only includes audiences attached at the campaign level.
|
|
@@ -1980,6 +2907,116 @@ export declare namespace searchads360_v0 {
|
|
|
1980
2907
|
*/
|
|
1981
2908
|
resourceName?: string | null;
|
|
1982
2909
|
}
|
|
2910
|
+
/**
|
|
2911
|
+
* Cart data sales view.
|
|
2912
|
+
*/
|
|
2913
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__CartDataSalesView {
|
|
2914
|
+
/**
|
|
2915
|
+
* Output only. The resource name of the Cart data sales view. Cart data sales view resource names have the form: `customers/{customer_id\}/cartDataSalesView`
|
|
2916
|
+
*/
|
|
2917
|
+
resourceName?: string | null;
|
|
2918
|
+
}
|
|
2919
|
+
/**
|
|
2920
|
+
* A conversion.
|
|
2921
|
+
*/
|
|
2922
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__Conversion {
|
|
2923
|
+
/**
|
|
2924
|
+
* Output only. Ad ID. A value of 0 indicates that the ad is unattributed.
|
|
2925
|
+
*/
|
|
2926
|
+
adId?: string | null;
|
|
2927
|
+
/**
|
|
2928
|
+
* Output only. For offline conversions, this is an ID provided by advertisers. If an advertiser doesn't specify such an ID, Search Ads 360 generates one. For online conversions, this is equal to the id column or the floodlight_order_id column depending on the advertiser's Floodlight instructions.
|
|
2929
|
+
*/
|
|
2930
|
+
advertiserConversionId?: string | null;
|
|
2931
|
+
/**
|
|
2932
|
+
* Output only. Asset field type of the conversion event.
|
|
2933
|
+
*/
|
|
2934
|
+
assetFieldType?: string | null;
|
|
2935
|
+
/**
|
|
2936
|
+
* Output only. ID of the asset which was interacted with during the conversion event.
|
|
2937
|
+
*/
|
|
2938
|
+
assetId?: string | null;
|
|
2939
|
+
/**
|
|
2940
|
+
* Output only. What the conversion is attributed to: Visit or Keyword+Ad.
|
|
2941
|
+
*/
|
|
2942
|
+
attributionType?: string | null;
|
|
2943
|
+
/**
|
|
2944
|
+
* Output only. A unique string, for the visit that the conversion is attributed to, that is passed to the landing page as the click id URL parameter.
|
|
2945
|
+
*/
|
|
2946
|
+
clickId?: string | null;
|
|
2947
|
+
/**
|
|
2948
|
+
* Output only. The timestamp of the conversion event.
|
|
2949
|
+
*/
|
|
2950
|
+
conversionDateTime?: string | null;
|
|
2951
|
+
/**
|
|
2952
|
+
* Output only. The timestamp of the last time the conversion was modified.
|
|
2953
|
+
*/
|
|
2954
|
+
conversionLastModifiedDateTime?: string | null;
|
|
2955
|
+
/**
|
|
2956
|
+
* Output only. The quantity of items recorded by the conversion, as determined by the qty url parameter. The advertiser is responsible for dynamically populating the parameter (such as number of items sold in the conversion), otherwise it defaults to 1.
|
|
2957
|
+
*/
|
|
2958
|
+
conversionQuantity?: string | null;
|
|
2959
|
+
/**
|
|
2960
|
+
* Output only. The adjusted revenue in micros for the conversion event. This will always be in the currency of the serving account.
|
|
2961
|
+
*/
|
|
2962
|
+
conversionRevenueMicros?: string | null;
|
|
2963
|
+
/**
|
|
2964
|
+
* Output only. The timestamp of the visit that the conversion is attributed to.
|
|
2965
|
+
*/
|
|
2966
|
+
conversionVisitDateTime?: string | null;
|
|
2967
|
+
/**
|
|
2968
|
+
* Output only. Search Ads 360 criterion ID. A value of 0 indicates that the criterion is unattributed.
|
|
2969
|
+
*/
|
|
2970
|
+
criterionId?: string | null;
|
|
2971
|
+
/**
|
|
2972
|
+
* Output only. The Floodlight order ID provided by the advertiser for the conversion.
|
|
2973
|
+
*/
|
|
2974
|
+
floodlightOrderId?: string | null;
|
|
2975
|
+
/**
|
|
2976
|
+
* Output only. The original, unchanged revenue associated with the Floodlight event (in the currency of the current report), before Floodlight currency instruction modifications.
|
|
2977
|
+
*/
|
|
2978
|
+
floodlightOriginalRevenue?: string | null;
|
|
2979
|
+
/**
|
|
2980
|
+
* Output only. The ID of the conversion
|
|
2981
|
+
*/
|
|
2982
|
+
id?: string | null;
|
|
2983
|
+
/**
|
|
2984
|
+
* Output only. The SearchAds360 inventory account ID containing the product that was clicked on. SearchAds360 generates this ID when you link an inventory account in SearchAds360.
|
|
2985
|
+
*/
|
|
2986
|
+
merchantId?: string | null;
|
|
2987
|
+
/**
|
|
2988
|
+
* Output only. The sales channel of the product that was clicked on: Online or Local.
|
|
2989
|
+
*/
|
|
2990
|
+
productChannel?: string | null;
|
|
2991
|
+
/**
|
|
2992
|
+
* Output only. The country (ISO-3166-format) registered for the inventory feed that contains the product clicked on.
|
|
2993
|
+
*/
|
|
2994
|
+
productCountryCode?: string | null;
|
|
2995
|
+
/**
|
|
2996
|
+
* Output only. The ID of the product clicked on.
|
|
2997
|
+
*/
|
|
2998
|
+
productId?: string | null;
|
|
2999
|
+
/**
|
|
3000
|
+
* Output only. The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product.
|
|
3001
|
+
*/
|
|
3002
|
+
productLanguageCode?: string | null;
|
|
3003
|
+
/**
|
|
3004
|
+
* Output only. The store in the Local Inventory Ad that was clicked on. This should match the store IDs used in your local products feed.
|
|
3005
|
+
*/
|
|
3006
|
+
productStoreId?: string | null;
|
|
3007
|
+
/**
|
|
3008
|
+
* Output only. The resource name of the conversion. Conversion resource names have the form: `customers/{customer_id\}/conversions/{ad_group_id\}~{criterion_id\}~{ds_conversion_id\}`
|
|
3009
|
+
*/
|
|
3010
|
+
resourceName?: string | null;
|
|
3011
|
+
/**
|
|
3012
|
+
* Output only. The status of the conversion, either ENABLED or REMOVED..
|
|
3013
|
+
*/
|
|
3014
|
+
status?: string | null;
|
|
3015
|
+
/**
|
|
3016
|
+
* Output only. The SearchAds360 visit ID that the conversion is attributed to.
|
|
3017
|
+
*/
|
|
3018
|
+
visitId?: string | null;
|
|
3019
|
+
}
|
|
1983
3020
|
/**
|
|
1984
3021
|
* A conversion action.
|
|
1985
3022
|
*/
|
|
@@ -2196,6 +3233,44 @@ export declare namespace searchads360_v0 {
|
|
|
2196
3233
|
*/
|
|
2197
3234
|
trackingUrlTemplate?: string | null;
|
|
2198
3235
|
}
|
|
3236
|
+
/**
|
|
3237
|
+
* A link between a customer and an asset.
|
|
3238
|
+
*/
|
|
3239
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__CustomerAsset {
|
|
3240
|
+
/**
|
|
3241
|
+
* Required. Immutable. The asset which is linked to the customer.
|
|
3242
|
+
*/
|
|
3243
|
+
asset?: string | null;
|
|
3244
|
+
/**
|
|
3245
|
+
* Immutable. The resource name of the customer asset. CustomerAsset resource names have the form: `customers/{customer_id\}/customerAssets/{asset_id\}~{field_type\}`
|
|
3246
|
+
*/
|
|
3247
|
+
resourceName?: string | null;
|
|
3248
|
+
/**
|
|
3249
|
+
* Status of the customer asset.
|
|
3250
|
+
*/
|
|
3251
|
+
status?: string | null;
|
|
3252
|
+
}
|
|
3253
|
+
/**
|
|
3254
|
+
* CustomerAssetSet is the linkage between a customer and an asset set. Adding a CustomerAssetSet links an asset set with a customer.
|
|
3255
|
+
*/
|
|
3256
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__CustomerAssetSet {
|
|
3257
|
+
/**
|
|
3258
|
+
* Immutable. The asset set which is linked to the customer.
|
|
3259
|
+
*/
|
|
3260
|
+
assetSet?: string | null;
|
|
3261
|
+
/**
|
|
3262
|
+
* Immutable. The customer to which this asset set is linked.
|
|
3263
|
+
*/
|
|
3264
|
+
customer?: string | null;
|
|
3265
|
+
/**
|
|
3266
|
+
* Immutable. The resource name of the customer asset set. Asset set asset resource names have the form: `customers/{customer_id\}/customerAssetSets/{asset_set_id\}`
|
|
3267
|
+
*/
|
|
3268
|
+
resourceName?: string | null;
|
|
3269
|
+
/**
|
|
3270
|
+
* Output only. The status of the customer asset set asset. Read-only.
|
|
3271
|
+
*/
|
|
3272
|
+
status?: string | null;
|
|
3273
|
+
}
|
|
2199
3274
|
/**
|
|
2200
3275
|
* A link between the given customer and a client customer. CustomerClients only exist for manager customers. All direct and indirect client customers are included, as well as the manager itself.
|
|
2201
3276
|
*/
|
|
@@ -2309,6 +3384,43 @@ export declare namespace searchads360_v0 {
|
|
|
2309
3384
|
*/
|
|
2310
3385
|
resourceName?: string | null;
|
|
2311
3386
|
}
|
|
3387
|
+
/**
|
|
3388
|
+
* A geo target constant.
|
|
3389
|
+
*/
|
|
3390
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__GeoTargetConstant {
|
|
3391
|
+
/**
|
|
3392
|
+
* Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.
|
|
3393
|
+
*/
|
|
3394
|
+
canonicalName?: string | null;
|
|
3395
|
+
/**
|
|
3396
|
+
* Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.
|
|
3397
|
+
*/
|
|
3398
|
+
countryCode?: string | null;
|
|
3399
|
+
/**
|
|
3400
|
+
* Output only. The ID of the geo target constant.
|
|
3401
|
+
*/
|
|
3402
|
+
id?: string | null;
|
|
3403
|
+
/**
|
|
3404
|
+
* Output only. Geo target constant English name.
|
|
3405
|
+
*/
|
|
3406
|
+
name?: string | null;
|
|
3407
|
+
/**
|
|
3408
|
+
* Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{parent_geo_target_constant_id\}`
|
|
3409
|
+
*/
|
|
3410
|
+
parentGeoTarget?: string | null;
|
|
3411
|
+
/**
|
|
3412
|
+
* Output only. The resource name of the geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{geo_target_constant_id\}`
|
|
3413
|
+
*/
|
|
3414
|
+
resourceName?: string | null;
|
|
3415
|
+
/**
|
|
3416
|
+
* Output only. Geo target constant status.
|
|
3417
|
+
*/
|
|
3418
|
+
status?: string | null;
|
|
3419
|
+
/**
|
|
3420
|
+
* Output only. Geo target constant target type.
|
|
3421
|
+
*/
|
|
3422
|
+
targetType?: string | null;
|
|
3423
|
+
}
|
|
2312
3424
|
/**
|
|
2313
3425
|
* A keyword view.
|
|
2314
3426
|
*/
|
|
@@ -2343,6 +3455,73 @@ export declare namespace searchads360_v0 {
|
|
|
2343
3455
|
*/
|
|
2344
3456
|
textLabel?: Schema$GoogleAdsSearchads360V0Common__TextLabel;
|
|
2345
3457
|
}
|
|
3458
|
+
/**
|
|
3459
|
+
* A language.
|
|
3460
|
+
*/
|
|
3461
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__LanguageConstant {
|
|
3462
|
+
/**
|
|
3463
|
+
* Output only. The language code, for example, "en_US", "en_AU", "es", "fr", etc.
|
|
3464
|
+
*/
|
|
3465
|
+
code?: string | null;
|
|
3466
|
+
/**
|
|
3467
|
+
* Output only. The ID of the language constant.
|
|
3468
|
+
*/
|
|
3469
|
+
id?: string | null;
|
|
3470
|
+
/**
|
|
3471
|
+
* Output only. The full name of the language in English, for example, "English (US)", "Spanish", etc.
|
|
3472
|
+
*/
|
|
3473
|
+
name?: string | null;
|
|
3474
|
+
/**
|
|
3475
|
+
* Output only. The resource name of the language constant. Language constant resource names have the form: `languageConstants/{criterion_id\}`
|
|
3476
|
+
*/
|
|
3477
|
+
resourceName?: string | null;
|
|
3478
|
+
/**
|
|
3479
|
+
* Output only. Whether the language is targetable.
|
|
3480
|
+
*/
|
|
3481
|
+
targetable?: boolean | null;
|
|
3482
|
+
}
|
|
3483
|
+
/**
|
|
3484
|
+
* Listing dimensions for the asset group listing group filter.
|
|
3485
|
+
*/
|
|
3486
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__ListingGroupFilterDimension {
|
|
3487
|
+
/**
|
|
3488
|
+
* Bidding category of a product offer.
|
|
3489
|
+
*/
|
|
3490
|
+
productBiddingCategory?: Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBiddingCategory;
|
|
3491
|
+
/**
|
|
3492
|
+
* Brand of a product offer.
|
|
3493
|
+
*/
|
|
3494
|
+
productBrand?: Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBrand;
|
|
3495
|
+
/**
|
|
3496
|
+
* Locality of a product offer.
|
|
3497
|
+
*/
|
|
3498
|
+
productChannel?: Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductChannel;
|
|
3499
|
+
/**
|
|
3500
|
+
* Condition of a product offer.
|
|
3501
|
+
*/
|
|
3502
|
+
productCondition?: Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCondition;
|
|
3503
|
+
/**
|
|
3504
|
+
* Custom attribute of a product offer.
|
|
3505
|
+
*/
|
|
3506
|
+
productCustomAttribute?: Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCustomAttribute;
|
|
3507
|
+
/**
|
|
3508
|
+
* Item id of a product offer.
|
|
3509
|
+
*/
|
|
3510
|
+
productItemId?: Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductItemId;
|
|
3511
|
+
/**
|
|
3512
|
+
* Type of a product offer.
|
|
3513
|
+
*/
|
|
3514
|
+
productType?: Schema$GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductType;
|
|
3515
|
+
}
|
|
3516
|
+
/**
|
|
3517
|
+
* The path defining of dimensions defining a listing group filter.
|
|
3518
|
+
*/
|
|
3519
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__ListingGroupFilterDimensionPath {
|
|
3520
|
+
/**
|
|
3521
|
+
* Output only. The complete path of dimensions through the listing group filter hierarchy (excluding the root node) to this listing group filter.
|
|
3522
|
+
*/
|
|
3523
|
+
dimensions?: Schema$GoogleAdsSearchads360V0Resources__ListingGroupFilterDimension[];
|
|
3524
|
+
}
|
|
2346
3525
|
/**
|
|
2347
3526
|
* A location view summarizes the performance of campaigns by Location criteria.
|
|
2348
3527
|
*/
|
|
@@ -2352,6 +3531,43 @@ export declare namespace searchads360_v0 {
|
|
|
2352
3531
|
*/
|
|
2353
3532
|
resourceName?: string | null;
|
|
2354
3533
|
}
|
|
3534
|
+
/**
|
|
3535
|
+
* A Product Bidding Category.
|
|
3536
|
+
*/
|
|
3537
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__ProductBiddingCategoryConstant {
|
|
3538
|
+
/**
|
|
3539
|
+
* Output only. Two-letter upper-case country code of the product bidding category.
|
|
3540
|
+
*/
|
|
3541
|
+
countryCode?: string | null;
|
|
3542
|
+
/**
|
|
3543
|
+
* Output only. ID of the product bidding category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436.
|
|
3544
|
+
*/
|
|
3545
|
+
id?: string | null;
|
|
3546
|
+
/**
|
|
3547
|
+
* Output only. Language code of the product bidding category.
|
|
3548
|
+
*/
|
|
3549
|
+
languageCode?: string | null;
|
|
3550
|
+
/**
|
|
3551
|
+
* Output only. Level of the product bidding category.
|
|
3552
|
+
*/
|
|
3553
|
+
level?: string | null;
|
|
3554
|
+
/**
|
|
3555
|
+
* Output only. Display value of the product bidding category localized according to language_code.
|
|
3556
|
+
*/
|
|
3557
|
+
localizedName?: string | null;
|
|
3558
|
+
/**
|
|
3559
|
+
* Output only. Resource name of the parent product bidding category.
|
|
3560
|
+
*/
|
|
3561
|
+
productBiddingCategoryConstantParent?: string | null;
|
|
3562
|
+
/**
|
|
3563
|
+
* Output only. The resource name of the product bidding category. Product bidding category resource names have the form: `productBiddingCategoryConstants/{country_code\}~{level\}~{id\}`
|
|
3564
|
+
*/
|
|
3565
|
+
resourceName?: string | null;
|
|
3566
|
+
/**
|
|
3567
|
+
* Output only. Status of the product bidding category.
|
|
3568
|
+
*/
|
|
3569
|
+
status?: string | null;
|
|
3570
|
+
}
|
|
2355
3571
|
/**
|
|
2356
3572
|
* A product group view.
|
|
2357
3573
|
*/
|
|
@@ -2422,6 +3638,15 @@ export declare namespace searchads360_v0 {
|
|
|
2422
3638
|
*/
|
|
2423
3639
|
typeUrl?: string | null;
|
|
2424
3640
|
}
|
|
3641
|
+
/**
|
|
3642
|
+
* 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.
|
|
3643
|
+
*/
|
|
3644
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__ShoppingPerformanceView {
|
|
3645
|
+
/**
|
|
3646
|
+
* Output only. The resource name of the Shopping performance view. Shopping performance view resource names have the form: `customers/{customer_id\}/shoppingPerformanceView`
|
|
3647
|
+
*/
|
|
3648
|
+
resourceName?: string | null;
|
|
3649
|
+
}
|
|
2425
3650
|
/**
|
|
2426
3651
|
* A user list. This is a list of users a customer may target.
|
|
2427
3652
|
*/
|
|
@@ -2443,6 +3668,67 @@ export declare namespace searchads360_v0 {
|
|
|
2443
3668
|
*/
|
|
2444
3669
|
type?: string | null;
|
|
2445
3670
|
}
|
|
3671
|
+
/**
|
|
3672
|
+
* A visit.
|
|
3673
|
+
*/
|
|
3674
|
+
export interface Schema$GoogleAdsSearchads360V0Resources__Visit {
|
|
3675
|
+
/**
|
|
3676
|
+
* Output only. Ad ID. A value of 0 indicates that the ad is unattributed.
|
|
3677
|
+
*/
|
|
3678
|
+
adId?: string | null;
|
|
3679
|
+
/**
|
|
3680
|
+
* Output only. Asset field type of the visit event.
|
|
3681
|
+
*/
|
|
3682
|
+
assetFieldType?: string | null;
|
|
3683
|
+
/**
|
|
3684
|
+
* Output only. ID of the asset which was interacted with during the visit event.
|
|
3685
|
+
*/
|
|
3686
|
+
assetId?: string | null;
|
|
3687
|
+
/**
|
|
3688
|
+
* Output only. A unique string for each visit that is passed to the landing page as the click id URL parameter.
|
|
3689
|
+
*/
|
|
3690
|
+
clickId?: string | null;
|
|
3691
|
+
/**
|
|
3692
|
+
* Output only. Search Ads 360 keyword ID. A value of 0 indicates that the keyword is unattributed.
|
|
3693
|
+
*/
|
|
3694
|
+
criterionId?: string | null;
|
|
3695
|
+
/**
|
|
3696
|
+
* Output only. The ID of the visit.
|
|
3697
|
+
*/
|
|
3698
|
+
id?: string | null;
|
|
3699
|
+
/**
|
|
3700
|
+
* Output only. The Search Ads 360 inventory account ID containing the product that was clicked on. Search Ads 360 generates this ID when you link an inventory account in Search Ads 360.
|
|
3701
|
+
*/
|
|
3702
|
+
merchantId?: string | null;
|
|
3703
|
+
/**
|
|
3704
|
+
* Output only. The sales channel of the product that was clicked on: Online or Local.
|
|
3705
|
+
*/
|
|
3706
|
+
productChannel?: string | null;
|
|
3707
|
+
/**
|
|
3708
|
+
* Output only. The country (ISO-3166 format) registered for the inventory feed that contains the product clicked on.
|
|
3709
|
+
*/
|
|
3710
|
+
productCountryCode?: string | null;
|
|
3711
|
+
/**
|
|
3712
|
+
* Output only. The ID of the product clicked on.
|
|
3713
|
+
*/
|
|
3714
|
+
productId?: string | null;
|
|
3715
|
+
/**
|
|
3716
|
+
* Output only. The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product.
|
|
3717
|
+
*/
|
|
3718
|
+
productLanguageCode?: string | null;
|
|
3719
|
+
/**
|
|
3720
|
+
* Output only. The store in the Local Inventory Ad that was clicked on. This should match the store IDs used in your local products feed.
|
|
3721
|
+
*/
|
|
3722
|
+
productStoreId?: string | null;
|
|
3723
|
+
/**
|
|
3724
|
+
* Output only. The resource name of the visit. Visit resource names have the form: `customers/{customer_id\}/visits/{ad_group_id\}~{criterion_id\}~{ds_visit_id\}`
|
|
3725
|
+
*/
|
|
3726
|
+
resourceName?: string | null;
|
|
3727
|
+
/**
|
|
3728
|
+
* Output only. The timestamp of the visit event. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
|
|
3729
|
+
*/
|
|
3730
|
+
visitDateTime?: string | null;
|
|
3731
|
+
}
|
|
2446
3732
|
/**
|
|
2447
3733
|
* A webpage view.
|
|
2448
3734
|
*/
|
|
@@ -2503,6 +3789,14 @@ export declare namespace searchads360_v0 {
|
|
|
2503
3789
|
* The ad group ad label referenced in the query.
|
|
2504
3790
|
*/
|
|
2505
3791
|
adGroupAdLabel?: Schema$GoogleAdsSearchads360V0Resources__AdGroupAdLabel;
|
|
3792
|
+
/**
|
|
3793
|
+
* The ad group asset referenced in the query.
|
|
3794
|
+
*/
|
|
3795
|
+
adGroupAsset?: Schema$GoogleAdsSearchads360V0Resources__AdGroupAsset;
|
|
3796
|
+
/**
|
|
3797
|
+
* The ad group asset set referenced in the query.
|
|
3798
|
+
*/
|
|
3799
|
+
adGroupAssetSet?: Schema$GoogleAdsSearchads360V0Resources__AdGroupAssetSet;
|
|
2506
3800
|
/**
|
|
2507
3801
|
* The ad group audience view referenced in the query.
|
|
2508
3802
|
*/
|
|
@@ -2531,10 +3825,38 @@ export declare namespace searchads360_v0 {
|
|
|
2531
3825
|
* The asset referenced in the query.
|
|
2532
3826
|
*/
|
|
2533
3827
|
asset?: Schema$GoogleAdsSearchads360V0Resources__Asset;
|
|
3828
|
+
/**
|
|
3829
|
+
* The asset group referenced in the query.
|
|
3830
|
+
*/
|
|
3831
|
+
assetGroup?: Schema$GoogleAdsSearchads360V0Resources__AssetGroup;
|
|
3832
|
+
/**
|
|
3833
|
+
* The asset group asset referenced in the query.
|
|
3834
|
+
*/
|
|
3835
|
+
assetGroupAsset?: Schema$GoogleAdsSearchads360V0Resources__AssetGroupAsset;
|
|
3836
|
+
/**
|
|
3837
|
+
* The asset group listing group filter referenced in the query.
|
|
3838
|
+
*/
|
|
3839
|
+
assetGroupListingGroupFilter?: Schema$GoogleAdsSearchads360V0Resources__AssetGroupListingGroupFilter;
|
|
3840
|
+
/**
|
|
3841
|
+
* The asset group signal referenced in the query.
|
|
3842
|
+
*/
|
|
3843
|
+
assetGroupSignal?: Schema$GoogleAdsSearchads360V0Resources__AssetGroupSignal;
|
|
3844
|
+
/**
|
|
3845
|
+
* The asset group top combination view referenced in the query.
|
|
3846
|
+
*/
|
|
3847
|
+
assetGroupTopCombinationView?: Schema$GoogleAdsSearchads360V0Resources__AssetGroupTopCombinationView;
|
|
2534
3848
|
/**
|
|
2535
3849
|
* The asset set referenced in the query.
|
|
2536
3850
|
*/
|
|
2537
3851
|
assetSet?: Schema$GoogleAdsSearchads360V0Resources__AssetSet;
|
|
3852
|
+
/**
|
|
3853
|
+
* The asset set asset referenced in the query.
|
|
3854
|
+
*/
|
|
3855
|
+
assetSetAsset?: Schema$GoogleAdsSearchads360V0Resources__AssetSetAsset;
|
|
3856
|
+
/**
|
|
3857
|
+
* The Audience referenced in the query.
|
|
3858
|
+
*/
|
|
3859
|
+
audience?: Schema$GoogleAdsSearchads360V0Resources__Audience;
|
|
2538
3860
|
/**
|
|
2539
3861
|
* The bidding strategy referenced in the query.
|
|
2540
3862
|
*/
|
|
@@ -2543,6 +3865,14 @@ export declare namespace searchads360_v0 {
|
|
|
2543
3865
|
* The campaign referenced in the query.
|
|
2544
3866
|
*/
|
|
2545
3867
|
campaign?: Schema$GoogleAdsSearchads360V0Resources__Campaign;
|
|
3868
|
+
/**
|
|
3869
|
+
* The campaign asset referenced in the query.
|
|
3870
|
+
*/
|
|
3871
|
+
campaignAsset?: Schema$GoogleAdsSearchads360V0Resources__CampaignAsset;
|
|
3872
|
+
/**
|
|
3873
|
+
* The campaign asset set referenced in the query.
|
|
3874
|
+
*/
|
|
3875
|
+
campaignAssetSet?: Schema$GoogleAdsSearchads360V0Resources__CampaignAssetSet;
|
|
2546
3876
|
/**
|
|
2547
3877
|
* The campaign audience view referenced in the query.
|
|
2548
3878
|
*/
|
|
@@ -2559,6 +3889,14 @@ export declare namespace searchads360_v0 {
|
|
|
2559
3889
|
* The campaign label referenced in the query.
|
|
2560
3890
|
*/
|
|
2561
3891
|
campaignLabel?: Schema$GoogleAdsSearchads360V0Resources__CampaignLabel;
|
|
3892
|
+
/**
|
|
3893
|
+
* The cart data sales view referenced in the query.
|
|
3894
|
+
*/
|
|
3895
|
+
cartDataSalesView?: Schema$GoogleAdsSearchads360V0Resources__CartDataSalesView;
|
|
3896
|
+
/**
|
|
3897
|
+
* The event level conversion referenced in the query.
|
|
3898
|
+
*/
|
|
3899
|
+
conversion?: Schema$GoogleAdsSearchads360V0Resources__Conversion;
|
|
2562
3900
|
/**
|
|
2563
3901
|
* The conversion action referenced in the query.
|
|
2564
3902
|
*/
|
|
@@ -2571,6 +3909,14 @@ export declare namespace searchads360_v0 {
|
|
|
2571
3909
|
* The customer referenced in the query.
|
|
2572
3910
|
*/
|
|
2573
3911
|
customer?: Schema$GoogleAdsSearchads360V0Resources__Customer;
|
|
3912
|
+
/**
|
|
3913
|
+
* The customer asset referenced in the query.
|
|
3914
|
+
*/
|
|
3915
|
+
customerAsset?: Schema$GoogleAdsSearchads360V0Resources__CustomerAsset;
|
|
3916
|
+
/**
|
|
3917
|
+
* The customer asset set referenced in the query.
|
|
3918
|
+
*/
|
|
3919
|
+
customerAssetSet?: Schema$GoogleAdsSearchads360V0Resources__CustomerAssetSet;
|
|
2574
3920
|
/**
|
|
2575
3921
|
* The CustomerClient referenced in the query.
|
|
2576
3922
|
*/
|
|
@@ -2587,6 +3933,10 @@ export declare namespace searchads360_v0 {
|
|
|
2587
3933
|
* The gender view referenced in the query.
|
|
2588
3934
|
*/
|
|
2589
3935
|
genderView?: Schema$GoogleAdsSearchads360V0Resources__GenderView;
|
|
3936
|
+
/**
|
|
3937
|
+
* The geo target constant referenced in the query.
|
|
3938
|
+
*/
|
|
3939
|
+
geoTargetConstant?: Schema$GoogleAdsSearchads360V0Resources__GeoTargetConstant;
|
|
2590
3940
|
/**
|
|
2591
3941
|
* The keyword view referenced in the query.
|
|
2592
3942
|
*/
|
|
@@ -2595,6 +3945,10 @@ export declare namespace searchads360_v0 {
|
|
|
2595
3945
|
* The label referenced in the query.
|
|
2596
3946
|
*/
|
|
2597
3947
|
label?: Schema$GoogleAdsSearchads360V0Resources__Label;
|
|
3948
|
+
/**
|
|
3949
|
+
* The language constant referenced in the query.
|
|
3950
|
+
*/
|
|
3951
|
+
languageConstant?: Schema$GoogleAdsSearchads360V0Resources__LanguageConstant;
|
|
2598
3952
|
/**
|
|
2599
3953
|
* The location view referenced in the query.
|
|
2600
3954
|
*/
|
|
@@ -2603,6 +3957,10 @@ export declare namespace searchads360_v0 {
|
|
|
2603
3957
|
* The metrics.
|
|
2604
3958
|
*/
|
|
2605
3959
|
metrics?: Schema$GoogleAdsSearchads360V0Common__Metrics;
|
|
3960
|
+
/**
|
|
3961
|
+
* The Product Bidding Category referenced in the query.
|
|
3962
|
+
*/
|
|
3963
|
+
productBiddingCategoryConstant?: Schema$GoogleAdsSearchads360V0Resources__ProductBiddingCategoryConstant;
|
|
2606
3964
|
/**
|
|
2607
3965
|
* The product group view referenced in the query.
|
|
2608
3966
|
*/
|
|
@@ -2611,10 +3969,18 @@ export declare namespace searchads360_v0 {
|
|
|
2611
3969
|
* The segments.
|
|
2612
3970
|
*/
|
|
2613
3971
|
segments?: Schema$GoogleAdsSearchads360V0Common__Segments;
|
|
3972
|
+
/**
|
|
3973
|
+
* The shopping performance view referenced in the query.
|
|
3974
|
+
*/
|
|
3975
|
+
shoppingPerformanceView?: Schema$GoogleAdsSearchads360V0Resources__ShoppingPerformanceView;
|
|
2614
3976
|
/**
|
|
2615
3977
|
* The user list referenced in the query.
|
|
2616
3978
|
*/
|
|
2617
3979
|
userList?: Schema$GoogleAdsSearchads360V0Resources__UserList;
|
|
3980
|
+
/**
|
|
3981
|
+
* The event level visit referenced in the query.
|
|
3982
|
+
*/
|
|
3983
|
+
visit?: Schema$GoogleAdsSearchads360V0Resources__Visit;
|
|
2618
3984
|
/**
|
|
2619
3985
|
* The webpage view referenced in the query.
|
|
2620
3986
|
*/
|