Extension:ClickTracking
From MediaWiki.org
|
ClickTracking Release status: beta |
|||
|---|---|---|---|
| Implementation | API | ||
| Description | Give statistics on user preferences about this extension | ||
| Author(s) | Nimish Gautam, Trevor Parscal | ||
| MediaWiki | 1.17+ | ||
| License | GPL v2 | ||
| Download | Download snapshot Subversion [Help] |
||
| Example | Wikipedia Prototype | ||
|
|||
|
Check usage (experimental) |
|||
This feature is used to track users' navigation around the wiki by monitoring each click they make. It has a couple of API modules.
ClickTracking was developed specifically to be run as part of the Beta rollout on Wikimedia wikis; it may or may not be useful to third-party users. The extension can of course be run on non-WMF wikis, but documentation is very limited.
This extension has been migrated from Extension:UsabilityInitiative. During this migration this extension was ported to make use of ResourceLoader functionality, making it only compatible with MediaWiki 1.17+.
If you are upgrading from the UsabilityInitiative (MediaWiki 1.16 compatible) version, you may need to pay attention to the change in naming for configuration variables. See README for an example.
If you are upgrading from the UsabilityInitiative (MediaWiki 1.16 compatible) version, you may need to pay attention to the change in naming for configuration variables. See README for an example.
[edit] Installation
- Get the extension with distributor or svn and drop it into MediaWiki directory /extensions
- Setup your LocalSettings.php as explained in README file.
- Run
php maintenance/update.phpfrom the command line (see update.php and also here)
Categories:
- Beta status extensions
- API extensions
- Extensions in Wikimedia version control
- LoadExtensionSchemaUpdates extensions
- BeforePageDisplay extensions
- MakeGlobalVariablesScript extensions
- ParserTestTables extensions
- EditPage::showEditForm:fields extensions
- ArticleSave extensions
- ArticleSaveComplete extensions
- All extensions
- 2012 Q1 Extension Page Review Drive
- Usability initiative extensions