JustUno Integration: Looking for proper field names
-
My client is using a third party service called JustUno to do various types of marketing and conversion tracking. I’m looking at their instructions on how to paste the embed code for conversions but it doesn’t explain which WooCommerce variables I need to use to represent [order id] or [order total]. I tried with what I thought we’re the correct variables out of WooCommerce but they were incorrect. And their support won’t tell me. They just say to contact Woo instead. So I’m here. So what Woo variables would I use to represent Order ID, Order Total and so on?
This is what I currently have.
<script data-cfasync="false"> window.juapp=window.juapp||function(){(window.juapp.q=window.juapp.q||[]).push(arguments)} juapp( 'order', '[order id]', {total:[Total],subtotal:[Subtotal],tax:[wc_cart_totals_taxes_total_html],shipping:[wc_cart_totals_shipping_html],currency:'USD'} ); </script>
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘JustUno Integration: Looking for proper field names’ is closed to new replies.