Bing Ads UET Conversion Variable Price Script?
-
Does anyone know how to implement the sale variable from woocommerce into Bing Ads UET Conversion Tracking?
Source:
https://bingadsuet.azurewebsites.net/UETDirectOnSite_ReportVariableRevenue.htmlThe above page includes an additional script for the header:
<script>
var varRevenue = 7;
</script>I just don’t know what to assign, would this be it?
<script>
var varRevenue = “<?php echo $order->get_total(); ?>”;
</script>I’m also not sure how to add this, because simply adding it to the header only displays that exact string, instead of the actual price, within the source code
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bing Ads UET Conversion Variable Price Script?’ is closed to new replies.