Extension:Quantcast

From mediawiki.org
MediaWiki extensions manual
Quantcast
Release status: stable
Implementation Skin
Description Adds Quantcast tracking JS code to all pages
Author(s) Jack Phoenixtalk
Latest version 0.4.0 (2016-08-15)
MediaWiki 1.39.6+
License Public domain
Download
Example WikiGardener
  • $wgQuantcastTrackingExcludedGroups
Quarterly downloads 1 (Ranked 146th)
Translate the Quantcast extension if it is available at translatewiki.net

The Quantcast extension adds Quantcast tracking JavaScript code to all pages for all users (except those who are in a group that is excluded).

This extension was written by Jack Phoenix for ShoutWiki.

Installation[edit]

  • Create MediaWiki:Quantcast-tracking-number on your wiki with your Quantcast tracking code (this code is usually something like p-b0cm0JUH0b-sA)
  • Download and move the extracted Quantcast 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/Quantcast
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Quantcast' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Parameters[edit]

  • $wgQuantcastTrackingExcludedGroups — an array of groups that are excluded from Quantcast tracking. By default the array contains only the staff group. Use internal group names (such as sysop, not administrator or administrators) here.