>
Allows to log in-game events like a reached level.
This method returns a boolean value that indicates whether the event was logged successfully or not.
Name and value length must not exceed 64 characters.
Name | Required | Type | Description |
---|---|---|---|
uid | Y | Varchar(16) | Recepient's ID |
name | Y | String | Short event name, that contains latin letters, numbers and underscores (e.g. level, tutorial) |
value | Y | String | Event value |
Recipient must authorize your application
Request : /events/log?application_id=[Application ID]&sig=[Signature]&uid=AAAA&name=level&value=5
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:events_log_response xmlns:ns2="https://api.rbkgames.com/"> true </ns2:events_log_response>
JSON
true