New Event Snippet
-
Hi Hello
Is there any change to implement the new snippet from google tag to the one you are generating with your plugin, please advice how to do it?
New snippet:
<script>
gtag(‘event’, ‘page_view’, {
‘send_to’: ‘AW-10’,
‘user_id’: ‘replace with value’,
‘value’: ‘replace with value’,
‘items’: [{
‘id’: ‘replace with value’,
‘google_business_vertical’: ‘retail’
}]
});
</script>and the one you process on the product page:
<!– START Google Code for Dynamic Retargeting –>
<script type=”text/javascript”>
gtag(‘event’, ‘page_view’, {
‘send_to’: ‘AW-10’,
‘ecomm_pagetype’: ‘product’,
‘ecomm_category’: [“Clothing”,”Missoni”,”New Fashion”,”New In”,”Reductions”,”Sale”,”Sale”,”Skirts”,”Women”,”Women”,”Women”,”Womenswear”],
‘ecomm_prodid’: “47”,
‘ecomm_totalvalue’: 5
});
</script>
<!– END Google Code for Dynamic Retargeting –>Please give us some clue
Thanks
The page I need help with: [log in to see the link]
- The topic ‘New Event Snippet’ is closed to new replies.