GoogleApi.Analytics.V3.Model.RealtimeData (google_api_analytics v0.12.0) View Source
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.
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.RealtimeData{ columnHeaders: [GoogleApi.Analytics.V3.Model.RealtimeDataColumnHeaders.t()], id: String.t(), kind: String.t(), profileInfo: GoogleApi.Analytics.V3.Model.RealtimeDataProfileInfo.t(), query: GoogleApi.Analytics.V3.Model.RealtimeDataQuery.t(), rows: [[String.t()]], selfLink: String.t(), totalResults: integer(), totalsForAllResults: map() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.