Extension:XAnalytics

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
XAnalytics
Release status: stableCategory:Stable extensions
Implementation other (invalid type)Category:Extensions with invalid or missing type
Description Used to communicate analytic information for WMF to logging infrastructure
Author(s) Ori Livneh (ATDTtalk)
Latest version 1.1
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
PHP 5.4+
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 1 (Ranked 91st)
Public wikis using 844 (Ranked 304th)
Translate the XAnalytics extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The XAnalytics extension is used on Wikimedia wikis to communicate analytic information from MediaWiki to Wikimedia's logging infrastructure. See wikitech:X-Analytics for more details.

Installation

You probably do not want to use this extension on your own wiki. If you do want to use it, its only useful if you also set up all the logging infrastructure that Wikimedia has.

  • Download and move the extracted XAnalytics folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/XAnalytics
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'XAnalytics' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Hooks

This extension adds a custom hook named XAnalyticsSetHeader, which is given parameters OutputPage $out and Array &$headerItems. Other extensions can use this to add additional items to the X-Analytics header.

See also

Category:Extensions used on Wikimedia#XAnalytics
Category:APIAfterExecute extensions Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in Wikimedia version control Category:Extensions used on Wikimedia Category:Extensions with invalid or missing type Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Stable extensions