Google Merchant Center Price Insights table
Overview
The Price Insights report shows suggested sale prices for your products andpredicts the performance that you can expect if you update your products'prices. You can use the Price Insights report to price your products moreeffectively. The report is similar to thePrice Insights Report from GoogleMerchant Center.
The data is written to a table namedPriceInsights_MERCHANT_IDif you are using an individual Merchant ID, orPriceInsights_AGGREGATOR_ID if you'reusing an MCA account.
Schema
ThePriceInsights_ table has the following schema:
| Column | BigQuery data type | Description | Example data |
|---|---|---|---|
aggregator_id | INTEGER | Multi Client Account (MCA) ID if the merchant is part of an MCA. Null otherwise. | 12345 |
merchant_id | INTEGER | Google Merchant Center account ID. This field is a primary key. | 1234 |
id | STRING | Content API REST ID of the product in the form:channel:content_language:feed_label:offer_id, similar to the way it's defined in theproducts table schema. This field is a primary key. | online:en:AU:666840730 |
title | STRING | The title of the product. | TN2351 black USB |
brand | STRING | The brand of the product. | Brand Name |
offer_id | STRING | Merchant providedid of the product. | tddy123uk |
price | RECORD | The current price of the product. | 1$ =amount_micros: 1000000currency_code: USD |
suggested_price | RECORD | Sale or discounted price predicted by Google to maximize gross profit for your business. It is based on complex models to simulate the performance of the product at different price points over the past 7 days. To calculate suggested prices, we compare your existing price with the prices of a group of similar businesses selling the same products. The model additionally considers factors such as product demand, number of sellers offering similar products, and predicted profit margins for businesses similar to yours. These factors are analyzed to provide expected impressions, clicks, conversions, and gross profit if the suggested price is implemented. While the suggested prices provide valuable insights, predictions don't guarantee future performance outcomes. | 1$ =amount_micros: 1000000currency_code: USD |
predicted_impressions_change_fraction | FLOAT | Predicted increase in impressions if the suggested sale price is applied. Predictions are generated by models based on the past 7 days of performance data. | |
predicted_clicks_change_fraction | FLOAT | Predicted increase in clicks if the suggested sale price is applied. Predictions are generated by models based on the past 7 days of performance data. | |
predicted_conversions_change_fraction | FLOAT | Predicted increase in conversions if the suggested sale price is applied. Predictions are generated by models based on the past 7 days of performance data. | |
product_type_l1 | STRING | Product type attribute of the product. | |
product_type_l2 | STRING | Product type attribute of the product. | |
product_type_l3 | STRING | Product type attribute of the product. | |
product_type_l4 | STRING | Product type attribute of the product. | |
product_type_l5 | STRING | Product type attribute of the product. | |
category_l1 | STRING | Google product category of the product. | Animals & Pet Supplies |
category_l2 | STRING | Google product category of the product. | Pet Supplies |
category_l3 | STRING | Google product category of the product. | Dog Supplies |
category_l4 | STRING | Google product category of the product. | Dog Beds |
category_l5 | STRING | Google product category of the product. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.