Overview
The Google Analytics connector lets you sync data from Google Analytics into Snowflake or your own S3 bucket as Iceberg tables.
Setup guide
Supported streams
11 endpoints are available out of the box. Each endpoint syncs into its own Iceberg table in Snowflake.
| Endpoint | Description | Reference |
|---|---|---|
| account_summaries account_summaries | – | |
| accounts accounts | – | |
| data_retention_settings data_retention_settings | – | |
| data_sharing_settings data_sharing_settings | – | |
| data_streams data_streams | – | |
| key_events key_events | – | |
| property_details property_details | – | |
| report_daily_channel report_daily_channel | – | |
| report_realtime_users report_realtime_users | – | |
| report_source_medium report_source_medium | – | |
| report_top_pages report_top_pages | – |
Authentication
- Auth type
- OAuth 2.0
Performance & limits
- Rate limit
Automatic backoff
Ingest throttles requests to the published rate limit and retries with exponential backoff on transient errors. You don't need to handle 429s, retries, or pagination yourself.