module Realtime: sig .. end
val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
?dimensions:string ->
?filters:string ->
?max_results:int ->
?sort:string ->
ids:string ->
metrics:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.RealtimeData.t * GapiConversation.Session.t
Returns real time data for a view (profile).
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
etag : Optional ETag.
std_params : Optional standard parameters.
dimensions : A comma-separated list of real time dimensions. E.g., 'rt:medium,rt:city'.
filters : A comma-separated list of dimension or metric filters to be applied to real time data.
max_results : The maximum number of entries to include in this feed.
sort : A comma-separated list of dimensions or metrics that determine the sort order for real time data.
ids : Unique table ID for retrieving real time data. Table ID is of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.
metrics : A comma-separated list of real time metrics. E.g., 'rt:activeUsers'. At least one metric must be specified.