siwilson Posted July 3, 2012 Share Posted July 3, 2012 I have been trying to implement Google conversions in to my Prestashop store. Using Google adwords so it displays conversion data for keywords etc. I have read the analytics module instructions, but that appears to be integration through Google analytics rather than Adwords. the instructions for adding the conversion code states to include it on the page you want to track, i.e. the order confirmation page, I have added the code to the order-confirmation.tpl file but it still does not report conversions. I have searched the forum but can't find a definitive answer, can anyone help? I have attached a screen shot of the page in Adwords and code to be pasted in to the conversion page. Link to comment Share on other sites More sharing options...
kikbo Posted July 7, 2012 Share Posted July 7, 2012 (edited) Mine works. I just pasted the code in your screenshot in order-confirmation.tpl - you may want to try checking force compile or some of the other annoying things that sometimes prevent the php from being updated. Anyone know how to send google adwords the value of the transaction? var google_conversion_value = 0; 0 -> {convertPriceWithCurrency price=$total currency=$currency} Will the above work? Edited July 7, 2012 by kikbo (see edit history) Link to comment Share on other sites More sharing options...
siwilson Posted July 12, 2012 Author Share Posted July 12, 2012 (edited) Mine works. I just pasted the code in your screenshot in order-confirmation.tpl - you may want to try checking force compile or some of the other annoying things that sometimes prevent the php from being updated. Anyone know how to send google adwords the value of the transaction? var google_conversion_value = 0; 0 -> {convertPriceWithCurrency price=$total currency=$currency} Will the above work? Thanks for the help, i tried that, but still no reporting in Adwords. Anyone any ideas? Edited July 12, 2012 by siwilson (see edit history) Link to comment Share on other sites More sharing options...
kikbo Posted July 12, 2012 Share Posted July 12, 2012 buy something...where do you land on your website after you buy something? post the code in that .tpl file for me (i use paypal) i land on order-confirmation. 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