Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Analytics Connector doc updates #1672

Merged
merged 2 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Universal Analytics is supported by a [separate connector](./google-analytics.md
It’s available for use in the Flow web application. For local development or open-source workflows, [`ghcr.io/estuary/source-google-analytics-data-api:dev`](https://ghcr.io/estuary/source-google-analytics-data-api:dev) provides the latest version of the connector as a Docker image. You can also follow the link in your browser to see past image versions.

This connector is based on an open-source connector from a third party, with modifications for performance in the Flow system.
You can find their documentation [here](https://docs.airbyte.com/integrations/sources/google-analytics-v4/),
You can find their documentation [here](https://docs.airbyte.com/integrations/sources/google-analytics-data-api),
but keep in mind that the two versions may be significantly different.

## Supported data resources
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@

# Google Analytics UA
# (Deprecated) Google Analytics UA

This connector captures data from a view in Google Universal Analytics.
This connector previously captured data from a view in Google Universal Analytics.

:::info
This connector supports Universal Analytics, not Google Analytics 4.
:::danger

This connector and Universal Analytics are now **deprecated** along with the Google Analytics Universal Analytics API - ([see Google announcement](https://support.google.com/analytics/answer/11583528?hl=en).

Google Analytics 4 is supported by a [separate connector](./google-analytics-4.md).

:::

It is available for use in the Flow web application. For local development or open-source workflows, [`ghcr.io/estuary/source-google-analytics-ua:dev`](https://ghcr.io/estuary/source-google-analytics-ua:dev) provides the latest version of the connector as a Docker image. You can also follow the link in your browser to see past image versions.

This connector is based on an open-source connector from a third party, with modifications for performance in the Flow system.
You can find their documentation [here](https://docs.airbyte.com/integrations/sources/google-analytics-universal-analytics),
You can find their documentation [here](https://docs.airbyte.com/integrations/sources/google-analytics-v4/),
but keep in mind that the two versions may be significantly different.

## Supported data resources
Expand Down
Loading