Pre-Configured APIs
Google Analytics
API configuration: google-analytics
Features
Features | Status |
---|---|
Auth (OAuth) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
Need help getting started? Get help in the community.
API gotchas
- Google Analytics offers two main categories of APIs: the Admin API, used for managing properties within Google Analytics, and the Data API, which provides access to report data.
- To access the appropriate authorization scopes for each method, please refer to the Authorization Scopes section for the specific method. For example, see Authorization scopes for the Audience List method.
- While setting up the OAuth app, use the
https://www.googleapis.com/auth/analytics
scope for extended capabilities. - To enable
Google Analytics
in the developer console for your project, please use the following link: https://console.cloud.google.com/flows/enableapi?apiid=analytics.googleapis.com
Add Getting Started links and Gotchas by editing this page
Was this page helpful?