i know that, but customer asked from me the other site tag. is it possible to make it happen ?
I intalled it but i still getting
<script data-fixedscript="1">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '805168194');
</script>
<script data-fixedscript="1">
gtag('event', 'page_view',
{'send_to': '',
'ecomm_pagetype': '',
'ecomm_prodid': '',
'ecomm_totalvalue': ,
'ecomm_category': ''
});
instead
<script type="text/javascript">
var google_tag_params = {
dynx_itemid: 'REPLACE_WITH_VALUE',
dynx_itemid2: 'REPLACE_WITH_VALUE',
dynx_pagetype: 'REPLACE_WITH_VALUE',
dynx_totalvalue: 'REPLACE_WITH_VALUE',
};
The url is the following
https://developers.google.com/adwords-remarketing-tag/parameters
thank you
I read the script but google suggest 4-5 different type of scripts. One of them is ecomm, the other is like this that i write above.
Is any way to implement this ?
Hello is it possible to change the code in %TEMPLATE_DYNAMIC_CODE%
because i want to the following script for dynamic remarketing
<!-- Google Code for Remarketing Tag -->
<!--------------------------------------------------
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
--------------------------------------------------->
<script type="text/javascript">
var google_tag_params = {
dynx_itemid: 'REPLACE_WITH_VALUE',
dynx_itemid2: 'REPLACE_WITH_VALUE',
dynx_pagetype: 'REPLACE_WITH_VALUE',
dynx_totalvalue: 'REPLACE_WITH_VALUE',
};
</script>
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 805168194;
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">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/805168194/?guid=ON&script=0"/>
</div>
</noscript>