View Single Post
  #1  
Old 05-31-2018, 01:27 AM
 
Bishmos Bishmos is offline
 

Advanced Member
  
Join Date: Jun 2011
Posts: 31
 

Default Bing revenue tracking with tax

Hello


I've setup UET and revenue tracking on Bing (ads). The conversion value in bing shows transactions minus tax (as per the order.subtotal bit below). Would it show the subtotal including tax if I use order.total instead? If yes would it also add in the shipping charge though?


code used below:


Code:
<script> window.uetq = window.uetq || []; window.uetq.push({ 'gv': {$order.order.subtotal}, 'gc': 'GBP' }); </script>


thanks
__________________
X-Cart Gold v4.7.5
Reply With Quote