Hi Thomas,
Thanks for the reply.
Is your code for the Custom JavaScript variable definitely correct as GTM errors saying invalid JavaScript found?
Many thanks in advance,
Google’s Tag Technical Solutions Team at Google Operations Center in India gave me this script which they said needs to go on the order received page:
<script>
dataLayer.push({
'enhanced_conversion_data': {
"email": 'customerBillingEmail',
"phone_number": 'customerBillingPhone'
}
});
</script>
Is that correct?
Also, how do I build the required JS code using a custom JS variable on the GTM UI?
Sorry for any confusion, I’m not a developer… Google’s marketing material said Google Tag Manager didn’t require a developer!