-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integrations): add support for google analytics (#2906)
## Describe your changes - Add support for Google Analytics ## Issue ticket number and link [EXT-168](https://linear.app/nango/issue/EXT-168/add-ga4-integration)
- Loading branch information
1 parent
bec4a16
commit 875cdaa
Showing
7 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Google Analytics | ||
sidebarTitle: Google Analytics | ||
--- | ||
|
||
API configuration: [`google-analytics`](https://nango.dev/providers.yaml) | ||
|
||
## Features | ||
|
||
| Features | Status | | ||
| - | - | | ||
| [Auth (OAuth)](/integrate/guides/authorize-an-api) | ✅ | | ||
| [Sync data](/integrate/guides/sync-data-from-an-api) | ✅ | | ||
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) | ✅ | | ||
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) | ✅ | | ||
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api) | 🚫 (time to contribute: <48h) | | ||
|
||
<Tip>We can implement missing features in <48h, just ask for it in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## Getting started | ||
|
||
- [Google Analytics access token specs](https://cloud.google.com/iam/docs/reference/sts/rest/v1/TopLevel/token#response-body) | ||
- [Google Analytics API docs](https://developers.google.com/analytics/policy) | ||
|
||
<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## 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](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1alpha/properties.audienceLists/get#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 | ||
|
||
<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/google-analytics.mdx)</Note> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
packages/webapp/public/images/template-logos/google-analytics.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.