Skip to content

Commit f7337e8

Browse files
debugging errors for cookies and tealium
1 parent 521daf0 commit f7337e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/main/content/_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@
8181
window._ibmAnalytics = {
8282
"settings": {
8383
"name": "Openliberty-io-website",
84-
"isSpa": false,
84+
// "isSpa": false,
8585
"tealiumProfileName": "ibm-web-app"
8686
},
87+
"digitalData.page.services.google.enabled": true
8788
// "onLoad": [
8889
// ["ibmStats.pageview", []]
8990
// ]

src/main/content/antora_ui/src/partials/head-scripts.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
window._ibmAnalytics = {
1010
"settings": {
1111
"name": "Openliberty-io-website",
12-
"isSpa": false,
12+
{{!-- "isSpa": false, --}}
1313
"tealiumProfileName": "ibm-web-app"
1414
},
15+
"digitalData.page.services.google.enabled": true
1516
};
1617
digitalData = {
1718
"page": {

0 commit comments

Comments
 (0)