Skip to content

Instantly share code, notes, and snippets.

@plcstevens
Forked from lamp/gist:7543563
Last active December 28, 2015 20:49
Show Gist options
  • Save plcstevens/7560657 to your computer and use it in GitHub Desktop.
Save plcstevens/7560657 to your computer and use it in GitHub Desktop.
<script id="reevoomark-loader" type="text/javascript" charset="utf-8">
(function() {
var trkref = 'TRKREF';
var myscript = document.createElement('script');
myscript.type = 'text/javascript';
var protocol = (window.location.protocol == 'https:')? window.location.protocol : 'http:';
myscript.src=(protocol + '//mark.reevoo.com/reevoomark/'+trkref+'.js?async=true');
var s = document.getElementById('reevoomark-loader');
s.parentNode.insertBefore(myscript, s);
})();
afterReevooMarkLoaded = [function(){
ReevooMark.track_purchase([purchasedSku1, purchasedSku2], totalBasketValue);
}];
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment