View Source GoogleApi.MerchantAPI.Reports_v1beta.Model.NonProductPerformanceView (google_api_merchant_api v0.3.0)

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.

Attributes

  • clickThroughRate (type: float(), default: nil) - 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.
  • clicks (type: String.t, default: nil) - Number of clicks on images and online store links leading to your non-product pages. Metric.
  • date (type: GoogleApi.MerchantAPI.Reports_v1beta.Model.Date.t, default: nil) - Date in the merchant timezone to which metrics apply. Segment. Condition on date is required in the WHERE clause.
  • impressions (type: String.t, default: nil) - Number of times images and online store links leading to your non-product pages were shown. Metric.
  • week (type: GoogleApi.MerchantAPI.Reports_v1beta.Model.Date.t, default: nil) - First day of the week (Monday) of the metrics date in the merchant timezone. Segment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MerchantAPI.Reports_v1beta.Model.NonProductPerformanceView{
  clickThroughRate: float() | nil,
  clicks: String.t() | nil,
  date: GoogleApi.MerchantAPI.Reports_v1beta.Model.Date.t() | nil,
  impressions: String.t() | nil,
  week: GoogleApi.MerchantAPI.Reports_v1beta.Model.Date.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.