View Source GoogleApi.Analytics.V3.Model.McfDataQuery (google_api_analytics v0.15.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.McfDataQuery{
  dimensions: String.t() | nil,
  "end-date": String.t() | nil,
  filters: String.t() | nil,
  ids: String.t() | nil,
  "max-results": integer() | nil,
  metrics: [String.t()] | nil,
  samplingLevel: String.t() | nil,
  segment: String.t() | nil,
  sort: [String.t()] | nil,
  "start-date": String.t() | nil,
  "start-index": integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.