Show / Hide Table of Contents

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.

Inheritance
object
NonProductPerformanceView
Implements
IMessage<NonProductPerformanceView>
IEquatable<NonProductPerformanceView>
IDeepCloneable<NonProductPerformanceView>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Reports.V1
Assembly: Google.Shopping.Merchant.Reports.V1.dll
Syntax
public sealed class NonProductPerformanceView : IMessage<NonProductPerformanceView>, IEquatable<NonProductPerformanceView>, IDeepCloneable<NonProductPerformanceView>, IBufferMessage, IMessage

Constructors

NonProductPerformanceView()

Declaration
public NonProductPerformanceView()

NonProductPerformanceView(NonProductPerformanceView)

Declaration
public NonProductPerformanceView(NonProductPerformanceView other)
Parameters
Type Name Description
NonProductPerformanceView other

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
public 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
public 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
public Date Date { get; set; }
Property Value
Type Description
Date

HasClickThroughRate

Gets whether the "click_through_rate" field is set

Declaration
public bool HasClickThroughRate { get; }
Property Value
Type Description
bool

HasClicks

Gets whether the "clicks" field is set

Declaration
public bool HasClicks { get; }
Property Value
Type Description
bool

HasImpressions

Gets whether the "impressions" field is set

Declaration
public bool HasImpressions { get; }
Property Value
Type Description
bool

Impressions

Number of times images and online store links leading to your non-product pages were shown. Metric.

Declaration
public 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
public Date Week { get; set; }
Property Value
Type Description
Date
In this article
Back to top Generated by DocFX