Created
July 9, 2019 07:27
-
-
Save shabbirbhimani/d643d5e979e8c3e57ca62a3a44210b25 to your computer and use it in GitHub Desktop.
Google Analytics Code for Sending an interactive even after 1 minute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setTimeout(function(){ga('send', 'event', 'timeOnSite', '60Seconds', window.location.href, 1)}, 60000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment