Created
April 26, 2019 02:23
-
-
Save dangrossman/022985b45bae3de10c7772914d6b49f7 to your computer and use it in GitHub Desktop.
This file contains 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="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