tracking MICROSOFT SHOPPING purchases
-
I need the “GetRevenueValue()” fro microsoft advertising to track revenue on ourchases rather than just total purchases as currently it tracks each purchase as £1.00 I have reached out to microsoft support who said they cannot provide me with help and I would need to ask here for the required value in the code.
Current code:
<script> function uet_report_conversion() { window.uetq = window.uetq || []; window.uetq.push('event', 'purchase', {"revenue_value":0,"currency":"GBP"}); } </script>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘tracking MICROSOFT SHOPPING purchases’ is closed to new replies.