astonishing-window-33175
10/27/2023, 1:15 PM{
"status": 200,
"features": {
"title-text": {
"defaultValue": "GROWTH BOOK LIVES!"
}
},
"dateUpdated": "2023-10-27T12:24:24.615Z"
}
rhythmic-agent-34208
10/27/2023, 1:15 PMastonishing-window-33175
10/27/2023, 1:18 PMconst growthbook = new GrowthBook({
apiHost: GB_API_BASE,
clientKey: GROWTHBOOK_APP_ID,
enableDevMode: true,
subscribeToChanges: true,
trackingCallback: (experiment, result) => {
// TODO: Use your real analytics tracking system
console.log("Viewed Experiment", {
experimentId: experiment.key,
variationId: result.key
});
}
});
growthbook.setAttributes(userContext);