Suggested prices & predicted impact
price_insightsView Google's suggested product prices and the predicted change in impressions, clicks, and conversions if you adopt them, with an effectiveness rating to guide your pricing decisions.
Instructions
Convenience wrapper over a canned MCQL query on price_insights_product_view: Google's suggested_price per product with the predicted change in impressions, clicks and conversions if you adopt it (predicted_*_change_fraction, e.g. 0.05 = +5%), plus an overall effectiveness bucket (LOW/MEDIUM/HIGH). Requires the Market Insights opt-in — otherwise rows are empty. Price amounts are micros and may arrive as strings (int64).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Merchant Center account ID (digits, e.g. "123456"). Omit to use the GOOGLE_MERCHANTS_ACCOUNT_ID default. | |
| page_size | No | Max results per page (1..100000; API default 1000). | |
| page_token | No | nextPageToken from the previous response. All other parameters must be identical to the previous call. |