igGameCenter API Developer Guide >> Checking the usage of the Application | |||||||||||||||||||||||||||||
An external application can check its usage statistics by sending POST request to the following API script: http://www.iggamecenter.com/api_check_usage.php
containing the following parameters:
If networkuid and uid are not specified then the total usage statistics for all the users of the application is returned. If either networkuid or uid (or both) are specified then only the usage statistics for the specified member / device is returned. The returned response will be one of the following: Failure response:
<errorMessage>--Some error message--</errorMessage> Success response: <appUsage uid="0" networkuid="xxxx-xxx-xxxxxx"> <numUsers>3</numUsers> <numLogins>43</numLogins> <numGames>13</numGames> </appUsage> where
|