View Source GoogleApi.MerchantAPI.Reports_v1beta.Model.CompetitiveVisibilityBenchmarkView (google_api_merchant_api v0.4.0)
Fields available for query in competitive_visibility_benchmark_view table. Competitive visibility report with the category benchmark. Values are only set for fields requested explicitly in the request's search query.
Attributes
-
categoryBenchmarkVisibilityTrend(type:float(), default:nil) - Change in visibility based on impressions with respect to the start of the selected time range (or first day with non-zero impressions) for a combined set of merchants with highest visibility approximating the market. Cannot be filtered on in the 'WHERE' clause. -
date(type:GoogleApi.MerchantAPI.Reports_v1beta.Model.Date.t, default:nil) - Date of this row. Required in theSELECTclause. A condition ondateis required in theWHEREclause. -
reportCategoryId(type:String.t, default:nil) - Google product category ID to calculate the report for, represented in Google's product taxonomy. Required in theSELECTclause. A condition onreport_category_idis required in theWHEREclause. -
reportCountryCode(type:String.t, default:nil) - Country where impressions appeared. Required in theSELECTclause. A condition onreport_country_codeis required in theWHEREclause. -
trafficSource(type:String.t, default:nil) - Traffic source of impressions. Required in theSELECTclause. -
yourDomainVisibilityTrend(type:float(), default:nil) - Change in visibility based on impressions for your domain with respect to the start of the selected time range (or first day with non-zero impressions). Cannot be filtered on in the 'WHERE' clause.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MerchantAPI.Reports_v1beta.Model.CompetitiveVisibilityBenchmarkView{ categoryBenchmarkVisibilityTrend: float() | nil, date: GoogleApi.MerchantAPI.Reports_v1beta.Model.Date.t() | nil, reportCategoryId: String.t() | nil, reportCountryCode: String.t() | nil, trafficSource: String.t() | nil, yourDomainVisibilityTrend: float() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.