Created
December 1, 2012 00:22
-
-
Save imosquera/4179726 to your computer and use it in GitHub Desktop.
tracker
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
| import tracker | |
| meta = { | |
| 'ad_id':1234, | |
| 'browser': 'Mozilla/5.0', | |
| 'cpm': 1.34 | |
| } | |
| tracker.track_event('ad-click', meta) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment