worried-planet-2191
08/11/2023, 11:06 PMfresh-football-47124
nutritious-beach-21644
08/11/2023, 11:07 PMsource: 'unknownFeature' message?fresh-football-47124
nutritious-beach-21644
08/11/2023, 11:09 PMif (typeof window !== 'undefined') {
// get existing growthbook user
const growthbook_user = window.sessionStorage.getItem("growthbook_user_id")
let growthbook_user_id
if (growthbook_user) {
growthbook_user_id = growthbook_user
} else {
// generate a growthbook userID and set it
growthbook_user_id = uuid()
window.sessionStorage.setItem("growthbook_user_id", JSON.stringify(growthbook_user_id))
}
growthbook = new GrowthBook({
apiHost: "<https://cdn.growthbook.io>",
clientKey: "sdk-cKFk90qAra2QhKcY",
attributes: {
id: growthbook_user_id
},
enableDevMode: true,
trackingCallback: (experiment, result) => {
console.log('wth')
// track using GA4
window.gtag("event", "experiment_viewed", {
event_category: "experiment",
experiment_id: experiment.key,
variation_id: result.variationId,
})
}
})
// Load features from the GrowthBook API
growthbook.loadFeatures()
if ("gtag" in window) {
window.dataLayer && window.dataLayer.push({
user_id: growthbook_user_id,
client_id: growthbook_user_id
})
}
}nutritious-beach-21644
08/11/2023, 11:10 PMfresh-football-47124
fresh-football-47124
nutritious-beach-21644
08/11/2023, 11:10 PMfresh-football-47124
nutritious-beach-21644
08/11/2023, 11:12 PMfalse.nutritious-beach-21644
08/11/2023, 11:13 PMfresh-football-47124
fresh-football-47124