Created
December 6, 2012 04:21
-
-
Save chexton/4221753 to your computer and use it in GitHub Desktop.
NOOM download link
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
| If you replace your link with something like this: | |
| <a href="http://bit.ly/getNOOM" class='noom-download' target="_blank">Give a NOOM</a> | |
| ...then our tracking code can just go at the bottom before your </body> tag. Literally copy/paste this in there. It will observe whenever someone clicks that link :). | |
| <script> | |
| $(document).ready(function(){ | |
| $('.noom-download').click(function(){ | |
| _veroq.push(['track', 'clicked_noom_download_button']); | |
| }); | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment