- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento Analytics linking
Dear Magento people and programmers. I have a webshop and I was wondering if it possible to link google analytics to magento. I know it is possible for monitoring but is the following also possible ?
What I want is that the order of products is linked to the amount of clicks on my webshop and is set automatically each day around a time.
For example, product 1, 2, 3 ,4, 5.
Product 1: 5 clicks
Product 2: 53 clicks
Product 3: 88 clicks
Product 4: 0 clicks
Product 5: 1000 clicks
So the order of products will be 5, 3, 2, 1, 4.
Hope you guys understand and hopefully you can help me.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento Analytics linking
I haven't seen anyone do this by integrating with Google Analytics. Could you do it by product purchases rather than clicks? That would be easier to create a use an extension which provides a sorting mechanism by the number of times ordered which is information that Magento does hold.
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento Analytics linking
Thanks for your reply.
That sounds good too! What extension is that? By the way, can you also sort the date of purchase? So best selling items from date X ?