Skip to content

Commit a1ade6e

Browse files
yoshi-automationquirogas
authored andcommitted
fix(searchads360): update the API
#### searchads360:v0 The following keys were changed: - schemas.GoogleAdsSearchads360V0Resources_Campaign_ShoppingSetting.properties.feedLabel.description - schemas.GoogleAdsSearchads360V0Resources__ShoppingPerformanceView.description
1 parent 0dd5d78 commit a1ade6e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/searchads360-v0.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
}
261261
}
262262
},
263-
"revision": "20251204",
263+
"revision": "20251211",
264264
"rootUrl": "https://searchads360.googleapis.com/",
265265
"schemas": {
266266
"GoogleAdsSearchads360V0Common__AdScheduleInfo": {
@@ -3542,7 +3542,7 @@
35423542
"type": "boolean"
35433543
},
35443544
"feedLabel": {
3545-
"description": "Feed label of products to include in the campaign. Only one of feed_label or sales_country can be set. If used instead of sales_country, the feed_label field accepts country codes in the same format for example: 'XX'. Otherwise can be any string used for feed label in Google Merchant Center.",
3545+
"description": "Feed label of products to include in the campaign. Valid feed labels may contain a maximum of 20 characters including uppercase letters, numbers, hyphens, and underscores. If you previously used the deprecated `sales_country` in the two-letter country code (`XX`) format, the `feed_label` field should be used instead. For more information see the [feed label](//support.google.com/merchants/answer/12453549) support article.",
35463546
"type": "string"
35473547
},
35483548
"merchantId": {
@@ -8451,7 +8451,7 @@
84518451
"type": "object"
84528452
},
84538453
"GoogleAdsSearchads360V0Resources__ShoppingPerformanceView": {
8454-
"description": "Shopping performance view. Provides Shopping campaign statistics aggregated at several product dimension levels. Product dimension values from Merchant Center such as brand, category, custom attributes, product condition and product type will reflect the state of each dimension as of the date and time when the corresponding event was recorded. The number of impressions and clicks that shopping_performance_view returns stats for may be different from campaign reports. shopping_performance_view shows impressions and clicks on products appearing in ads, while campaign reports show impressions and clicks on the ads themselves. Depending on the format, an ad can show from zero to several products, so the numbers may not match. In Google Ads UI, you can query impressions and clicks of products appearing in ads by selecting a column from \"Product attributes\" in the report editor. For example, selecting the \"Brand\" column is equivalent to selecting `segments.product_brand`.",
8454+
"description": "Shopping performance view. Provides Shopping campaign and Performance Max campaign statistics aggregated at several product dimension levels. Product dimension values from Merchant Center such as brand, category, custom attributes, product condition, and product type will reflect the state of each dimension as of the date and time when the corresponding event was recorded. The number of impressions and clicks that `shopping_performance_view` returns stats for may be different from campaign reports. `shopping_performance_view` shows impressions and clicks on products appearing in ads, while campaign reports show impressions and clicks on the ads themselves. Depending on the format, an ad can show from zero to several products, so the numbers may not match. In Search Ads 360 UI, you can query impressions and clicks of products appearing in ads by selecting a column from \"Product attributes\" in the report editor. For example, selecting the \"Brand\" column is equivalent to selecting `segments.product_brand`.",
84558455
"id": "GoogleAdsSearchads360V0Resources__ShoppingPerformanceView",
84568456
"properties": {
84578457
"resourceName": {

src/apis/searchads360/v0.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ export namespace searchads360_v0 {
19181918
*/
19191919
enableLocal?: boolean | null;
19201920
/**
1921-
* Feed label of products to include in the campaign. Only one of feed_label or sales_country can be set. If used instead of sales_country, the feed_label field accepts country codes in the same format for example: 'XX'. Otherwise can be any string used for feed label in Google Merchant Center.
1921+
* Feed label of products to include in the campaign. Valid feed labels may contain a maximum of 20 characters including uppercase letters, numbers, hyphens, and underscores. If you previously used the deprecated `sales_country` in the two-letter country code (`XX`) format, the `feed_label` field should be used instead. For more information see the [feed label](//support.google.com/merchants/answer/12453549) support article.
19221922
*/
19231923
feedLabel?: string | null;
19241924
/**
@@ -4206,7 +4206,7 @@ export namespace searchads360_v0 {
42064206
typeUrl?: string | null;
42074207
}
42084208
/**
4209-
* Shopping performance view. Provides Shopping campaign statistics aggregated at several product dimension levels. Product dimension values from Merchant Center such as brand, category, custom attributes, product condition and product type will reflect the state of each dimension as of the date and time when the corresponding event was recorded. The number of impressions and clicks that shopping_performance_view returns stats for may be different from campaign reports. shopping_performance_view shows impressions and clicks on products appearing in ads, while campaign reports show impressions and clicks on the ads themselves. Depending on the format, an ad can show from zero to several products, so the numbers may not match. In Google Ads UI, you can query impressions and clicks of products appearing in ads by selecting a column from "Product attributes" in the report editor. For example, selecting the "Brand" column is equivalent to selecting `segments.product_brand`.
4209+
* Shopping performance view. Provides Shopping campaign and Performance Max campaign statistics aggregated at several product dimension levels. Product dimension values from Merchant Center such as brand, category, custom attributes, product condition, and product type will reflect the state of each dimension as of the date and time when the corresponding event was recorded. The number of impressions and clicks that `shopping_performance_view` returns stats for may be different from campaign reports. `shopping_performance_view` shows impressions and clicks on products appearing in ads, while campaign reports show impressions and clicks on the ads themselves. Depending on the format, an ad can show from zero to several products, so the numbers may not match. In Search Ads 360 UI, you can query impressions and clicks of products appearing in ads by selecting a column from "Product attributes" in the report editor. For example, selecting the "Brand" column is equivalent to selecting `segments.product_brand`.
42104210
*/
42114211
export interface Schema$GoogleAdsSearchads360V0Resources__ShoppingPerformanceView {
42124212
/**

0 commit comments

Comments
 (0)