Skip to content

Instantly share code, notes, and snippets.

@shabbirbhimani
Created July 9, 2019 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shabbirbhimani/d643d5e979e8c3e57ca62a3a44210b25 to your computer and use it in GitHub Desktop.
Save shabbirbhimani/d643d5e979e8c3e57ca62a3a44210b25 to your computer and use it in GitHub Desktop.
Google Analytics Code for Sending an interactive even after 1 minute
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