-
Notifications
You must be signed in to change notification settings - Fork 118
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
Implement GA4 #250
Implement GA4 #250
Conversation
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.
Do these event recordings need to be wrapped in try
/catch
? I'm wondering if some of these requests will block or fail if the user has AdBlock enabled.
interesting... not sure. I could probably put |
ok I tested it with an ad blocker (using Brave browser) and I dont think we need to use try/catch block as it doesnt break the app if blocker is on. I believe because it uses the window dataLayer object and does some background processes it doesnt affect the user |
Adds support for Google Analytics 4 to track event in the wallet adapter.