Categories: 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
Tags: Adword conversion trackingadword remarketingadwords dynamic remarketingvolusion

Recent Posts

  • Adword Conversion Tracking
  • Google Adwords Remarketing

Conversion and Remaketing code in BigCommerce

In this blog, you will see how to add Adwords Conversion Tracking and Remarkeing Code in BigCommerce.BigCommerce is one of…

7 years ago
  • Google Analytics and Ecommerce Tracking

Ecommerce Tracking in OpenCart 2.3

Around 6 months back, I had published an article on “How to add GA e-commerce tracking in Opencart“. I am really thankful…

8 years ago
  • Google Analytics and Ecommerce Tracking

Google Analytics Definition and Common Terms

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

8 years ago
  • Google Analytics and Ecommerce Tracking

What is Google Analytics and it’s Features?

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

8 years ago
  • Google Analytics and Ecommerce Tracking

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. BigCommerce is one of the…

8 years ago
  • Google Analytics and Ecommerce Tracking

Google Analytics and E-commerce Tracking in Miva Merchant

If you have gone through some of previous blog, you might have seen how to install google analytics, e-commerce tracking…

8 years ago