Skip to main content

Better Support for Analytics Conversion Rates

More
15 years 8 months ago #5820 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

Please Log in or Create an account to join the conversation.

More
15 years 8 months ago #5821 by nicolas
Hi,

Sure, if that's all you need you can change the code
Code:
hikashop::completeLink('checkout&task=step'.$url_itemid);
to
Code:
hikashop::completeLink('checkout&task=step'.$url_itemid.'&step='.($this->step+1));
in the file step of the view checkout, which you can edit via the menu Display->Views.

Please Log in or Create an account to join the conversation.

More
14 years 9 months ago #33261 by gkgold
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.

More
14 years 9 months ago #33293 by nicolas
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

Please Log in or Create an account to join the conversation.

Time to create page: 0.159 seconds
Powered by Kunena Forum