bitter-lighter-45046
07/21/2025, 5:21 AMcta_click event add_to_cart_click events firing on the sales page where I am running the experiment.
These events are fired after experiment_viewed event.
(screenshot 2)
Traffic is split into control and variation and I can see the data on GrowthBook.
I have set metrics for visit to certain checkout url seeing. But seeing 0 conversion on GrowthBook even if in GA it says there are events to those pages directly followed by expreiment_viewed
(screenshot 3)
When I check other events on GA result only shown when I filter with indirectly followed . Odd as it’s followed by expreiment_viewed event…
What am I missing here? Been trying about a week and as I need to wait for GA data to be pulled to BigQuery, it’s been hard to debug quickly.fresh-football-47124
fresh-football-47124
bitter-lighter-45046
07/21/2025, 5:25 AMbitter-lighter-45046
07/21/2025, 5:26 AMpage_view kinda configures automatically…),
Though, cta_click event looks like should work?fresh-football-47124
fresh-football-47124
fresh-football-47124
bitter-lighter-45046
07/21/2025, 6:51 AMdataLayer.push({
'event' : 'experiment_viewed',
'experiment_id': experiment_id,
'variation_id': variation_id
});
Do you think I will need to move to fire via tag manager?
cta_click is fired from CTM… I was just testing around so bypassed the GTM…bitter-lighter-45046
07/22/2025, 12:50 AM