Beta.Analytics - Go SDK
Beta.Analytics - Go SDK
Beta.Analytics method reference
The Go SDK and docs are currently in beta. Report issues on GitHub.
Overview
beta.Analytics endpoints
Available Operations
- GetAnalyticsMeta - Get available analytics metrics and dimensions
- QueryAnalytics - Query analytics data
GetAnalyticsMeta
Returns the available metrics, dimensions, filter operators, and granularities for the analytics query endpoint. Management key required.
Example Usage
Parameters
Response
*operations.GetAnalyticsMetaResponse, error
Errors
QueryAnalytics
Execute an analytics query with specified metrics, dimensions, filters, and time range. Management key required.
Example Usage
Parameters
Response
*operations.QueryAnalyticsResponse, error