Send feedback
Class NonProductPerformanceView (0.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.28.0 keyboard_arrow_down
public final class NonProductPerformanceView extends GeneratedMessageV3 implements NonProductPerformanceViewOrBuilder
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.
Protobuf type google.shopping.merchant.reports.v1beta.NonProductPerformanceView
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CLICKS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int CLICK_THROUGH_RATE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int DATE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int IMPRESSIONS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int WEEK_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static NonProductPerformanceView getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static NonProductPerformanceView . Builder newBuilder ()
public static NonProductPerformanceView . Builder newBuilder ( NonProductPerformanceView prototype )
public static NonProductPerformanceView parseDelimitedFrom ( InputStream input )
public static NonProductPerformanceView parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static NonProductPerformanceView parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static NonProductPerformanceView parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static NonProductPerformanceView parseFrom ( ByteString data )
public static NonProductPerformanceView parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static NonProductPerformanceView parseFrom ( CodedInputStream input )
public static NonProductPerformanceView parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static NonProductPerformanceView parseFrom ( InputStream input )
public static NonProductPerformanceView parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static NonProductPerformanceView parseFrom ( ByteBuffer data )
public static NonProductPerformanceView parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<NonProductPerformanceView> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public double getClickThroughRate ()
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.
optional double click_through_rate = 5;
Returns
Type
Description
double
The clickThroughRate.
Number of clicks on images and online store links leading to your
non-product pages. Metric.
optional int64 clicks = 3;
Returns
Type
Description
long
The clicks.
Date in the merchant timezone to which metrics apply. Segment.
Condition on date
is required in the WHERE
clause.
.google.type.Date date = 1;
Returns
Type
Description
com.google.type.Date
The date.
public DateOrBuilder getDateOrBuilder ()
Date in the merchant timezone to which metrics apply. Segment.
Condition on date
is required in the WHERE
clause.
.google.type.Date date = 1;
Returns
Type
Description
com.google.type.DateOrBuilder
public NonProductPerformanceView getDefaultInstanceForType ()
public long getImpressions ()
Number of times images and online store links leading to your non-product
pages were shown. Metric.
optional int64 impressions = 4;
Returns
Type
Description
long
The impressions.
public Parser<NonProductPerformanceView> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
First day of the week (Monday) of the metrics date in the merchant
timezone. Segment.
.google.type.Date week = 2;
Returns
Type
Description
com.google.type.Date
The week.
public DateOrBuilder getWeekOrBuilder ()
First day of the week (Monday) of the metrics date in the merchant
timezone. Segment.
.google.type.Date week = 2;
Returns
Type
Description
com.google.type.DateOrBuilder
public boolean hasClickThroughRate ()
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.
optional double click_through_rate = 5;
Returns
Type
Description
boolean
Whether the clickThroughRate field is set.
public boolean hasClicks ()
Number of clicks on images and online store links leading to your
non-product pages. Metric.
optional int64 clicks = 3;
Returns
Type
Description
boolean
Whether the clicks field is set.
Date in the merchant timezone to which metrics apply. Segment.
Condition on date
is required in the WHERE
clause.
.google.type.Date date = 1;
Returns
Type
Description
boolean
Whether the date field is set.
public boolean hasImpressions ()
Number of times images and online store links leading to your non-product
pages were shown. Metric.
optional int64 impressions = 4;
Returns
Type
Description
boolean
Whether the impressions field is set.
First day of the week (Monday) of the metrics date in the merchant
timezone. Segment.
.google.type.Date week = 2;
Returns
Type
Description
boolean
Whether the week field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public NonProductPerformanceView . Builder newBuilderForType ()
protected NonProductPerformanceView . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public NonProductPerformanceView . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]