StatHat Help
@stathat / Return to StatHat
 

Language Libraries

C#

  1. Include StatHat.cs in your project. For ASP.NET websites: put StatHat.cs in the App_Code folder.
  2. Make calls to StatHat. You do not need to create the stats first using the web interface.
    StatHat.Post.EzCounter("YourEZKey", "messages sent - female to male", 1);
  3. Go to the New stats tag page to see your stats!