Adword Conversion Tracking

How to add Adwords Conversion Tracking Code in Volusion

In this post, you are going to learn how to add Google Adwords Conversion Tracking Code in Volusion.

If you have already seen my previous blog on how to add ecommerce tracking on volusion ecommerce, then you must have idea about order confirmation page. still don’t worry again I am going to show you how to add and where we have to add adwords conversion code.

Volusion Ecommerce

Conversion Tracking Code in Volusion:

Add Google Adwords Conversion Tracking Code in Volusion:

  • Login to Volusion Ecommerce.
  • Go to Design (Menu).
Volusion Adword Conversion Tracking Set up1
  • Click on Site Content (Sub-menu).
Volusion Adwords Conversion Tracking Setup II
  • Search for article 130 (orderFinished.asp) and add the Adwords Conversion Tracking Code in html in the Text area and save it.
  • But if you want to add Conversion Tracking Code with dynamic Conversion Value, you have to modify your code little bit. Below I have mention customized code, that might be helpful.
<!-- Conversion Code with dynamic value for volusion ecommerce -->
<script type="text/javascript">
  (function(){
    var conversionVal=Order[2];
    var conversionId=XXXXXXXXXX;
    var conversionLabel='Conversion label';
    (new Image()).src="//www.googleadservices.com/pagead/conversion/"+conversionId+"/?value="+conversionVal+"&currency_code=EUR&label="+conversionLabel+"&guid=ON&script=0";
  })();
</script>
  • Add conversion id and conversion label from your conversion tracking code.

I hope this will help you to implement conversion tracking code on volusion ecommerce.

if you want to know more or anything new, you can leave your comment and get back to us by contacting us.

Notes On Click

Share
Published by
Notes On Click

Recent Posts

Conversion and Remaketing code in BigCommerce

In this blog, you will see how to add Adwords Conversion Tracking and Remarkeing Code…

9 years ago

Ecommerce Tracking in OpenCart 2.3

Around 6 months back, I had published an article on “How to add GA e-commerce tracking…

9 years ago

Google Analytics Definition and Common Terms

 If you have gone through our previous blog about Google Analytics, you might have sound understanding about…

9 years ago

What is Google Analytics and it’s Features?

Do you want to know more about your visitors and how your content is performing?​…

9 years ago

How to Add Google Analytics in BigCommerce

In this blog, you will see how to add Google Analytics and E-commerce Tracking Code  in BigCommerce.…

9 years ago

Google Analytics and E-commerce Tracking in Miva Merchant

If you have gone through some of previous blog, you might have seen how to…

10 years ago