Skip to main content

Passing Dynamic Conversion Values

note

Conversion tracking is not available on the Free plan, to gain access you will need to upgrade to any of our paid plans!

Revenue is trackable with our current conversion script :)

You have to add value parameter after conversionId in the conversion code. Conversion value should be a number (integer or float). Like in this example 99.999 is passed (so just pop your dynamic cart value there and we’ll pick it up):

<script>
(function(v, i, d, a, l, y, t, c, s) {
c=function(u,cb){s=i.createElement('script');s.type='text/javascript';s.async=1;s.src=u;s.onload=function(){cb();};
i.getElementsByTagName('head')[0].appendChild(s);};c(a+'conversion.min.js?cid=kpRgkfwv',function(){
l=new v[d]['ConversionTracking']({url:'https://stats.vidalytics.com'});l.track('Ce24ZuXZx',{conversionId:'kpRgkfwv',value:99.999});});
})(window, document, 'VidalyticsC', 'https://fast.vidalytics.com/js/');
</script>