Profitable Campaign Out of Budget

A profitable campaign repeatedly ran out of budget

postWebhookalert.profitable_out_of_budget

Payload

idstring required
typestring required
created_atstring required
organization_idnumber required

Example payload

{
  "id": "evt_123e4567-e89b-12d3-a456-426614174000",
  "type": "alert.profitable_out_of_budget",
  "created_at": "2026-06-01T12:00:00.000Z",
  "organization_id": 100,
  "data": {
    "seller_id": "A1B2C3D4E5F6G7",
    "marketplace": "com",
    "tracked_asin": "B0EXAMPLE1",
    "niche_label": "Yoga Mats",
    "rank_radar_id": "11111111-2222-4333-aaaa-bbbbbbbbbbbb",
    "return_url": "https://2.datadive.tools/alerts",
    "campaign_id": "123456789012345",
    "out_of_budget_days": 3,
    "out_of_budget_window_days": 3,
    "targets": [
      {
        "targeting": "yoga mat thick"
      }
    ],
    "target_count": 2
  }
}

Response

Acknowledge receipt.

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.