fix remarketing code

This commit is contained in:
Daniel Stein 2022-09-23 13:53:51 +02:00 committed by Daniel Seifert
parent a70429d722
commit 3a364750cb
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 5 additions and 4 deletions

View File

@ -10,20 +10,21 @@
---------------------------------------------------*}]
<script type="text/javascript">
let google_tag_params = {
var google_tag_params = {
ecomm_prodid: [{$sD3GARemarketingProdId}],
ecomm_pagetype: '[{$sD3GARemarketingPageType}]',
ecomm_totalvalue: [{$sD3GARemarketingPrice}]
};
</script>
<script type="text/javascript">
[{*** don't change to "let ..." because of required global scope ***}]
/* <![CDATA[ */
let google_conversion_id = [{$oD3GASettings->getValue('sD3GARemarketingConversionId')}];
var google_conversion_id = [{$oD3GASettings->getValue('sD3GARemarketingConversionId')}];
[{if $oD3GASettings->getValue('sD3GARemarketingConversionLabel')}]
var google_conversion_label = "[{$oD3GASettings->getValue('sD3GARemarketingConversionLabel')}]";
[{/if}]
let google_custom_params = window.google_tag_params;
let google_remarketing_only = true;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">