2023-04-04 10:15:15 +02:00
|
|
|
[{* Always prepare the data layer to avoid errors *}]
|
|
|
|
<script>
|
|
|
|
var dataLayer = [{$oViewConf->getGtmDataLayer()}] || [];
|
|
|
|
</script>
|
2023-01-17 14:42:17 +01:00
|
|
|
|
2023-04-04 10:15:15 +02:00
|
|
|
[{if $oViewConf->D3blShowGtmScript()}]
|
2023-06-26 17:41:00 +02:00
|
|
|
[{if $oViewConf->getGtmContainerId()}]
|
|
|
|
[{strip}]
|
|
|
|
<!-- Google Tag Manager -->
|
|
|
|
<script [{$oViewConf->getGtmScriptAttributes()}]>
|
|
|
|
(function (w, d, s, l, i) {
|
|
|
|
w[l] = w[l] || [];
|
|
|
|
w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'});
|
|
|
|
var f = d.getElementsByTagName(s)[0], 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', '[{$oViewConf->getGtmContainerId()}]');
|
|
|
|
</script>
|
|
|
|
<!-- End Google Tag Manager -->
|
|
|
|
[{/strip}]
|
2023-04-04 10:15:15 +02:00
|
|
|
[{/if}]
|
2023-06-26 17:41:00 +02:00
|
|
|
[{/if}]
|
2023-01-17 14:42:17 +01:00
|
|
|
|
2023-04-04 10:15:15 +02:00
|
|
|
[{$smarty.block.parent}]
|