Show / Hide Table of Contents

Namespace Google.Apis.AnalyticsData.v1alpha

Classes

AnalyticsDataBaseServiceRequest<TResponse>

A base abstract class for AnalyticsData requests.

AnalyticsDataService

The AnalyticsData Service.

AnalyticsDataService.Scope

Available OAuth 2.0 scopes for use with the Google Analytics Data API.

AnalyticsDataService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Analytics Data API.

PropertiesResource

The "properties" collection of methods.

PropertiesResource.GetMetadataRequest

Returns metadata for dimensions and metrics available in reporting methods. Used to explore the dimensions and metrics. In this method, a Google Analytics GA4 Property Identifier is specified in the request, and the metadata response includes Custom dimensions and metrics as well as Universal metadata. For example if a custom metric with parameter name levels_unlocked is registered to a property, the Metadata response will contain customEvent:levels_unlocked. Universal metadata are dimensions and metrics applicable to any property such as country and totalUsers.

PropertiesResource.RunRealtimeReportRequest

The Google Analytics Realtime API returns a customized report of realtime event data for your property. These reports show events and usage from the last 30 minutes.

V1alphaResource

The "v1alpha" collection of methods.

V1alphaResource.BatchRunPivotReportsRequest

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

V1alphaResource.BatchRunReportsRequest

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

V1alphaResource.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.

V1alphaResource.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.

Enums

AnalyticsDataBaseServiceRequest<TResponse>.AltEnum

Data format for response.

AnalyticsDataBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In This Article
Back to top