This message was deleted.
# ask-questions
w
This message was deleted.
r
DISCLAIMER: I'm a backend guy so these frontend technicalities are not my strongest skill! 😄
f
In GrowthBook, you can customize the SQL used to pull the data out of BigQuery, so we're super flexible with how you store it. Something like this should work fine:
Copy code
gtag('event', 'viewed_experiment', {
  experiment_id: experiment.key,
  variation_id: result.variationId
});
r
OK! 👍 Thanks again @future-teacher-7046! 🫶
178 Views