Show / Hide Table of Contents

Class PropertiesResource.RunReportRequest

Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. The data returned from the API is as a table with columns for the requested dimensions and metrics. Metrics are individual measurements of user activity on your property, such as active users or event count. Dimensions break down metrics across some common criteria, such as country or event name. For a guide to constructing requests & understanding responses, see Creating a Report.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<RunReportResponse>
AnalyticsDataBaseServiceRequest<RunReportResponse>
PropertiesResource.RunReportRequest
Implements
IClientServiceRequest<RunReportResponse>
IClientServiceRequest
Inherited Members
AnalyticsDataBaseServiceRequest<RunReportResponse>.Xgafv
AnalyticsDataBaseServiceRequest<RunReportResponse>.AccessToken
AnalyticsDataBaseServiceRequest<RunReportResponse>.Alt
AnalyticsDataBaseServiceRequest<RunReportResponse>.Callback
AnalyticsDataBaseServiceRequest<RunReportResponse>.Fields
AnalyticsDataBaseServiceRequest<RunReportResponse>.Key
AnalyticsDataBaseServiceRequest<RunReportResponse>.OauthToken
AnalyticsDataBaseServiceRequest<RunReportResponse>.PrettyPrint
AnalyticsDataBaseServiceRequest<RunReportResponse>.QuotaUser
AnalyticsDataBaseServiceRequest<RunReportResponse>.UploadType
AnalyticsDataBaseServiceRequest<RunReportResponse>.UploadProtocol
ClientServiceRequest<RunReportResponse>.Execute()
ClientServiceRequest<RunReportResponse>.ExecuteAsStream()
ClientServiceRequest<RunReportResponse>.ExecuteAsync()
ClientServiceRequest<RunReportResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<RunReportResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<RunReportResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<RunReportResponse>.CreateRequest(bool?)
ClientServiceRequest<RunReportResponse>.GenerateRequestUri()
ClientServiceRequest<RunReportResponse>.GetDefaultETagAction(string)
ClientServiceRequest<RunReportResponse>.ETagAction
ClientServiceRequest<RunReportResponse>.ModifyRequest
ClientServiceRequest<RunReportResponse>.ValidateParameters
ClientServiceRequest<RunReportResponse>.ApiVersion
ClientServiceRequest<RunReportResponse>.RequestParameters
ClientServiceRequest<RunReportResponse>.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.RunReportRequest : AnalyticsDataBaseServiceRequest<RunReportResponse>, IClientServiceRequest<RunReportResponse>, IClientServiceRequest

Constructors

RunReportRequest(IClientService, RunReportRequest, string)

Constructs a new RunReport request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<RunReportResponse>.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. Within a batch request, this property should either be unspecified or consistent with the batch-level property. 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<RunReportResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes RunReport parameter list.

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

Implements

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