>

REST API - events.log

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.

Parameters
NameRequiredTypeDescription
uidYVarchar(16)Recepient's ID
nameYStringShort event name, that contains latin letters, numbers and underscores (e.g. level, tutorial)
valueYStringEvent value
Authorization

Recipient must authorize your application

Examples

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
Помощь