GoogleApi.Analytics.V3.Model.RealtimeDataQuery (google_api_analytics v0.13.0) View Source

Real time data request query parameters.

Attributes

  • dimensions (type: String.t, default: nil) - List of real time dimensions.
  • filters (type: String.t, default: nil) - Comma-separated list of dimension or metric filters.
  • ids (type: String.t, default: nil) - Unique table ID.
  • max-results (type: integer(), default: nil) - Maximum results per page.
  • metrics (type: list(String.t), default: nil) - List of real time metrics.
  • sort (type: list(String.t), default: nil) - List of dimensions or metrics based on which real time data is sorted.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Analytics.V3.Model.RealtimeDataQuery{
  dimensions: String.t(),
  filters: String.t(),
  ids: String.t(),
  "max-results": integer(),
  metrics: [String.t()],
  sort: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.