Skip to content

Instantly share code, notes, and snippets.

@AJI3wka
Last active November 2, 2020 02:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AJI3wka/07146fd6e893af91b7bc4ea4e11255f0 to your computer and use it in GitHub Desktop.
Save AJI3wka/07146fd6e893af91b7bc4ea4e11255f0 to your computer and use it in GitHub Desktop.
function submit_track_event(event){
if (yaCounter) {
yaCounter.reachGoal(event);
}
if (ga) {
ga('send','event','submit',event);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment