gurjit Posted April 23, 2012 Share Posted April 23, 2012 I am supposed to place conversion tracking code from google in a page which is followed by after placing an order. Can anybody advice which file to look for? Link to comment Share on other sites More sharing options...
BWT Posted April 24, 2012 Share Posted April 24, 2012 What u do is set up the Google analytic module and then in your Google Analytic account you can set specific goals to track. Link to comment Share on other sites More sharing options...
ralphstirrat Posted June 26, 2012 Share Posted June 26, 2012 You can now add your conversion from your google account back to your adwords account, go to adwords conversions and choose "Import from Google analytics" Link to comment Share on other sites More sharing options...
kikbo Posted November 19, 2012 Share Posted November 19, 2012 Google Analytics didn't work for me but this did: To get google adwords conversions to work paste the following code into this url: your_prestashop_folder/themes/prestashop/order-confirmation.tpl <!-- Google Code for prestapurchase Conversion Page --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_language = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_format = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_color = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_label = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; var google_conversion_value = THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE; /* ]]> */ </script> <script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="THIS INFO COMES FROM YOUR GOOGLE ADWORDS ACCOUNT. TOOLS->CONVERSIONS-CODE"/> </div> </noscript> If you get fancy with "var google_conversion_value" your shop may not work. At least for me, using paypal external credit card processing, trying to use a prestashop variable for the total purchase value just stopped the conversion from working. The reason for this was, after the credit card had been processed and the customer had returned from Paypal to my website, Prestashop had emptied the customers cart. Prestashop "did not remember" what the customer had purchase, so the variable was null, and it broke my google conversion code. Also please note that this works for prestashop 1.47 I don't know about other versions, however IT SHOULD! Link to comment Share on other sites More sharing options...
Tafaz Posted November 28, 2012 Share Posted November 28, 2012 (edited) Hi we recently did a module for integrate adwords conversions tracking in your prestashop. you only need to put your google_conversion_id and google_conversion_label values. if interested take a look here http://addons.presta...n-Tracking.html Edited March 15, 2013 by Tafaz (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now