Data API
Server API integration manual
Request format
{
"abcd1234abcd" : { // Main identifier (device or user ID)
"prev" : "asdf2345234asdf", // Previous main identifier (device or user ID)
// in case it has been changed
"userId":"", // Additional identifier (it is used if there is an identifier
// that is different from the main identifier.
// For example, a cross-platform user identifier)
"prevUserId":""; // Previous additional identifier in case it has been changed
"sc" :[ // Event name
{}, // Parameters of the first event
{}, // Parameters of the second event
…
],
"gs" :[ // Event name
{} // Event parameters
],
…
},
"1234abc1234" : { // Unique user ID
"userID":"", // Additional identifier (it is used if there is an identifier
// that is different from the main identifier.
"sc" :[ // Event name
{}, // Parameters of the first event
{}, // Parameters of the second event
…
],
"gs" :[ // Event name
{} // Event parameters
],
},
}Response format
The list of events
Information about a source of user appearance
Information about a user
Information about an app
Information about a device
Session
Real Payment
Onboarding (tutorial) steps
Custom event
New level
Virtual Currency Payment
Progression event
Ad impression
Connection to social networks
Publication in social networks
Clearing user data
Tracking state (GDPR)
Limiting the processing of user data. The right to erasure.
An example of a package
Utility for testing
An example of sending to PHP
Last updated
Was this helpful?
