NonProductPerformanceView class
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.
Constructors
- NonProductPerformanceView.new({double? clickThroughRate, String? clicks, Date? date, String? impressions, Date? week})
- NonProductPerformanceView.fromJson(Map json_)
Properties
- clicks ↔ String?
-
Number of clicks on images and online store links leading to your
non-product pages.
getter/setter pair
- clickThroughRate ↔ double?
-
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.getter/setter pair - date ↔ Date?
-
Date in the merchant timezone to which metrics apply.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- impressions ↔ String?
-
Number of times images and online store links leading to your non-product
pages were shown.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- week ↔ Date?
-
First day of the week (Monday) of the metrics date in the merchant
timezone.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited