google_api_analytics v0.9.0 GoogleApi.Analytics.V3.Model.GaDataQuery View Source

Analytics data request query parameters.

Attributes

  • dimensions (type: String.t, default: nil) - List of analytics dimensions.
  • end-date (type: String.t, default: nil) - End date.
  • 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 analytics metrics.
  • samplingLevel (type: String.t, default: nil) - Desired sampling level
  • segment (type: String.t, default: nil) - Analytics advanced segment.
  • sort (type: list(String.t), default: nil) - List of dimensions or metrics based on which Analytics data is sorted.
  • start-date (type: String.t, default: nil) - Start date.
  • start-index (type: integer(), default: nil) - Start index.

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.GaDataQuery{
  dimensions: String.t(),
  "end-date": String.t(),
  filters: String.t(),
  ids: String.t(),
  "max-results": integer(),
  metrics: [String.t()],
  samplingLevel: String.t(),
  segment: String.t(),
  sort: [String.t()],
  "start-date": String.t(),
  "start-index": integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.