alert-state-22242
11/20/2023, 2:17 PMrhythmic-agent-34208
11/20/2023, 2:17 PMbrief-honey-45610
11/20/2023, 2:30 PMrhythmic-agent-34208
11/21/2023, 3:45 AMfresh-football-47124
alert-state-22242
11/21/2023, 8:27 AMJust as a note, growthbook should not be handled through GTM, because manipulating page content through 3rd party scripts will cause hydration errors in React. That's why we have a growthbook SDK implemented in ocelot
rhythmic-agent-34208
11/22/2023, 12:03 AMI got a question from my developers who want to know what data they should push, and where they pull this data from.They'll need to add the experiment_id and variation_id to the trackingCallback as described here: https://docs.growthbook.io/quick-start#step-4-add-an-additional-event-to-track-experiments Here is the guide for setting up GA4: https://docs.growthbook.io/guide/GA4-google-analytics The whole page is useful, but this last part in particular will help with the code aspect: https://docs.growthbook.io/guide/GA4-google-analytics#tracking-experiment-exposure
If we want to add another experiment id, will we need to update our code, or is this done via the growthbook interface?It sounds like you'll be using in-line experiments via the SDK, so you'll need to configure the experiment with the UI dashboard and also make modifications to your code where the experiment should be triggered: https://docs.growthbook.io/experiments#inline-experiments
alert-state-22242
11/22/2023, 7:38 AMbrief-honey-45610
11/22/2023, 5:31 PMalert-state-22242
11/23/2023, 7:53 AM