Created
December 25, 2012 17:56
-
-
Save AntoineAugusti/4374455 to your computer and use it in GitHub Desktop.
_trackEvent, signup page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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