In using redash the other day, I noticed that the current Google Analytics integration does now support the latest version of the Google Analytics property management (GA4). New GA properties are being forced onto this version with no option to revert the property back. Seems like we should either add support for GA4 in tree or do it as an external plugin people can load.

1 Like

Here’s the query runner for google_analytics.

Can you share a link to the relevant documentation for GA4? Perhaps someone in the community can make the appropriate changes.

Sure thing! Here’s the documentation around the Core Reporting API v4: https://developers.google.com/analytics/devguides/reporting/core/v4

I have created a pull request to add query runner for Google Analytics Data API (GA4) and Google Search Console API. Hope this helps.

1 Like