Skip to content

Commit

Permalink
fix(content): update the API
Browse files Browse the repository at this point in the history
#### content:v2.1

The following keys were changed:
- schemas.Metrics.properties.ctr.description
- schemas.Segments.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 6, 2021
1 parent 4cddc5e commit 1fee5c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions discovery/content-v2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5307,7 +5307,7 @@
}
}
},
"revision": "20210325",
"revision": "20210331",
"rootUrl": "https://shoppingcontent.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -8388,7 +8388,7 @@
"type": "string"
},
"ctr": {
"description": "Number of clicks merchant's products receive (clicks) divided by the number of times the products are shown (impressions).",
"description": "Click-through rate - the number of clicks merchant's products receive (clicks) divided by the number of times the products are shown (impressions).",
"format": "double",
"type": "number"
},
Expand Down Expand Up @@ -13411,7 +13411,7 @@
"type": "object"
},
"Segments": {
"description": "Dimensions according to which metrics are segmented in the response. Values of product dimensions, e.g., offer id, reflect the state of a product at the time of the corresponding event, e.g., impression or order. Segment fields cannot be selected in queries without also selecting at least one metric field. Values are only set for dimensions requested explicitly in the request's search query.",
"description": "Dimensions according to which metrics are segmented in the response. Values of product dimensions, e.g., offer id, reflect the state of a product at the time of the corresponding event, e.g., impression or order. Segment fields cannot be selected in queries without also selecting at least one metric field. Values are only set for dimensions requested explicitly in the request's search query. Next id: 22",
"id": "Segments",
"properties": {
"date": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/content/v2.1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,7 @@ export namespace content_v2_1 {
*/
clicks?: string | null;
/**
* Number of clicks merchant's products receive (clicks) divided by the number of times the products are shown (impressions).
* Click-through rate - the number of clicks merchant's products receive (clicks) divided by the number of times the products are shown (impressions).
*/
ctr?: number | null;
/**
Expand Down Expand Up @@ -6262,7 +6262,7 @@ export namespace content_v2_1 {
results?: Schema$ReportRow[];
}
/**
* Dimensions according to which metrics are segmented in the response. Values of product dimensions, e.g., offer id, reflect the state of a product at the time of the corresponding event, e.g., impression or order. Segment fields cannot be selected in queries without also selecting at least one metric field. Values are only set for dimensions requested explicitly in the request's search query.
* Dimensions according to which metrics are segmented in the response. Values of product dimensions, e.g., offer id, reflect the state of a product at the time of the corresponding event, e.g., impression or order. Segment fields cannot be selected in queries without also selecting at least one metric field. Values are only set for dimensions requested explicitly in the request's search query. Next id: 22
*/
export interface Schema$Segments {
/**
Expand Down

0 comments on commit 1fee5c2

Please sign in to comment.