With GA4, instead of pulling data from the API (which is where the limitations come from), we require you to sync the data to BigQuery first. Google has an article on how to set that up. https://support.google.com/analytics/answer/9823238
future-teacher-7046
09/22/2022, 2:41 PM
Instead of using custom dimensions, you would just fire a new event in the SDK tracking callback with the experiment and variation id.
e
eager-judge-68908
09/22/2022, 2:54 PM
@future-teacher-7046 Thanks! Set up the export a little while ago. Do you have any SQL samples for querying GA4 data from BigQuery by chance? Still trying to figure out how to pull in the metrics we need to measure. If not, no worries. And would that new event in the callback look different from the one we currently use for GA UA? Thanks!
f
future-teacher-7046
09/22/2022, 3:13 PM
That event looks good to me. The dimension part is not required anymore, but it won't hurt anything.
future-teacher-7046
09/22/2022, 3:14 PM
For example queries, when you connect to BigQuery in GrowthBook, we ask you what event tracking system you use. If you pick GA4, we auto generate the queries for you.