We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf1867 commit 3c66281Copy full SHA for 3c66281
src/cookie-consent.js
@@ -20,12 +20,11 @@ function addScripts(lvl) {
20
}
21
22
const dataLayerInfo = {
23
- event: "ab-viewed",
24
- experiment: "OKTA_NEW_HOMEPAGE_v1",
25
- variation: "control"
+ 'event': "ab-viewed",
+ 'experiment': "JWT_NEW_DESIGN",
+ 'variation': "control"
26
};
27
28
- //add the data to each data layer object
29
window.digitalData.abInfo = dataLayerInfo;
30
window.dataLayer.push(dataLayerInfo);
31
// GTM
0 commit comments