Skip to content

Instantly share code, notes, and snippets.

@Gegam
Last active October 31, 2018 10:11
Show Gist options
  • Select an option

  • Save Gegam/242f19de3e466c6961ed to your computer and use it in GitHub Desktop.

Select an option

Save Gegam/242f19de3e466c6961ed to your computer and use it in GitHub Desktop.
user session
(function () {
var label = 0;
setInterval(function () {
label += 10;
if (label >= 20) {
ga('b.send', 'event', 'Время на странице', label);
}
}, 10000);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment