Show / Hide Table of Contents

Class CompetitiveVisibilityBenchmarkView

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.

Inheritance
object
CompetitiveVisibilityBenchmarkView
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.reports_v1beta.Data
Assembly: Google.Apis.Merchant.reports_v1beta.dll
Syntax
public class CompetitiveVisibilityBenchmarkView : IDirectResponseSchema

Properties

CategoryBenchmarkVisibilityTrend

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.

Declaration
[JsonProperty("categoryBenchmarkVisibilityTrend")]
public virtual double? CategoryBenchmarkVisibilityTrend { get; set; }
Property Value
Type Description
double?

Date

Date of this row. Required in the SELECT clause. A condition on date is required in the WHERE clause.

Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
Type Description
Date

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReportCategoryId

Google product category ID to calculate the report for, represented in Google's product taxonomy. Required in the SELECT clause. A condition on report_category_id is required in the WHERE clause.

Declaration
[JsonProperty("reportCategoryId")]
public virtual long? ReportCategoryId { get; set; }
Property Value
Type Description
long?

ReportCountryCode

Country where impressions appeared. Required in the SELECT clause. A condition on report_country_code is required in the WHERE clause.

Declaration
[JsonProperty("reportCountryCode")]
public virtual string ReportCountryCode { get; set; }
Property Value
Type Description
string

TrafficSource

Traffic source of impressions. Required in the SELECT clause.

Declaration
[JsonProperty("trafficSource")]
public virtual string TrafficSource { get; set; }
Property Value
Type Description
string

YourDomainVisibilityTrend

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.

Declaration
[JsonProperty("yourDomainVisibilityTrend")]
public virtual double? YourDomainVisibilityTrend { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX