Maintainer(s):
camfindlay
Supported by: Not supported
Visit the support forum Download
The ClickTale modules adds the ability to do deep web analysis and screen recording on any page on your website. You can toggle tracking on and off each page in the ClickTale tab. For more information about the ClickTale Integration Module see (http://wiki.clicktale.com/Article/PHP_integration_module)
The ClickTale modules adds the ability to do deep web analysis and screen recording on any page on your website.
You can toggle tracking on and off each page in the ClickTale tab.
For more information about the ClickTale Integration Module see (http://wiki.clicktale.com/Article/PHP_integration_module)
* SilverStripe 2.4+.
* A ClickTale Account (http://clicktale.com)
* The latest ClickTale Integration Module put inside the ./lib/ folder (http://www.clicktale.com/integration/ClickTalePHPIntegrationModule_latest.zip)
## Project Links
* [GitHub Project Page](https://github.com/cam-findlay/silverstripe-clicktale)
* [Issue Tracker](https://github.com/cam-findlay/silverstripe-clicktale/issues)
##Usage
###Add to your templates
Add the following to the very top of your *.ss template:
<% if ClickTaleTrack %>
$ClickTaleTop
<% end_if %>
And to the very bottom:
<% if ClickTaleTrack %>
$ClickTaleBottom
<% end_if %>
###Make folders writable
Make sure that the folders "Cache" and "Logs" inside "/clicktale/lib/ are writable (chmod 777).
##Testing and debugging you installation
Test your installation is set up correctly by going to the URL http://youdomain.com/clicktale/lib/Install/index.php
Correct any items that show up with red boxes.
##Debug Mode
add ?ct=debug to bring up a debugging window.
##Enable/Disable ClickTale for your IP address
If you would rather your hits on pages are not logged by ClickTale:
* Add ?ct=disable to any url where ClickTale is present.
* To enable again add ?ct=enable
* YOu can conbine actions with debugging e.g. ?ct=disable,debug etc
Version:
[v0.2]
Date: 2011-03-15
Compatible with: SilverStripe 2.4
Download:
silverstripe-clicktale-master-HEAD.tar.gz
Git access:
Repository: git://github.com/cam-findlay/silverstripe-clicktale.git
Branch: master
Tag: HEAD
To get a preview of our next release, download the latest build of unstable git master branch here. Please
be careful: this is more likely to contain bugs, especially on modules undergoing a lot of development.
SHA hash: 17d7bc9decd13ef7085c6bb92383ee9cba318e32
Build Date: 2011-04-05
Download: silverstripe-clicktale-master-HEAD.tar.gz
Unstable Git access: git://github.com/cam-findlay/silverstripe-clicktale.git
Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com
Comments on this website? Please give feedback.