Price competitiveness vs the market
price_competitivenessCompare your product prices to market benchmarks and identify items priced above competitors, allowing you to adjust prices and reduce lost clicks.
Instructions
Convenience wrapper over a canned MCQL query on price_competitiveness_product_view: for each product, your price vs the market benchmark_price (aggregated from comparable offers across merchants) with report_country_code. A product priced above the benchmark is losing clicks to cheaper rivals. Requires the account to be opted into Market Insights (free, in Merchant Center settings) — otherwise rows are empty. Price amounts are micros (1,000,000 = 1 unit) and may arrive as strings (int64). Optional country narrows to one report country.
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. | |
| country | No | Two-letter CLDR country code to filter by, e.g. "US". Omit for all countries. | |
| 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. |