POST
/
analytics
/
track

Authorizations

Authorization
string
header
required

Access token

Body

application/json

Model for analytics event

channel
enum<string>
required
Available options:
website
context
object
required
event
string
required

event name

messageId
string
required

unique hash string.

properties
object
required

properties of the event

sentAt
string
required

time when event sent to server

timestamp
string
required

timestamp when event occured

type
enum<string>
required
Available options:
track
userId
string
required

commercengine user id

Response

200 - application/json
message
string
success
boolean