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
{
"input": "Focus on returning buyers instead",
"sentiment": "positive",
"status": "superseded",
"user_feedback": "Wrong audience"
}Response
recommendation superseded
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"action_type": "scale_winning_ads",
"created_at": "2026-01-01T12:00:00.000Z",
"executed_at": "2026-01-01T12:00:00.000Z",
"expected_tool_calls": [
{
"description": "Increase the summer campaign budget",
"tool_name": "updateAdCampaign"
}
],
"id": "reca_xxxxxxxxxxxxxx",
"input": "more sales from ads",
"prompt": "Create a 20% off promo code for my members.",
"reasoning": "Capped 9 of 14 days.",
"sentiment": "positive",
"status": "ready",
"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"
}