美文网首页
MoEngage 服务端API 使用记录

MoEngage 服务端API 使用记录

作者: 许一沐 | 来源:发表于2022-12-23 06:36 被阅读0次

    MoEngage 维护多个数据中心,当您注册我们时,您将成为特定数据中心的一部分。我们将根据数据中心为您提供仪表板访问URL、SDK和REST API端点。

    https://dashboard-01.moengage.com/v4/#/developers/activity

    所以 事件api 要用 DC_1

    https://help.moengage.com/hc/en-us/articles/360057030512-Data-Centers-in-MoEngage#01G5DQVXGTZBB332YWRA7MJ7RY

    数据中心 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
    }
    ]
    }

    相关文章

      网友评论

          本文标题:MoEngage 服务端API 使用记录

          本文链接:https://www.haomeiwen.com/subject/hjlvqdtx.html