Skip to content

Instantly share code, notes, and snippets.

@hanafiah
Created August 2, 2013 03:52
Show Gist options
  • Save hanafiah/6137372 to your computer and use it in GitHub Desktop.
Save hanafiah/6137372 to your computer and use it in GitHub Desktop.
Below is the standard SALE integration code. You will need to put this into your thank you page after the invoice is generated, and before payment is made. Please pass the order number or invoice number as the unique tracking value. SALE_AMOUNT - The total amount as per your order / invoice TRACKING_VALUE - The invoice number of the transaction
<script type="text/javascript" src="http://www.jomniaga.com/api/conversion?transtype=SALE&amount=SALE_AMOUNT&tracking=TRACKING_VALUE"></script>
<noscript><img src="http://www.jomniaga.com/api/conversion?transtype=SALE&amount=SALE_AMOUNT&tracking=TRACKING_VALUE" width="1" height="1" border="0" /></noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment