Skip to content

Instantly share code, notes, and snippets.

@shabbirbhimani
Created July 9, 2019 07:21
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/128a2a3f76821bbf4d6203487670dc3a to your computer and use it in GitHub Desktop.
Save shabbirbhimani/128a2a3f76821bbf4d6203487670dc3a to your computer and use it in GitHub Desktop.
Legacy Google Analytics Code to Send an Event Update after 60 Seconds
setTimeout(function(){_gaq.push(['_trackEvent', 'timeOnSite', '60 seconds', window.location.href])}, 60000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment