Skip to content

Instantly share code, notes, and snippets.

@ai2ik
Created December 28, 2018 18:24
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 ai2ik/b121b69f6805fb38709588403294e255 to your computer and use it in GitHub Desktop.
Save ai2ik/b121b69f6805fb38709588403294e255 to your computer and use it in GitHub Desktop.
For Universal Analytics (analytics.js) your code will follow this format:
onclick="ga('send', 'event', 'Phone Call Tracking', 'Click to Call', '855-713-7262', 0);"
For Classic Analytics (ga.js) your code will follow this format:
onClick="_gaq.push(['_trackEvent', 'Category', 'Action', 'Label',, false]);"
onClick="_gaq.push(['_trackEvent', 'Phone Call', 'Click', 'CTA',, false]);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment