Class NonProductPerformanceView
Fields available for query in non_product_performance_view table. Performance data on images and online store
links leading to your non-product pages. This includes performance metrics (for example, clicks) and
dimensions according to which performance metrics are segmented (for example, date). Segment fields cannot be
selected in queries without also selecting at least one metric field. 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 NonProductPerformanceView : IDirectResponseSchema
Properties
ClickThroughRate
Click-through rate - the number of clicks (clicks) divided by the number of impressions (impressions) of
images and online store links leading to your non-product pages. Metric.
Declaration
[JsonProperty("clickThroughRate")]
public virtual double? ClickThroughRate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Clicks
Number of clicks on images and online store links leading to your non-product pages. Metric.
Declaration
[JsonProperty("clicks")]
public virtual long? Clicks { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Date
Date in the merchant timezone to which metrics apply. Segment. 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 |
Impressions
Number of times images and online store links leading to your non-product pages were shown. Metric.
Declaration
[JsonProperty("impressions")]
public virtual long? Impressions { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Week
First day of the week (Monday) of the metrics date in the merchant timezone. Segment.
Declaration
[JsonProperty("week")]
public virtual Date Week { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |