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.4+
License Public domain
Download
Example WikiGardener
Parameters
  • $wgQuantcastTrackingExcludedGroups
Hooks used
  • SkinAfterBottomScripts
Quarterly downloads 2 (Ranked 168th)
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

  • Create MediaWiki:Quantcast-tracking-number on your wiki with your Quantcast tracking code (this code is usually something like p-b0cm0JUH0b-sA)
  • Download and place the file(s) in a directory called Quantcast in your extensions/ folder.
  • 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

  • $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.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.