This message was deleted.
# ask-questions
w
This message was deleted.
f
You'll need to track an event in GA whenever someone is put into an experiment. Then, you would write the SQL to pull it out of BigQuery in that format. The query might not look exactly like what you pasted, but should be close. I'm not sure exactly how GA4 stores the data in BigQuery, but you might need to add a WHERE clause to that query in GrowthBook to pull the right events.
If you're using the SDKs, there's a
trackingCallback
setting you can use to fire that event in GA
j
@future-teacher-7046 Thank you so much. 🙂
139 Views