Show / Hide Table of Contents

Class PropertiesResource.RunRealtimeReportRequest

Returns a customized report of realtime event data for your property. Events appear in realtime reports seconds after they have been sent to the Google Analytics. Realtime reports show events and usage data for the periods of time ranging from the present moment to 30 minutes ago (up to 60 minutes for Google Analytics 360 properties). For a guide to constructing realtime requests & understanding responses, see Creating a Realtime Report.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<RunRealtimeReportResponse>
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>
PropertiesResource.RunRealtimeReportRequest
Implements
IClientServiceRequest<RunRealtimeReportResponse>
IClientServiceRequest
Inherited Members
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.Xgafv
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.AccessToken
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.Alt
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.Callback
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.Fields
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.Key
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.OauthToken
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.PrettyPrint
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.QuotaUser
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.UploadType
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.UploadProtocol
ClientServiceRequest<RunRealtimeReportResponse>.Execute()
ClientServiceRequest<RunRealtimeReportResponse>.ExecuteAsStream()
ClientServiceRequest<RunRealtimeReportResponse>.ExecuteAsync()
ClientServiceRequest<RunRealtimeReportResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<RunRealtimeReportResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<RunRealtimeReportResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<RunRealtimeReportResponse>.CreateRequest(bool?)
ClientServiceRequest<RunRealtimeReportResponse>.GenerateRequestUri()
ClientServiceRequest<RunRealtimeReportResponse>.GetDefaultETagAction(string)
ClientServiceRequest<RunRealtimeReportResponse>.ETagAction
ClientServiceRequest<RunRealtimeReportResponse>.ModifyRequest
ClientServiceRequest<RunRealtimeReportResponse>.ValidateParameters
ClientServiceRequest<RunRealtimeReportResponse>.ApiVersion
ClientServiceRequest<RunRealtimeReportResponse>.RequestParameters
ClientServiceRequest<RunRealtimeReportResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsData.v1beta
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class PropertiesResource.RunRealtimeReportRequest : AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>, IClientServiceRequest<RunRealtimeReportResponse>, IClientServiceRequest

Constructors

RunRealtimeReportRequest(IClientService, RunRealtimeReportRequest, string)

Constructs a new RunRealtimeReport request.

Declaration
public RunRealtimeReportRequest(IClientService service, RunRealtimeReportRequest body, string property)
Parameters
Type Name Description
IClientService service
RunRealtimeReportRequest body
string property

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<RunRealtimeReportResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<RunRealtimeReportResponse>.MethodName

Property

A Google Analytics property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. Example: properties/1234

Declaration
[RequestParameter("property", RequestParameterType.Path)]
public virtual string Property { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<RunRealtimeReportResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<RunRealtimeReportResponse>.GetBody()

InitParameters()

Initializes RunRealtimeReport parameter list.

Declaration
protected override void InitParameters()
Overrides
AnalyticsDataBaseServiceRequest<RunRealtimeReportResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX