Skip to main content
POST
Push Custom Event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
account
string
required

User account identifier

Example:

"user123"

platform
string
required

Platform identifier where the user account exists

Example:

"steam"

pid
string
required

Campaign ID associated with this event

Example:

"campaign_abc123"

name
string
required

Event name identifier

Example:

"level_completed"

id
string

Optional unique event identifier

Example:

"evt_xyz789"

category
string

Optional event category for grouping/filtering

Example:

"gameplay"

data
object

Optional custom data payload associated with the event

Example:
ts
number

Optional timestamp (Unix timestamp). If not provided, current time will be used

Example:

1672531200

Response

Event created successfully

success
boolean
Example:

true