Skip to content

Instantly share code, notes, and snippets.

@AntoineAugusti
Created December 25, 2012 17:56
Show Gist options
  • Save AntoineAugusti/4374455 to your computer and use it in GitHub Desktop.
Save AntoineAugusti/4374455 to your computer and use it in GitHub Desktop.
_trackEvent, signup page
// Dans le menu
<a href="signup" onClick="_gaq.push(['_trackEvent', 'Page d\'inscription', 'Clic', 'Menu']);" title="Inscription">Inscription</a>
// Dans l'article de blog
<a href="signup" onClick="_gaq.push(['_trackEvent', 'Page d\'inscription', 'Clic', 'Article de blog']);" title="Inscription">Inscription</a>
// Dans le footer
<a href="signup" onClick="_gaq.push(['_trackEvent', 'Page d\'inscription', 'Clic', 'Footer']);" title="Inscription">Inscription</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment