Hi guys. Apparently GB didn't created the tables needed to track the experiment (e.g experiment_viewed). I'm using BigQuery with GA4. Can you help me of how to fix this?
s
strong-mouse-55694
09/18/2024, 6:45 PM
Hi Wesley. Do you see an "experiment_viewed" event in BQ? If so, then it's just a matter of debugging the SQL query. However, if you don't see that event, we need to check to see if it's being fired in the tracking callback. How have you implemented the GrowthBook SDK in your app?
h
helpful-dinner-82604
09/18/2024, 7:04 PM
Hi @strong-mouse-55694, thanks for you answer. The event in being triggered, but when I filter for event.name = "experiment_viewed" in BQ doens't return any rows