https://www.growthbook.io/ logo
#ask-questions
Title
# ask-questions
g

gray-actor-61015

10/24/2023, 11:44 PM
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

fresh-football-47124

10/24/2023, 11:49 PM
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

gray-actor-61015

10/24/2023, 11:53 PM
Awesome, thanks! I haven't connected yet, I wanted to make sure it would work before integrating.
3 Views