-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat(web-react): adds the possibility to track events through GA4 #8231
feat(web-react): adds the possibility to track events through GA4 #8231
Conversation
I'm still working on this PR |
…rickfBraz/datahub into web-react/enables-google-analytics-4
@PatrickfBraz is this ready for review? |
Yes @hsheth2. Is ready! |
@chriscollins3456 @hsheth2 I'm already using this version in my environment and it's working correctly. I can share a print here in PR, if you find it relevant. |
Im a bit nervous about completely removing GA3 - does Google still support it? If google still supports, I'm in favor of supporting BOTH using different analytics providers on the UI. Thoughts? |
Google analytics 3 has been fully sunset and no longer accepts events, so it should be fine |
@PatrickfBraz one last thing here: could you add a note to Other than that, this should be good to merge. Not sure why we've let it linger for so long - that's entirely our bad. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good! since google analytics 3 is fully sunsetted and they stopped accepting new data in july 2023, i think we're safe to merge this.
either no one must have been using ga3 with datahub or their analytics have been broken for a year.
I'll add an update to updating-datahub.md myself
Hi @chriscollins3456 is there anything stopping this being merged? We'd also like to make use of GA4 and this PR looks like it does the job. |
noticed some CI failures and just pushed up hopefully the final fix then will merge |
6307eec
into
datahub-project:master
…tahub-project#8231) Co-authored-by: Chris Collins <[email protected]>
…tahub-project#8231) Co-authored-by: Chris Collins <[email protected]>
) Co-authored-by: Chris Collins <[email protected]>
Context
These changes are intended to allow the sending of events from the platform to GA4.
Checklist