The Price Insights report shows suggested sale prices for your products and predicts the performance that you can expect if you update your products' prices. You can use the Price Insights report to price your products more effectively. The report is similar to the Price Insights Report from Google Merchant Center.
The data is written to a table named
PriceInsights_MERCHANT_ID
if you are using an individual Merchant ID, or
PriceInsights_AGGREGATOR_ID if you're
using an MCA account.
The PriceInsights_ table has the following schema:
aggregator_idINTEGERmerchant_idINTEGERidSTRINGchannel:content_language:feed_label:offer_id, similar to
the way it's defined in the
products table schema. This field is a primary key.
titleSTRINGbrandSTRINGoffer_idSTRINGpriceRECORDamount_micros: 1000000currency_code: USDsuggested_priceRECORDSale 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.
predicted_impressions_change_fractionFLOATpredicted_clicks_change_fractionFLOATpredicted_conversions_change_fractionFLOATproduct_type_l1STRINGproduct_type_l2STRINGproduct_type_l3STRINGproduct_type_l4STRINGproduct_type_l5STRINGcategory_l1STRINGcategory_l2STRINGcategory_l3STRINGcategory_l4STRINGcategory_l5STRINGExcept as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-09 UTC.