MoEngage 维护多个数据中心,当您注册我们时,您将成为特定数据中心的一部分。我们将根据数据中心为您提供仪表板访问URL、SDK和REST API端点。
https://dashboard-01.moengage.com/v4/#/developers/activity
所以 事件api 要用 DC_1
数据中心 1 https://dashboard-01.moengage.com/ https://api-01.moengage.com/v1/
https://developers.moengage.com/hc/en-us/articles/4404674776724-Overview
https://developers.moengage.com/hc/en-us/articles/4413174104852-Event-
POST https://api-01.moengage.com/v1/event/<APP_ID>
{
"type": "event",
"customer_id": "user_id",
"actions": [{
"action": "Reservation_success",
"attributes": {
booking_id=4025A
restaurantuid=shinkushiya1703sky
reservation_status=New
adult
children
promotion_code
notes
rez_time = <TIME IN UNIX_SECONDS>
source=googledining, tripadvisor
},
"platform": "web",
"current_time": 1433837969,
"user_timezone_offset": 19800
}
]
}
网友评论