worried-planet-2191
10/04/2023, 1:11 PMhelpful-application-7107
10/04/2023, 11:58 PMI checked both ourAs in when you join or group by these events onandsign_upevents via Big Query and it seems like more than 50% of `sign_up`s did not have a correspondingexperiment_joinedeventexperiment_joined
id there are 50% of id with at least one sign_up event who do not have a corresponding experiment_joined event? Just ruling out that there's some issue with sign_up events firing too often.
• I am confident in the queries we are running forTo confirm, they are querying the same table?events and they include the same pre-conditions of the A/B experimentsign_up
• in ourAre there any differences (besides the fact that the tracking callback is getting called within the GB SDK) between this and how you track sign up events? Is it the case that you expect every single, we push antrackingCallbackevent with theexperiment_joinedandexperiment_idto our GTM data layer, which, in turn, sends a GA eventvariant_id
id that fires a sign_up event to also fire an experiment_joined event?lemon-library-48160
10/05/2023, 8:48 AMexperiment_joined events. For the 0.5% that is missing, we are assuming it's people with cookies disabled, or in-app browsers that do not handle our cookie.
To quickly answer your questions, yes, we have all events in the same table(s) in BigQuery, the events were fired in the same way, and we were expecting everyone that had a sign_up event through a specific flow, to have a corresponding experiment_joined event.
I appreciate you for jumping on my questions and offering help, thanks again! 🙌