- Posts: 10
- Thank you received: 0
Better Support for Analytics Conversion Rates
15 years 8 months ago #5820
by Batch1211
Better Support for Analytics Conversion Rates was created by Batch1211
Hey,
we're using Google Analytics with our shop. We tried to define some goals, for Google Analytics being able to calcualate our conversion rates.
It would be great if HikaShop could assign a unique URL to the "Thank You" page, after the order is complete. This unique url could be set as a goal in Google Analytics. Until now, the urls for the different steps during checkout are the same.
What do you think about this idea?
Thanks,
Alex
we're using Google Analytics with our shop. We tried to define some goals, for Google Analytics being able to calcualate our conversion rates.
It would be great if HikaShop could assign a unique URL to the "Thank You" page, after the order is complete. This unique url could be set as a goal in Google Analytics. Until now, the urls for the different steps during checkout are the same.
What do you think about this idea?
Thanks,
Alex
Please Log in or Create an account to join the conversation.
15 years 8 months ago #5821
by nicolas
Replied by nicolas on topic Re: Better Support for Analytics Conversion Rates
Hi,
Sure, if that's all you need you can change the code
to
in the file step of the view checkout, which you can edit via the menu Display->Views.
Sure, if that's all you need you can change the code
Code:
hikashop::completeLink('checkout&task=step'.$url_itemid);
Code:
hikashop::completeLink('checkout&task=step'.$url_itemid.'&step='.($this->step+1));
Please Log in or Create an account to join the conversation.
14 years 9 months ago #33261
by gkgold
Replied by gkgold on topic Re: Better Support for Analytics Conversion Rates
How is this handled in the new version of hikashop, because i cant find this line in mentioned view?
Please Log in or Create an account to join the conversation.
14 years 9 months ago #33293
by nicolas
Replied by nicolas on topic Re: Better Support for Analytics Conversion Rates
Hi,
Google Analytics support is now directly in HikaShop's Business edition. You need to configure the google analytics plugin via the joomla plugins manager and follow the documentation here:
www.hikashop.com/en/support/documentatio...oogle-analytics.html
Google Analytics support is now directly in HikaShop's Business edition. You need to configure the google analytics plugin via the joomla plugins manager and follow the documentation here:
www.hikashop.com/en/support/documentatio...oogle-analytics.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.159 seconds