You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
Hello guys,
I'm implemeting a/b test here with react-ab-experiment and Google Optimize. The first access from user calls onEnrolment, which sends all ga events to Google, but when the cache is created, onEnrolment doesn't trigger again and I don't send the ga events to Google.
Here is an example of what I'm applying to the project:
Hello guys,
I'm implemeting a/b test here with
react-ab-experiment
and Google Optimize. The first access from user callsonEnrolment
, which sends all ga events to Google, but when the cache is created,onEnrolment
doesn't trigger again and I don't send the ga events to Google.Here is an example of what I'm applying to the project:
Cache is getting the right information (0 or 1), but I need to always send to GA all the events inside handleEnrolment.
Could you please help me? :)
The text was updated successfully, but these errors were encountered: