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