Statistical System

Statistical functions are used to measure game status for analytical reports.

Measure Game Time

1.Game start

API
 GET /gamestart
Description

When game started, call this function to notify server to start recording.

Example
https://gameapi.smartgamesltd.com/gamestart
Response
  • Response is in JSON format. Ex: {"Code": xxx, "Message": "ok"} .
  • Please refer to 【Response Code Definition】for more detail.


2.Game stop

API
 GET /gamestop
Description

When game stopped, call this function to notify server to stop recording.

Example
https://gameapi.smartgamesltd.com/gamestop
Response
  • Response is in JSON format. Ex: {"Code": xxx, "Message": "ok"} .
  • Please refer to 【Response Code Definition】for more detail.