Dh42 1,266 Posted January 15, 2014 If you are not using heat mapping to track conversions on your site, you really are missing out. I have created a Free ClickTale heat mapping module for Prestashop. You Can read about it here. Free Prestashop ClickTale Heat mapping module The module works with all versions of Prestashop 1.5 and 1.6. Direct download 2 Share this post Link to post Share on other sites
vekia 8,950 Posted January 15, 2014 nice one i will add it to the free modules list (pinned topic) - do you agree? by the way, what's the difference between this module and feature in google analytics? seems like it's very similar Share this post Link to post Share on other sites
Dh42 1,266 Posted January 16, 2014 It is similar but a better developed product. It can pinpoint clicks, instead of showing you what link was clicked. Like in the article how it showed that people were viewing the quick view on the site, GA would miss that. Plus with the heatmaps, you can see where people's mouse attention is, like with roll over type elements and things likes that. As far as I know GA only registers link clicks and does not with ajax clicks. I hope that helps. You also might take a look at this one and think about adding it as well, http://www.prestashop.com/forums/topic/301329-free-optimizely-module-for-a-b-testing-on-your-prestashop-store/ Since they are my modules, I don't feel comfortable adding them. But this is a really cool product for conversion optimization. Share this post Link to post Share on other sites
vekia 8,950 Posted January 16, 2014 very valuable tools! i added them to the free modules list still testing and looks promising Share this post Link to post Share on other sites
sando779 0 Posted January 17, 2014 how i get tracking code for this module? Share this post Link to post Share on other sites
Dh42 1,266 Posted January 17, 2014 Did you go to the ClickTale site and signup for an account? Share this post Link to post Share on other sites
sando779 0 Posted January 17, 2014 Did you go to the ClickTale site and signup for an account? Done, i did.. thanks Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted January 19, 2014 (edited) Bonjour Merci pour ce partage, S'il vous plait ou ce trouve le code ? Merci Edited January 19, 2014 by G.Solidarité (see edit history) Share this post Link to post Share on other sites
Dh42 1,266 Posted January 19, 2014 I don't know what you mean Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted January 19, 2014 Bonjour merci du retour ou ce trouve le code a intégré capture ci joint. Merci Amitiés Share this post Link to post Share on other sites
Dh42 1,266 Posted January 19, 2014 You have to go to the clicktale site and sign up for an account. Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted January 19, 2014 Merci je me suis inscrit je ne vois rien Share this post Link to post Share on other sites
Dh42 1,266 Posted January 19, 2014 In the upper right hand corner it has a drop down to get the code. Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted January 19, 2014 L’inscription c'est bien la ci joint capture car je ne vois rien d'autre Share this post Link to post Share on other sites
nelsonhg 0 Posted April 16, 2014 Hi Dh42. Im trying to install the module, but when i paste the code and save i get this from the page: (What i have to change in order to make it work? Im using ps. 1.6 ) ForbiddenYou do not have permission to access this document. Thanks Share this post Link to post Share on other sites
nelsonhg 0 Posted April 18, 2014 I talked with clicktale costumer support, and their answer make sense: "ClickTale records HTML pages, you need to implement the tracking code in HTML pages you wish to record, such as HTML pages for homepage, shopping cart, product pages and checkout.Please see this Wiki article for more information on how ClickTale's tracking code is recording your pages:http://wiki.clicktale.com/Article/Tracking_codeI am not familiar with prestashop, but if you can implement the tracking code in pretashop HTML pages, ClickTale should record it successfully." How and in which html files add the code? I mean if i want to track the homepage, categories and products which html files should i add the code? Thanks Share this post Link to post Share on other sites
Dh42 1,266 Posted April 18, 2014 It sounds like you have a permissions issue on your server, the module has been tested with the latest versions of 1.6 and it is working. Share this post Link to post Share on other sites
Dh42 1,266 Posted April 18, 2014 To respond to your PM, you can also put the first code in your header.tpl file of your theme and the second code in your footer.tpl of your theme. Share this post Link to post Share on other sites
nelsonhg 0 Posted April 18, 2014 Thanks DH42, i will try ! Share this post Link to post Share on other sites
Hadiqa 2 Posted May 31, 2014 <!-- ClickTale Top part --> <script type="text/javascript"> var WRInitTime=(new Date()).getTime(); </script> <!-- ClickTale end of Top part --> <!-- ClickTale Bottom part (XHTML) --> <script type='text/javascript'> <!-- The ClickTale Balkan Tracking Code may be programmatically customized using hooks:--> function ClickTalePreRecordingHook() { ClickTaleFetchFromWithCookies.setFromCookie(/^ASPSESSIONID.*/); window.ClickTaleFetchFrom = ClickTaleFetchFromWithCookies.constructFetchFromUrl(); ClickTaleEventsMask-=4; } <!-- For details about ClickTale hooks, please consult the wiki page http://wiki.clicktale.com/Article/Customizing_code_version_2--> <!-- Add this to "OnDomLoad" event--> (function(){ if (typeof (ClickTaleCreateDOMElement) != "function") { ClickTaleCreateDOMElement = function(tagName) { if (document.createElementNS) { return document.createElementNS('http://www.w3.org/1999/xhtml' tagName); } return document.createElement(tagName); } } if (typeof (ClickTaleAppendInHead) != "function") { ClickTaleAppendInHead = function(element) { var parent = document.getElementsByTagName('head').item(0) || document.documentElement; parent.appendChild(element); } } if (typeof (ClickTaleXHTMLCompliantScriptTagCreate) != "function") { ClickTaleXHTMLCompliantScriptTagCreate = function(code) { var script = ClickTaleCreateDOMElement('script'); script.setAttribute("type", "text/javascript"); script.text = code; return script; } } var scriptElement = ClickTaleCreateDOMElement('script'); scriptElement.type = "text/javascript"; scriptElement.src = (document.location.protocol=='https:'? 'https://cdnssl.clicktale.net/www07/ptc/d2c72182-0889-4481-9b76-c140dfc0ee8e.js': 'http://cdn.clicktale.net/www07/ptc/d2c72182-0889-4481-9b76-c140dfc0ee8e.js'); document.body.appendChild(scriptElement); })(); </script> <!-- ClickTale end of Bottom part (XHTML) --> I installed this module, and then pasted this code in its window and checked installations from clicktale website BUT its not working plus when i save the code on admin side it never save sucessfully also it shows the page that "page not found" Share this post Link to post Share on other sites
Dh42 1,266 Posted May 31, 2014 What version of Prestashop are you using? Share this post Link to post Share on other sites
Hadiqa 2 Posted June 1, 2014 (edited) What version of Prestashop are you using? STORE INFORMATIONPrestaShop version: 1.6.0.6 Shop URL: http://www.pakistanidressesshop.com/ Current theme in use: default-bootstrap i have some major problems, 1. when ever i paste any code in html code area on any module it never saves, for example i am unable to paste Gadsense code on Gadsense module....al modules have smae problem they are not taking codes and on saving they return 404 page , i tried to paste the same code on the red banner as shown on my home page, going in the theme config but it also never saves, same problem every where 2. i am adding pages and links to footer but i cant see them on front of website, how to create a new menu in footer? Edited June 1, 2014 by Hadiqa (see edit history) Share this post Link to post Share on other sites
Dh42 1,266 Posted June 1, 2014 Hmm, it sounds like you have something wrong on your server. You should ask you host for the error log and explain to them the issue. I think it lies outside of Prestashop. Share this post Link to post Share on other sites
Whispar1 73 Posted June 1, 2014 Nice little module! One question - when I add the top/bottom code, I get this error: Fatal error: Call to undefined method Clicktale::getCacheId() in /home/whispari/public_html/modules/clicktale/clicktale.php on line 262 Im using 1.5.3.1 - any thoughts? Share this post Link to post Share on other sites
Dh42 1,266 Posted June 1, 2014 Sorry bout that, early versions do not support cachid, try replacing the clicktale.php with this one and it should work, https://gist.github.com/Dh42/141f65fdfb7d67255703 Share this post Link to post Share on other sites
Whispar1 73 Posted June 1, 2014 No problem - getting that alot lately with the new 1.6 only modules Okay I replaced the file and now get a 404 page not found error after applying the code. Share this post Link to post Share on other sites
Dh42 1,266 Posted June 1, 2014 Strange, are you getting that in the front office or the back office? Share this post Link to post Share on other sites
Whispar1 73 Posted June 1, 2014 Oh not with my shop it's not, at least lately front office - right after I click "save" in the BO after entering the top/bottom codes... here is a screen Share this post Link to post Share on other sites
Dh42 1,266 Posted June 1, 2014 Hmm, give me a bit to look at it, that code worked on my test shop. Share this post Link to post Share on other sites
Whispar1 73 Posted June 1, 2014 Don't spend too much time on it - I may need to pull the trigger and update to 1.5.6.2 (little scared) There are a lot of strange issues popping up lately it seems and maybe that is a fix - who knows Share this post Link to post Share on other sites
Hadiqa 2 Posted June 2, 2014 Hmm, it sounds like you have something wrong on your server. You should ask you host for the error log and explain to them the issue. I think it lies outside of Prestashop. no i dont think so..... module is installed but copying the code in window gives error it never saves it means my prestashop is not taking codes via modules Share this post Link to post Share on other sites
alexpsc 3 Posted April 29, 2015 (edited) Hello Dh42, Thanks for developing this module. Just an easy question. What functionality does this module add to ClikTale? I mean, is it just for installing purpose? Could I get the same ClickTale functionalities if I would copy the first & second code in header.tpl & footer.tpl as you said here? To respond to your PM, you can also put the first code in your header.tpl file of your theme and the second code in your footer.tpl of your theme. Best regards, Edited April 29, 2015 by alexpsc (see edit history) Share this post Link to post Share on other sites
jasonbsmith 1 Posted June 2, 2016 will this module work with 1.7? Share this post Link to post Share on other sites
Dh42 1,266 Posted June 2, 2016 1.7 is not even released. This is a module that is to be used in a production environment and there is not production 1.7 out. Lets cross that bridge when we come to it. Share this post Link to post Share on other sites
jasonbsmith 1 Posted June 2, 2016 Perhaps I should use the word "tested". Has anyone tested it in 1.7? Since 1.7 is in beta I would think not testing modules at this point is foolhardy. I believe the whole purpose for an open beta is to do just this. I am sorry if my wording threw anyone off. Share this post Link to post Share on other sites
Dh42 1,266 Posted June 2, 2016 1.7 has been in beta less than 24 hours. I suppose we are going to do like most companies will do. We will upgrade / test our paid modules first, then we will decide if our free modules are worth changing. You are going to see a time when a lot of the free modules will not work with 1.7 and might never get made again because the changes are so big. Share this post Link to post Share on other sites
Dh42 1,266 Posted June 2, 2016 Interestingly enough, yes, this module does currently work with the beta 1.7 Share this post Link to post Share on other sites
MacRoy 188 Posted June 3, 2016 Hi Dh42! The download link is dead. Reagards MacRoy Share this post Link to post Share on other sites
jacopo22295 0 Posted June 18, 2016 follow in case you can re-up the file Share this post Link to post Share on other sites
Dh42 1,266 Posted June 19, 2016 The links have been updated where you can get the module now, sorry about that. Share this post Link to post Share on other sites
vipier 0 Posted August 4, 2016 Im sorry if this is a silly question, but I've gone through the clicktale site over and over and I cannot find a place to create an account! I see the login link, but that's only with an existing account. To create an account do I ask for a demo? how does it work exactly? Thank you! Share this post Link to post Share on other sites
Dh42 1,266 Posted August 4, 2016 Clicktale is not a free service. I do not think they have trial accounts either. You have to contact them for a plan and they bill you and set everything up. I think the plans range between $100 - $1000 a month. http://www.seochat.com/c/a/search-engine-optimization-help/clicktale-review/ Share this post Link to post Share on other sites
electrostuff_de 6 Posted March 26, 2017 -.- Can you please write that in the first Post? Downloaded and I was so happy to use your genious module - now seeing the plans of clicktale... Share this post Link to post Share on other sites
Dh42 1,266 Posted March 26, 2017 Write what in the first post? Share this post Link to post Share on other sites
electrostuff_de 6 Posted March 26, 2017 Clicktale is not a free service. I do not think they have trial accounts either. You have to contact them for a plan and they bill you and set everything up. I think the plans range between $100 - $1000 a month. http://www.seochat.com/c/a/search-engine-optimization-help/clicktale-review/ Share this post Link to post Share on other sites