Skip to content

Commit ae81eb8

Browse files
authored
Add Jimo JS code in headers (#1117)
Adding Jimo JS code for tracking and survey purposes
1 parent 34067fd commit ae81eb8

File tree

4 files changed

+81
-0
lines changed

4 files changed

+81
-0
lines changed

content/redirections/to-app-concepts-and-use-cases.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@
1313
a.appendChild(r);
1414
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
1515
</script>
16+
<!-- Jimo Code for https://api.akeneo.com/ -->
17+
<script>
18+
(function(j,i,m,o) {
19+
if (j["jimo"] != null) {
20+
return;
21+
}
22+
23+
var s = document.createElement("script");
24+
25+
s.type = "text/javascript";
26+
s.async = true;
27+
s.src = "https://undercity.usejimo.com/jimo-invader.js";
28+
29+
j['jimo'] = [];
30+
j['JIMO_PROJECT_ID'] = "a6cfcadc-87f5-4eb2-a233-56e80a8f00a6";
31+
32+
33+
document.getElementsByTagName("head")[0].appendChild(s);
34+
})(window);
35+
</script>
1636
</head>
1737
<body>
1838
<script>

content/redirections/to-apps-homepage.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@
1313
a.appendChild(r);
1414
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
1515
</script>
16+
<!-- Jimo Code for https://api.akeneo.com/ -->
17+
<script>
18+
(function(j,i,m,o) {
19+
if (j["jimo"] != null) {
20+
return;
21+
}
22+
23+
var s = document.createElement("script");
24+
25+
s.type = "text/javascript";
26+
s.async = true;
27+
s.src = "https://undercity.usejimo.com/jimo-invader.js";
28+
29+
j['jimo'] = [];
30+
j['JIMO_PROJECT_ID'] = "a6cfcadc-87f5-4eb2-a233-56e80a8f00a6";
31+
32+
33+
document.getElementsByTagName("head")[0].appendChild(s);
34+
})(window);
35+
</script>
1636
</head>
1737
<body>
1838
<script>

content/redirections/to-get-your-app-token.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@
1313
a.appendChild(r);
1414
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
1515
</script>
16+
<!-- Jimo Code for https://api.akeneo.com/ -->
17+
<script>
18+
(function(j,i,m,o) {
19+
if (j["jimo"] != null) {
20+
return;
21+
}
22+
23+
var s = document.createElement("script");
24+
25+
s.type = "text/javascript";
26+
s.async = true;
27+
s.src = "https://undercity.usejimo.com/jimo-invader.js";
28+
29+
j['jimo'] = [];
30+
j['JIMO_PROJECT_ID'] = "a6cfcadc-87f5-4eb2-a233-56e80a8f00a6";
31+
32+
33+
document.getElementsByTagName("head")[0].appendChild(s);
34+
})(window);
35+
</script>
1636
</head>
1737
<body>
1838
<script>

src/partials/layout.handlebars

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,27 @@
4848
gtag('config', 'G-5TP6QE431E');
4949
</script>
5050

51+
<!-- Jimo Code for https://api.akeneo.com/ -->
52+
<script>
53+
(function(j,i,m,o) {
54+
if (j["jimo"] != null) {
55+
return;
56+
}
57+
58+
var s = document.createElement("script");
59+
60+
s.type = "text/javascript";
61+
s.async = true;
62+
s.src = "https://undercity.usejimo.com/jimo-invader.js";
63+
64+
j['jimo'] = [];
65+
j['JIMO_PROJECT_ID'] = "a6cfcadc-87f5-4eb2-a233-56e80a8f00a6";
66+
67+
68+
document.getElementsByTagName("head")[0].appendChild(s);
69+
})(window);
70+
</script>
71+
5172
</head>
5273
<body data-spy="scroll" data-target="#navbar">
5374

0 commit comments

Comments
 (0)