Skip to content

Instantly share code, notes, and snippets.

@chexton
Created October 11, 2013 07:38
Show Gist options
  • Select an option

  • Save chexton/6930995 to your computer and use it in GitHub Desktop.

Select an option

Save chexton/6930995 to your computer and use it in GitHub Desktop.
vero-checkout-bc.js
<script type="text/javascript">
var _veroq = _veroq || [];
_veroq.push(['init', { api_key: '6672b6cfc34f0c002d2403107df20383a10d3c2d'} ]);
(function() {var ve = document.createElement('script'); ve.type = 'text/javascript'; ve.async = true; ve.src = '//d3qxef4rp70elm.cloudfront.net/m.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ve, s);})();
_veroq.push(['user', {
// Required attributes
id: '%%ORDER_EMAIL%%',
email: '%%ORDER_EMAIL%%'
}]);
_veroq.push(['track', 'completes checkout', {order_id: '%%ORDER_ID%%'}]);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment