Get Message Performance

Provide information and insights into the performance of message retrieval operations. It's crucial for monitoring and optimizing message-related functionalities within CDP.

POST https://api.ants.tech/access/api/app-inbox/message/performance

Request Body

{
  "code": 200,
  "message": "Success",
  "data": {
    "entries": [
      {
        "last_updated": "2023-09-05 10:37:35",
        "app_url": "https://antsomi.com",
        "item_id": "48371250",
        "heading": "13 SALEOFF50 - JUST FOR YOU",
        "item_type": "app_inbox",
        "date_created": "2023-08-29 13:39:42",
        "image_url": "https://sandbox-st-media-template.antsomi.com/upload/2022/05/23/d30146a6-02ee-4a61-bd90-b08cda3e575f.png",
        "destination_id": 834636,
        "content": "13 🎉 Exclusive Coupon Alert! 🎉 Enjoy [discount]% off your next purchase with code: {coupon_code}. Don't miss out - dive into savings on [products/services] now!",
        "catalog_ids": [
          "1294090"
        ],
        "is_deleted": false,
        "variant_id": 1232438,
        "expire_date": "2025-08-25 10:28:58",
        "launch_url": "https://antsomi.com",
        "web_url": "https://antsomi.com",
        "lookup_type": "200",
        "template_id": "1235",
        "journey_id": 1232436,
        "channel_id": 7,
        "campaign_id": 1232437,
        "status": 1,
        "tracking_url": "https://sandbox-a.cdp.asia/event?portal_id=33167&prop_id=556300709&uid=&aid=&cid=&ea=click&en=click_tracking&ec=advertising&items=%5B%7B%22type%22%3A%22smart_inbox%22%2C%22id%22%3A%2248371250%22%7D%5D&dims=%7B%22campaign%22%3A%7B%22id%22%3A%221232437%22%7D%2C%22story%22%3A%7B%7D%2C%22variant%22%3A%7B%22id%22%3A%221232438%22%7D%2C%22destination%22%3A%7B%22id%22%3A%22834636%22%7D%2C%22channel%22%3A%7B%22id%22%3A%227%22%7D%7D&is_debug=1&extra=%7B%22customer_id%22%3A%22%22%2C%22identify_id%22%3A%22%22%2C%22target_segment_ids%22%3A%5B%5D%7D&delivery_src=antsomi&is_server=true&request_id=c232e787-129d-44cc-a624-67bd29d7c4ea&resp_type=json"
      }
      // ... More data
    ]
  }
}

Last updated