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

Real time data for a given view (profile).

Attributes

  • columnHeaders (type: list(GoogleApi.Analytics.V3.Model.RealtimeDataColumnHeaders.t), default: nil) - Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
  • id (type: String.t, default: nil) - Unique ID for this data response.
  • kind (type: String.t, default: analytics#realtimeData) - Resource type.
  • profileInfo (type: GoogleApi.Analytics.V3.Model.RealtimeDataProfileInfo.t, default: nil) - Information for the view (profile), for which the real time data was requested.
  • query (type: GoogleApi.Analytics.V3.Model.RealtimeDataQuery.t, default: nil) - Real time data request query parameters.
  • rows (type: list(list(String.t)), default: nil) - Real time data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.
  • selfLink (type: String.t, default: nil) - Link to this page.
  • totalResults (type: integer(), default: nil) - The total number of rows for the query, regardless of the number of rows in the response.
  • totalsForAllResults (type: map(), default: nil) - Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.RealtimeData{
  columnHeaders:
    [GoogleApi.Analytics.V3.Model.RealtimeDataColumnHeaders.t()] | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  profileInfo: GoogleApi.Analytics.V3.Model.RealtimeDataProfileInfo.t() | nil,
  query: GoogleApi.Analytics.V3.Model.RealtimeDataQuery.t() | nil,
  rows: [[String.t()]] | nil,
  selfLink: String.t() | nil,
  totalResults: integer() | nil,
  totalsForAllResults: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.