Class DataResource.RealtimeResource
The "realtime" collection of methods.
Inheritance
object
DataResource.RealtimeResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class DataResource.RealtimeResource
Constructors
RealtimeResource(IClientService)
Constructs a new resource.
Declaration
public RealtimeResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string)
Returns real time data for a view (profile).
Declaration
public virtual DataResource.RealtimeResource.GetRequest Get(string ids, string metrics)
Parameters
Type | Name | Description |
---|---|---|
string | 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. |
string | metrics | A comma-separated list of real time metrics. E.g., 'rt:activeUsers'. At least one metric must be specified. |
Returns
Type | Description |
---|---|
DataResource.RealtimeResource.GetRequest |