Acoustic Exchange has identified and defined recognized events that typically happen when customers use their mobile devices to interact with a business.
As an endpoint publisher, call https://api-exchange-us-1.goacoustic.com/v1/event to publish the event. The following example illustrates a typical JSON payload. This example is based on the Application Install event.
POST v1/event
{
“channel” : “mobile”,
“identifiers” : [
{
“name” : “userId”,
“value” : “ub0N4DZ5678NW”
}
],
“events” : [
{
“code” : “application/installed”,
“timestamp” : “2015-03-07T20:14:12Z”,
“attributes” : [
{
“name” : “eventName”,
“value” : “App Install”,
“type” : “string”
}
{
“name” : “appKey”,
“value” : “121779A453”,
“type” : “string”
}
{
“name” : “channelId”,
“value” : “MB10074354692”,
“type” : “string”
}
{
“name” : “description”,
“value” : “Front of the Line Tix app”,
“type” : “string”
}
]
}
]
}
Comments
0 comments
Article is closed for comments.