Class CompetitiveVisibilityTopMerchantView
Fields available for query in competitive_visibility_top_merchant_view
table. Competitive
visibility report with business with highest visibility.
Values are only set for fields requested explicitly in the request's search query.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.reports_v1beta.Data
Assembly: Google.Apis.Merchant.reports_v1beta.dll
Syntax
public class CompetitiveVisibilityTopMerchantView : IDirectResponseSchema
Properties
AdsOrganicRatio
[Ads / organic ratio] (https://support.google.com/merchants/answer/11366442#zippy=%2Cads-free-ratio) shows how often the domain receives impressions from Shopping ads compared to organic traffic. The number is rounded and bucketed. Cannot be filtered on in the 'WHERE' clause.
Declaration
[JsonProperty("adsOrganicRatio")]
public virtual double? AdsOrganicRatio { get; set; }
Property Value
Type | Description |
---|---|
double? |
Date
Date of this row. Cannot be selected 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 |
Domain
Domain of your competitor or your domain, if 'is_your_domain' is true. Required in the SELECT
clause.
Cannot be filtered on in the 'WHERE' clause.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HigherPositionRate
[Higher position rate] (https://support.google.com/merchants/answer/11366442#zippy=%2Chigher-position-rate) shows how often a competitor’s offer got placed in a higher position on the page than your offer. Cannot be filtered on in the 'WHERE' clause.
Declaration
[JsonProperty("higherPositionRate")]
public virtual double? HigherPositionRate { get; set; }
Property Value
Type | Description |
---|---|
double? |
IsYourDomain
True if this row contains data for your domain. Cannot be filtered on in the 'WHERE' clause.
Declaration
[JsonProperty("isYourDomain")]
public virtual bool? IsYourDomain { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PageOverlapRate
[Page overlap rate] (https://support.google.com/merchants/answer/11366442#zippy=%2Cpage-overlap-rate) shows how frequently competing retailers’ offers are shown together with your offers on the same page. Cannot be filtered on in the 'WHERE' clause.
Declaration
[JsonProperty("pageOverlapRate")]
public virtual double? PageOverlapRate { get; set; }
Property Value
Type | Description |
---|---|
double? |
Rank
Position of the domain in the top merchants ranking for the selected keys (date
, report_category_id
,
report_country_code
, traffic_source
) based on impressions. 1 is the highest. Cannot be filtered on in
the 'WHERE' clause.
Declaration
[JsonProperty("rank")]
public virtual long? Rank { get; set; }
Property Value
Type | Description |
---|---|
long? |
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 |