Growth Opportunity

Spending on a keyword you should start tracking

postWebhookalert.growth_opportunity

Payload

idstring required
typestring required
created_atstring required
organization_idnumber required

Example payload

{
  "id": "evt_123e4567-e89b-12d3-a456-426614174000",
  "type": "alert.growth_opportunity",
  "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",
    "search_terms": [
      {
        "search_term": "yoga mat thick",
        "label": "blindspend"
      }
    ],
    "search_term_count": 2,
    "total_spend": 67.5
  }
}

Response

Acknowledge receipt.

Changes