To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorQuick Start Guide
##Tracking stats in your application is easy with StatsTracker
###You only need to add a single line of code
PHP:
statstracker_count('[email protected]', 'newsletter registrations', 1);
Javascript:
_StatsTracker.push(['_trackCount', 'KEY', 1]);
HTML:
<img src="http://api.statstracker.com/c?u=USERKEY&k=KEY&count=1" style="display:none;" width="1" height="1"/>
curl:
$ curl -d "stat=newsletter registrations&[email protected]&count=1" http://api.statstracker.com
wget:
$ wget --post-data "stat=newsletter registrations&[email protected]&count=1" http://api.statstracker.com
Last published over 7 years ago by Adam.