Show / Hide Table of Contents

Class DataResource.RealtimeResource

The "realtime" collection of methods.

Inheritance
System.Object
DataResource.RealtimeResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class RealtimeResource

Constructors

RealtimeResource(IClientService)

Constructs a new resource.

Declaration
public RealtimeResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.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
System.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.

System.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
In This Article
Back to top