Hiya :wave: Can I use Growthbook to analyze old ex...
# ask-questions
g
Hiya 👋 Can I use Growthbook to analyze old experiments tracked with GA4 that have a different data format than what the growthbook SDK uses? We have data from old experiments that looks something like this:
Copy code
window.gtag("event", "experiment_view", {
                id: experiment.id,
                variation: variation.id,
            });
f
hi Stephanie
sure, you can do that, there is no fixed data structure on our side
🙌 1
you’ll probably want to add a new assignment query for this data
(or create a second data connection to BigQuery for separation if you don’t plan on using this much)
g
Awesome, thanks! I haven't connected yet, I wanted to make sure it would work before integrating.