Show / Hide Table of Contents

Class V1alphaResource

The "v1alpha" collection of methods.

Inheritance
System.Object
V1alphaResource
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.AnalyticsData.v1alpha
Assembly: Google.Apis.AnalyticsData.v1alpha.dll
Syntax
public class V1alphaResource

Constructors

V1alphaResource(IClientService)

Constructs a new resource.

Declaration
public V1alphaResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchRunPivotReports(BatchRunPivotReportsRequest)

Returns multiple pivot reports in a batch. All reports must be for the same Entity.

Declaration
public virtual V1alphaResource.BatchRunPivotReportsRequest BatchRunPivotReports(BatchRunPivotReportsRequest body)
Parameters
Type Name Description
BatchRunPivotReportsRequest body

The body of the request.

Returns
Type Description
V1alphaResource.BatchRunPivotReportsRequest

BatchRunReports(BatchRunReportsRequest)

Returns multiple reports in a batch. All reports must be for the same Entity.

Declaration
public virtual V1alphaResource.BatchRunReportsRequest BatchRunReports(BatchRunReportsRequest body)
Parameters
Type Name Description
BatchRunReportsRequest body

The body of the request.

Returns
Type Description
V1alphaResource.BatchRunReportsRequest

RunPivotReport(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.

Declaration
public virtual V1alphaResource.RunPivotReportRequest RunPivotReport(RunPivotReportRequest body)
Parameters
Type Name Description
RunPivotReportRequest body

The body of the request.

Returns
Type Description
V1alphaResource.RunPivotReportRequest

RunReport(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.

Declaration
public virtual V1alphaResource.RunReportRequest RunReport(RunReportRequest body)
Parameters
Type Name Description
RunReportRequest body

The body of the request.

Returns
Type Description
V1alphaResource.RunReportRequest
In This Article
Back to top