From 922f788824bb74110bf42adf5bcb975e32b8f7ec Mon Sep 17 00:00:00 2001
From: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Date: Fri, 28 Jun 2024 10:49:23 +0200
Subject: [PATCH] site: add vwo async smartcode
Enables A/B testing with VWO
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---
hugo.yaml | 1 +
layouts/partials/head.html | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/hugo.yaml b/hugo.yaml
index 102638728d..e1aecf0b46 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -88,6 +88,7 @@ params:
stage: 3218181
google: GTM-WL2QLG5
onetrust: 8e0ebfd9-035d-4ec2-9b2f-a2de9c09f906
+ vwo: 723167
algolia:
appid: 3XRLW0LZH9
apikey: 2899036ce47dba191b8dc1758e4bc6a4
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 5b1671db3b..71edaf1d8f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -14,6 +14,19 @@
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','{{ site.Params.analytics.google }}');
+
+
+
+