Skip to content

Instantly share code, notes, and snippets.

@Shoora
Forked from AJI3wka/track_event.js
Created November 2, 2020 02:45
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 Shoora/e5afddca3873f8b7dc7588aee38032a1 to your computer and use it in GitHub Desktop.
Save Shoora/e5afddca3873f8b7dc7588aee38032a1 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