WP Manifestindependent plugin directory
manifest / analytics / wp-quan-google-analytics

OP Google Analytics

Enables <a href="http://www.google.com/analytics/">Google Analytics</a> on all pages

by Sebastian@Oppstett · github.com/quandigital/wp-quan-google-analytics · website

0stars
102composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/quandigital/wp-quan-google-analytics/archive/refs/heads/master.zip

Also on Packagist as quandigital/google-analytics:

composer require quandigital/google-analytics

From the readme

Changelog Version 0.1 - release of v0.0.12 as v0.1 Version 0.0.12 - localization support added - added german translation - checkinfo function from updater returns an object to avoid error messages in changelog when using two or more plugins using this update method - better validation checks of plugin settings Version 0.0.11 - little changes in update function to remove conflicts with other plugins using the same update method Version 0.0.10 - new option to compare how many users are on a page after different elapsed times - category of this event is "timetrack", action the page which fired the event, label the elapsed seconds "seconds" - default tracking after 0, 10, 20, 30 and 60 seconds - tracking is disabled when field is empty - bounce timeout is now disabled when value is 0 - bounce timeout default value after activation or wrong values is now 0 (was 10) - bounce timeout event category is now "bouncetimeout" (was "seconds") - bounce timeout event tracks page which fired the event as event action (like in other events, was "read") - "seconds" is now the event label for bounce timeout events (like in timetrack events) - better validation checks of plugin settings - plugin

Read the full README on GitHub →