View Source GoogleApi.ChromeUXReport.V1.Model.HistoryKey (google_api_chrome_ux_report v0.4.0)

Key defines all the dimensions that identify this record as unique.

Attributes

  • formFactor (type: String.t, default: nil) - The form factor is the device class that all users used to access the site for this record. If the form factor is unspecified, then aggregated data over all form factors will be returned.
  • origin (type: String.t, default: nil) - Origin specifies the origin that this record is for. Note: When specifying an origin, data for loads under this origin over all pages are aggregated into origin level user experience data.
  • url (type: String.t, default: nil) - Url specifies a specific url that this record is for. This url should be normalized, following the normalization actions taken in the request to increase the chances of successful lookup. Note: When specifying a "url" only data for that specific url will be aggregated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromeUXReport.V1.Model.HistoryKey{
  formFactor: String.t() | nil,
  origin: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.