Skip to content

Instantly share code, notes, and snippets.

@rogeriochaves
Created February 19, 2020 20:05
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 rogeriochaves/42290f2d42308a4bb65ca7ac07f34544 to your computer and use it in GitHub Desktop.
Save rogeriochaves/42290f2d42308a4bb65ca7ac07f34544 to your computer and use it in GitHub Desktop.
function trackClick(name) {
if (!name) throw "track needs a name";
ga.track(name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment