2023-04-04 10:15:15 +02:00
|
|
|
[{* Always prepare the data layer to avoid errors *}]
|
2024-05-29 15:53:05 +02:00
|
|
|
[{if $oViewConf->isGA4enabled()}]
|
|
|
|
[{assign var="d3GtmContainerIdString" value=$oViewConf->getGtmContainerId()}]
|
|
|
|
<script>
|
|
|
|
var dataLayer = [{$oViewConf->getGtmDataLayer()}] || [];
|
|
|
|
</script>
|
|
|
|
[{/if}]
|
2024-04-10 12:21:21 +02:00
|
|
|
|
2024-05-29 12:16:22 +02:00
|
|
|
[{if $oViewConf->isGA4enabled() and $oViewConf->D3blShowGtmScript()}]
|
2024-04-10 12:21:21 +02:00
|
|
|
[{if $d3GtmContainerIdString}]
|
2023-06-23 15:08:09 +02:00
|
|
|
[{strip}]
|
2024-04-02 08:59:17 +02:00
|
|
|
|
|
|
|
[{if $oViewConf->isGtmConsentModeSetActivated()}]
|
2024-05-29 15:51:16 +02:00
|
|
|
<script type="text/javascript">
|
|
|
|
[{if $oViewConf->d3IsUsercentricsCMPChosen() and $oViewConf->d3GetModuleConfigParam('_blEnableMeasurementCapabilities')}]
|
|
|
|
[{$oViewConf->d3GetModuleConfigParam('_sMeasurementCapabilities')|strip}]
|
|
|
|
[{else}]
|
2024-04-10 11:58:14 +02:00
|
|
|
function gtag() {
|
2024-05-29 15:53:05 +02:00
|
|
|
dataLayer.push(arguments);
|
2024-04-10 11:58:14 +02:00
|
|
|
}
|
2024-04-02 08:59:17 +02:00
|
|
|
|
2024-04-10 11:58:14 +02:00
|
|
|
gtag("consent", "default", {
|
2024-05-29 15:53:05 +02:00
|
|
|
ad_user_data: "denied",
|
|
|
|
ad_personalization: "denied",
|
|
|
|
ad_storage: "denied",
|
|
|
|
analytics_storage: "denied",
|
|
|
|
wait_for_update: 2000
|
2024-04-10 11:58:14 +02:00
|
|
|
});
|
2024-05-29 15:51:16 +02:00
|
|
|
[{/if}]
|
|
|
|
</script>
|
|
|
|
[{/if}]
|
|
|
|
|
|
|
|
[{if $oViewConf->d3IsUsercentricsCMPChosen() and $oViewConf->d3GetModuleConfigParam('_blEnableUsercentricsConsentModeApi')}]
|
|
|
|
<script type="text/javascript">
|
|
|
|
[{$oViewConf->d3GetModuleConfigParam('_sUsercentricsConsentModeApi')|strip}]
|
2024-04-10 11:58:14 +02:00
|
|
|
</script>
|
2024-04-02 08:59:17 +02:00
|
|
|
[{/if}]
|
|
|
|
|
2023-06-23 15:08:09 +02:00
|
|
|
<!-- 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;
|
2024-03-19 09:22:07 +01:00
|
|
|
j.src = '[{$oViewConf->getServerSidetaggingJsDomain()}]?id=' + i + dl;
|
2023-06-23 15:08:09 +02:00
|
|
|
f.parentNode.insertBefore(j, f);
|
2024-04-10 12:21:21 +02:00
|
|
|
})(window, document, 'script', 'dataLayer', '[{$d3GtmContainerIdString}]');
|
2023-06-23 15:08:09 +02:00
|
|
|
</script>
|
|
|
|
<!-- End Google Tag Manager -->
|
|
|
|
[{/strip}]
|
2023-04-04 10:15:15 +02:00
|
|
|
[{/if}]
|
2023-06-23 15:08:09 +02:00
|
|
|
[{/if}]
|
2023-01-17 14:42:17 +01:00
|
|
|
|
2023-04-04 10:15:15 +02:00
|
|
|
[{$smarty.block.parent}]
|