ReportingContextEnum
Stay organized with collections
Save and categorize content based on your preferences.
Reporting context values.
Except 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 2025-03-05 UTC.
[null,null,["Last updated 2025-03-05 UTC."],[[["\u003cp\u003eReporting context values provide insights into where your products are appearing across Google surfaces, such as Shopping ads, Display ads, and Free listings.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eREPORTING_CONTEXT_ENUM_UNSPECIFIED\u003c/code\u003e is a default value and indicates that the reporting context is not specified.\u003c/p\u003e\n"],["\u003cp\u003eSpecific values like \u003ccode\u003eSHOPPING_ADS\u003c/code\u003e or \u003ccode\u003eFREE_LISTINGS\u003c/code\u003e clarify the origin of product data within reports.\u003c/p\u003e\n"],["\u003cp\u003eSome enums, like \u003ccode\u003eDISCOVERY_ADS\u003c/code\u003e, are deprecated and should be replaced with their updated counterparts, like \u003ccode\u003eDEMAND_GEN_ADS\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content defines enums for reporting context values, specifying different types of ads and listings. These include `SHOPPING_ADS`, `DEMAND_GEN_ADS` (and its `DISCOVER_SURFACE` variant), `VIDEO_ADS`, `DISPLAY_ADS`, `LOCAL_INVENTORY_ADS`, `VEHICLE_INVENTORY_ADS`, `FREE_LISTINGS`, and `FREE_LOCAL_LISTINGS`, plus `FREE_LOCAL_VEHICLE_LISTINGS`. It also includes `YOUTUBE_AFFILIATE`, `YOUTUBE_SHOPPING`, `CLOUD_RETAIL`, `LOCAL_CLOUD_RETAIL`, `PRODUCT_REVIEWS`, `MERCHANT_REVIEWS`, `YOUTUBE_CHECKOUT` and some depricated enums. Each enum links to a relevant Google support page for further information.\n"],null,["# ReportingContextEnum\n\nReporting context values.\n\n| Enums ||\n|--------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `REPORTING_CONTEXT_ENUM_UNSPECIFIED` | Not specified. |\n| `SHOPPING_ADS` | [Shopping ads](https://support.google.com/merchants/answer/6149970). |\n| `DISCOVERY_ADS` | Deprecated: Use `DEMAND_GEN_ADS` instead. [Discovery and Demand Gen ads](https://support.google.com/merchants/answer/13389785). | This item is deprecated! |\n| `DEMAND_GEN_ADS` | [Demand Gen ads](https://support.google.com/merchants/answer/13389785). |\n| `DEMAND_GEN_ADS_DISCOVER_SURFACE` | [Demand Gen ads on Discover surface](https://support.google.com/merchants/answer/13389785). |\n| `VIDEO_ADS` | [Video ads](https://support.google.com/google-ads/answer/6340491). |\n| `DISPLAY_ADS` | [Display ads](https://support.google.com/merchants/answer/6069387). |\n| `LOCAL_INVENTORY_ADS` | [Local inventory ads](https://support.google.com/merchants/answer/3271956). |\n| `VEHICLE_INVENTORY_ADS` | [Vehicle inventory ads](https://support.google.com/merchants/answer/11544533). |\n| `FREE_LISTINGS` | [Free product listings](https://support.google.com/merchants/answer/9199328). |\n| `FREE_LOCAL_LISTINGS` | [Free local product listings](https://support.google.com/merchants/answer/9825611). |\n| `FREE_LOCAL_VEHICLE_LISTINGS` | [Free local vehicle listings](https://support.google.com/merchants/answer/11544533). |\n| `YOUTUBE_AFFILIATE` | [Youtube Affiliate](https://support.google.com/youtube/answer/13376398). |\n| `YOUTUBE_SHOPPING` | [YouTube Shopping](https://support.google.com/merchants/answer/13478370). |\n| `CLOUD_RETAIL` | [Cloud retail](https://cloud.google.com/solutions/retail). |\n| `LOCAL_CLOUD_RETAIL` | [Local cloud retail](https://cloud.google.com/solutions/retail). |\n| `PRODUCT_REVIEWS` | [Product Reviews](https://support.google.com/merchants/answer/14620732). |\n| `MERCHANT_REVIEWS` | [Merchant Reviews](https://developers.google.com/merchant-review-feeds). |\n| `YOUTUBE_CHECKOUT` | YouTube Checkout . |"]]