6
1K
24K
0
06 December 2018
02 September 2014
Based on 6 on WordPress.org
Load a page and view source. Look for “scrolldepth.” You should find:
<head>
section where scrolldepth.min.js is loaded. <head>
section where jQuery.scrollDepth();
is being called.If you don’t find the code there, then the plugin hasn’t loaded. Check the usual suspects about malfunctioning plugins.
Open the JavaScript/debugging console in your browser and load a page from your site.
If there are no errors and the code is being loaded, then it’s probably working. Time to test.
If there’s an error or conflict, please post in the support forums.
Open your Google Analytics and go to the Reporting tab for your site.
Click on Real-time and then Events.
Open another window or browser with your site.
Scroll! Scroll like the wind!
You should see events with a Category of “Scroll Depth.”
If you don’t see these events, make sure your Google Analytics is properly set up and configured.
Updated “Tested up to” version
Updated scrolldepth library to version 0.9 (2015 11 19)
Added new options:
– gtmOverride
– gaGlobal
– eventHandler
Tested with WordPress 4.4
Updated scrolldepth library to version 0.7.1 (2014 12 19)
Tested with WordPress 4.1
Initial commit