reportingContext property
Reporting context to restrict the query to.
Restricts the reporting contexts returned in
status_per_reporting_context and item_issues, and used to compute
aggregated_reporting_context_status. This field can only be used in
the WHERE clause and cannot be selected in the SELECT clause.
Possible string values are:
- "REPORTING_CONTEXT_ENUM_UNSPECIFIED" : Not specified.
- "SHOPPING_ADS" : Shopping ads.
- "DISCOVERY_ADS" : Deprecated: Use
DEMAND_GEN_ADSinstead. Discovery and Demand Gen ads. - "DEMAND_GEN_ADS" : Demand Gen ads.
- "DEMAND_GEN_ADS_DISCOVER_SURFACE" : Demand Gen ads on Discover surface.
- "VIDEO_ADS" : Video ads.
- "DISPLAY_ADS" : Display ads.
- "LOCAL_INVENTORY_ADS" : Local inventory ads.
- "VEHICLE_INVENTORY_ADS" : Vehicle inventory ads.
- "FREE_LISTINGS" : Free product listings.
- "FREE_LISTINGS_UCP_CHECKOUT" : Free product listings on UCP checkout.
- "FREE_LOCAL_LISTINGS" : Free local product listings.
- "FREE_LOCAL_VEHICLE_LISTINGS" : Free local vehicle listings.
- "YOUTUBE_AFFILIATE" : Youtube Affiliate.
- "YOUTUBE_SHOPPING" : YouTube Shopping.
- "CLOUD_RETAIL" : Cloud retail.
- "LOCAL_CLOUD_RETAIL" : Local cloud retail.
- "PRODUCT_REVIEWS" : Product Reviews.
- "MERCHANT_REVIEWS" : Merchant Reviews.
- "YOUTUBE_CHECKOUT" : YouTube Checkout .
Implementation
core.String? reportingContext;