<script type="text/javascript">
// 1st, fire 'addTrans' event for the new transaction
window.snowplow('addTran',{{Transaction ID}},'','','','','','','');
// Finally fire the 'trackTrans' event to commit the transaction
window.snowplow['trackTrans']
</script>
--
You received this message because you are subscribed to the Google Groups "Snowplow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snowplow-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<script type="text/javascript">// 1st, fire 'addTrans' event for the new transactionwindow.snowplow('addTran',{{Transaction ID}},'','','','','','','');
// Finally fire the 'trackTrans' event to commit the transactionwindow.snowplow('trackTrans');</script>