Jump to content

How to Add google Ecommerce, Adwords conversion tracking code in Presta shop 1.5


Funwoodgames

Recommended Posts

Hi,
Thanks in advance

Is anyone here familiar with Prestashop Ecommerce Software? Currently I'm facing 3 issues.

1. Site Search in Analytics - The URL is /search?controller=search&orderby=position&orderway=desc&*search_query=online+products*&submit_search=Search <<< I added "search_query=" in analytics but still I don't see any search terms even after searching from other pc & laptops.

2. Google Adwords Conversion Code - Does anyone know where to put the conversion code in prestashop? There is no proper mention about this in their forums.

3. Ecommerce Tracking Code - Same issue like above.

4. Goal URL in analytics - The confirmation URL is - modules.php?ablskjksldj?=ksdlskfsdl=sdfsldks= What should I write in Goal. At first I wrote only /modules.php but it was not tracking & then after I wrote the whole URL after that it tracked one sales but then after it is not working. I tick equal to.

If anybody knows please answer, if not then please let me know so I can remove the question & ask in some other community.

Thanks.12:13 PM

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 5 weeks later...

the module Google Analytics by default installed have a tracking orders, but in the version 1.5.4.1 this have a bug, in the line:

 

{if $isOrder eq true} {* If it's an order we need more data for stats *}

 

have a ' extra, change to:

 

{if $isOrder eq true} {* If its an order we need more data for stats *}

 

with this you can track orders and don't need more

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

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...