Extension:GoogleAnalyticsPageViewsPropertyAnnotator

MediaWiki extensions manual
GoogleAnalyticsPageViewsPropertyAnnotator
Release status: unmaintained
Author(s) Julien
Latest version 1.0
MediaWiki
Composer wikifab/page-views-property
License GNU General Public License 2.0 or later
Download
  • $wgPageViewsPropertyRefreshDelayInterval

The GoogleAnalyticsPageViewsPropertyAnnotator extension adds a new property annotator to Semantic Extra Special Properties which fetches page views counters from Google Analytics.

Installation edit

  • Download and place the file(s) in a directory called GoogleAnalyticsPageViewsPropertyAnnotator in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'GoogleAnalyticsPageViewsPropertyAnnotator' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.