Good morning RadeHQ,
Thank you for reaching out to Microsoft Advertising through Forum. I hope you are well.
I understand that you are facing an issue particularly with the revenue variable tracking within your Shopify store., as it seems every purchase that is tracked is pulling the default value for revenue.
As the information we have on Shopify set up is limited, as a first step to troubleshooting this, I kindly ask if you could you please confirm if you have followed all the steps in the help page below?
Especially the checkout section as it’s directed related to this query, please find the mentioned section below: Customize your online checkout process.1. From the bottom of the left menu, select Settings.1. Select Checkout.1. Scroll down to the Additional scripts field. Paste the UET tag in Additional scripts.1. Select Save.If you want to report variable revenue, add one of the following code snippets below the UET tracking code you pasted in the previous step:1. Use this code if you want to exclude taxes and shipping:<script> window.uetq = window.uetq || []; window.uetq.push('event', '', { 'revenue_value': {{ subtotal_price | money_without_currency }}, 'currency': '{{ shop.currency }}' }); </script>1. Use this code if you want to include taxes and shipping:<script> window.uetq = window.uetq || []; window.uetq.push('event', '', { 'revenue_value': {{ total_price | money_without_currency }}, 'currency': '{{ shop.currency }}' }); </script> 2. If you have followed all these exact steps, I also recommend consulting Shopify Help Center or reaching out to Shopify Support as our support with this tool is limited.
Following this, I have also sent you a private message here in the Forum, so please reply to it with any additional questions you may have and your account number, phone number and dial code so we can further discuss this.
I am looking forward to speaking soon. Many thanks,Daniela | Microsoft Advertising Support Specialist | 0800-633-5915 | Contact Us