Skip to content

Instantly share code, notes, and snippets.

@vwo-kb
Last active February 2, 2024 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vwo-kb/53830d04e6088b1bf867da17b9003d2e to your computer and use it in GitHub Desktop.
Save vwo-kb/53830d04e6088b1bf867da17b9003d2e to your computer and use it in GitHub Desktop.
<script type = "text/javascript" >
window._vis_opt_queue = window._vis_opt_queue || [];
window._vis_opt_queue.push(function() {
_vis_opt_revenue_conversion({order_total});
});
window.VWO = window.VWO || [];
window.VWO.push(['track.revenueConversion', {order_total}]);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment