Hi guys. Apparently GB didn't created the tables n...
# ask-questions
h
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
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
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
s
Do you see the event in GA4?
Also, how long has the experiment been running?