Show / Hide Table of Contents

Class PropertiesResource.RunPivotReportRequest

Returns a customized pivot report of your Google Analytics event data. Pivot reports are more advanced and expressive formats than regular reports. In a pivot report, dimensions are only visible if they are included in a pivot. Multiple pivots can be specified to further dissect your data.

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

Constructors

RunPivotReportRequest(IClientService, RunPivotReportRequest, string)

Constructs a new RunPivotReport request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<RunPivotReportResponse>.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<RunPivotReportResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes RunPivotReport parameter list.

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

Implements

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