Created
August 7, 2019 08:12
-
-
Save martinsoender/7e382594bfaf5a76bfce90c36102dd85 to your computer and use it in GitHub Desktop.
Thank You pixel for vbtrax tracking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="//cdn.vbtrax.com/javascripts/va.js"></script> | |
<script> | |
VA.remoteLoad({ | |
whiteLabel: { id: 8, siteId: 1559, domain: 'vbtrax.com' }, | |
conversion: true, | |
conversionData: { | |
step: 'sale', // conversion name | |
revenue: '', // Revenue share | |
orderTotal: '{{ checkout.total_price | money_without_currency }}', | |
order: '{{ checkout.order_number }}' // order number | |
}, | |
locale: 'en-US', | |
mkt: true | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment