Extension: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.1+ |
License | Public domain |
Download | |
Example | WikiGardener |
|
|
Quarterly downloads | 0 |
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.
InstallationEdit
- 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 yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Quantcast' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
ParametersEdit
- $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 assysop
, not administrator or administrators) here.