I am trying to setup pixel tracking and was given this code to add to the orderconfirmation page.
<script type="text/javascript" src="https://visit.nextjump.com/visit.js"></script>
<script type="text/javascript">
_nxjeid="MER‐???";_nxjetag="TRXN"; _nxjcsid="<u1:clickstreamid>";
_nxjmeta = _nxjstrde();
nxjvisit();
</script>
And i need to input this information from the order....
The function _nxjstrde expects the order information in the following format:
Example Description
Net Amount
Unit Price
NxJ Commission
User Discount
Order Number
SKU Numbers
Order Total
Card Type
Should I create a topic or add it to the page? and how do i pull all those variables from the order?