Skip to content

Commit 44d3e2e

Browse files
feat(content): update the api
#### content:v2.1 The following keys were added: - schemas.PriceInsights.properties.effectiveness.type (Total Keys: 1)
1 parent 8cc4310 commit 44d3e2e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/dyn/content_v2_1.reports.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ <h3>Method Details</h3>
184184
&quot;countryCode&quot;: &quot;A String&quot;, # The country of the price benchmark (ISO 3166 code).
185185
},
186186
&quot;priceInsights&quot;: { # Price insights fields requested by the merchant in the query. Field values are only set if the merchant queries `PriceInsightsProductView`. https://support.google.com/merchants/answer/11916926 # Price insights fields requested by the merchant in the query. Field values are only set if the merchant queries `PriceInsightsProductView`.
187+
&quot;effectiveness&quot;: &quot;A String&quot;, # The predicted effectiveness of applying the price suggestion, bucketed.
187188
&quot;predictedClicksChangeFraction&quot;: 3.14, # The predicted change in clicks as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in clicks.
188189
&quot;predictedConversionsChangeFraction&quot;: 3.14, # The predicted change in conversions as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in conversions).
189190
&quot;predictedGrossProfitChangeFraction&quot;: 3.14, # *Deprecated*: This field is no longer supported and will start returning 0. The predicted change in gross profit as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in gross profit.

googleapiclient/discovery_cache/documents/content.v2.1.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6219,7 +6219,7 @@
62196219
}
62206220
}
62216221
},
6222-
"revision": "20240502",
6222+
"revision": "20240508",
62236223
"rootUrl": "https://shoppingcontent.googleapis.com/",
62246224
"schemas": {
62256225
"Account": {
@@ -14015,6 +14015,22 @@ false
1401514015
"description": "Price insights fields requested by the merchant in the query. Field values are only set if the merchant queries `PriceInsightsProductView`. https://support.google.com/merchants/answer/11916926",
1401614016
"id": "PriceInsights",
1401714017
"properties": {
14018+
"effectiveness": {
14019+
"description": "The predicted effectiveness of applying the price suggestion, bucketed.",
14020+
"enum": [
14021+
"EFFECTIVENESS_UNSPECIFIED",
14022+
"LOW",
14023+
"MEDIUM",
14024+
"HIGH"
14025+
],
14026+
"enumDescriptions": [
14027+
"Effectiveness is unknown.",
14028+
"Effectiveness is low.",
14029+
"Effectiveness is medium.",
14030+
"Effectiveness is high."
14031+
],
14032+
"type": "string"
14033+
},
1401814034
"predictedClicksChangeFraction": {
1401914035
"description": "The predicted change in clicks as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in clicks.",
1402014036
"format": "double",

0 commit comments

Comments
 (0)