Microsoft Ads conversion tracking help
-
Microsoft Ads conversion tracking requires me to add the following to Google Tag Manager for the WC order complete URL:
<script>
// Add this script right after your base UET tag code
window.uetq = window.uetq || [];
window.uetq.push('set', { 'pid': { 'em': 'contoso@example.com', // Replace with the variable that holds the user's email address. 'ph': '+14250000000', // Replace with the variable that holds the user's phone number. } }); </script><script> window.uetq = window.uetq || []; window.uetq.push('event', '', {"revenue_value":Replace_with_Variable_Revenue_Function(),"currency":"AUD"}); </script>Can you help me fill out the JS WC variables, please?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.