Skip to content

Instantly share code, notes, and snippets.

@rbhushan90
Forked from dangrossman/custom.js
Created May 8, 2019 00:02
Show Gist options
  • Save rbhushan90/4a93d7c21e7845a50a360342a2f3d262 to your computer and use it in GitHub Desktop.
Save rbhushan90/4a93d7c21e7845a50a360342a2f3d262 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="https://dobermandan.iljmp.com/improvely.js"></script>
<script type="text/javascript">
improvely.init('dobermandan', 1);
improvely.conversion({
goal: 'sale',
revenue: <?php echo $_POST['Total']; ?>,
reference: '<?php echo $_POST['orderID']; ?>'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment