Jump to content

Google Analytics Goal Conversion Funnel


Recommended Posts

I can't seem to get Google Analytics Goals to work with my prestashop OPC checkout process. Has anyone accomplished this?

 

I've tried using head match on the urls as they appear to the browser

I've tried using just the conversion page

I've tried regular expression on the conversion page

I've tried /step0, etc...

 

Nothing has worked yet.

 

As a note: Ecommerce tracking works 100% right out of the box.

Link to comment
Share on other sites

  • 2 weeks later...

Try adding pageTrack in file ./modules/ganalytics/ganalytics.php

 

function hookOrderConfirmation($params)
{
...
  $smarty->assign('ganalytics_id', $ganalytics_id);
  $smarty->assign('pageTrack', 'order-confirmation.php');
  $smarty->assign('isOrder', true);
...

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
  • 11 months later...

Can somebody explain in which part of the ganalytic.php should i paste this code..

 

i have this function

 

function hookOrderConfirmation($params)

 

but nothing inside it resemble to 

 

{

...
$smarty->assign('ganalytics_id', $ganalytics_id);
$smarty->assign('pageTrack', 'order-confirmation.php');
$smarty->assign('isOrder', true);
...

 

Should i just add it inside the {} ?

 

please help, my goal setting is also not working..

I am using prestashop 1.4.8.2

 

Thanks

Link to comment
Share on other sites

×
×
  • Create New...