Economic Intelligence
Update Recommendation
Updates a recommendation status, records feedback, or both. Send sentiment to rate it. Include status: superseded to retire it and request replacements; a rating alone leaves its status unchanged.
patch/economic_intelligence/{id}
Request body
Example request
{
"sentiment": "positive",
"status": "superseded",
"user_feedback": "Wrong audience"
}Response
recommendation superseded
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"action_type": "improve_landing_page",
"created_at": "2026-01-01T12:00:00.000Z",
"executed_at": "2026-01-01T12:00:00.000Z",
"id": "reca_xxxxxxxxxxxxxx",
"input": "more buyers",
"prompt": "Create a 20% off promo code for my members.",
"reasoning": "Capped 9 of 14 days.",
"sentiment": "positive",
"status": "executed",
"superseded_at": "2026-01-01T12:00:00.000Z",
"target_url": "https://example.com/join",
"title": "Move $180 from 3 dead ad groups into BATCH#3, +1.7x return"
}