Adding setTimeout to GA code
-
Hello
I believe you should add this option.
Most webs would be interested in adding an event when people is reading for more than 40 seconds (= they are interested in the content) so we see the real bound of the page.
setTimeout(\’_gaq.push([\\\’_trackEvent\\\’,\\\’NoBounce\\\’,\\\’Over40seconds\\\’])\’,40000);
This code should be placed below the last _gaq.push and right now it can only be place before the trackpageview in your plugin.
Could you implement this?
https://www.ads-software.com/extend/plugins/google-analytics-for-wordpress/
- The topic ‘Adding setTimeout to GA code’ is closed to new replies.