post https://api.airbridge.io/events/v1/apps//mobile-app/9360
Server to server method for sending in-app events.
eventTimestampThe
eventTimestampmust be within 24 hours from the time of sending. The event will not be processed if theeventTimestampis not within 24 hours.
You must send eitherdevice.deviceUUIDoruser.externalUserID
If the
device.deviceUUIDcan't be fetched from the client side (SDK), you may senduser.externalUserIDinstead. Airbridge will fill in the below parameters based on Airbridge's internal user id matching table. This means that you do not have to fill in the below values if you senduser.externalUserIDinformation.
- device.deviceUUID
- device.deviceUUIDType
device.deviceModel,device.osName, anddevice.osVersionmust also be sent if you senddevice.deviceUUID.
eventUUIDThe unique
eventUUIDis used for deduplication. It will be automatically generated if the parameter is empty.
For data that is not applicable to the platform, please send "null" or not send the data field at all. (e.g. Do not senddevice.gaidfor iOS devices)
