We have a datasource from BigQuery. We have manage...
# ask-questions
q
We have a datasource from BigQuery. We have managed to set an experiement and feature with 2 variants. So far we believe we are sending tracking callback and metric events to google analytics. However, Growthbook is unable to aggregate the data with the default SQL query provided by Growthbook. What would be our next step to solve this?
I noticed that in BigQuery, when I query the events, the user_id values are null. Would that be the issue? We do send uid to GA. But might this be the issue: https://stackoverflow.com/questions/38832034/user-id-not-showing-up-in-bigquery?
My metric is setup incorrectly, should have used binominal instead of count. The value of the event is empty, so it doesnt aggregate anything.
It works after I set the metric up using binominal.