Jump to content

Google adwords conversions, how?


siwilson

Recommended Posts

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.

post-124283-0-95655100-1341311582_thumb.jpg

Link to comment
Share on other sites

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 by kikbo (see edit history)
Link to comment
Share on other sites

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 by siwilson (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...