rtb_ house_ update_ campaign_ status
Pause or activate one RTB House campaign. A write tool that previews before it changes anything, one of 7 RTB House tools on the Get MCP Ads MCP gateway.
Pause or activate one RTB House campaign. Checks advertiser membership and isEditable. Preview first, then confirm:true with expectedStatus from that preview. Activation may spend money.
- Source
- RTB House
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ rtb-house/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Required | RTB House advertiser hash. Use list_accounts for the selected accounts. |
campaignId | string | Required | Campaign hash belonging to the selected advertiser. |
status | string | Required | Requested delivery status. ACTIVE may resume spending. One of: ACTIVE, PAUSED. |
expectedStatus | string | Optional | Required to apply: current status observed in the preview. Refuses if it has changed. One of: ACTIVE, PAUSED, NEW, READY. |
confirm | boolean | Optional | False previews the change. True applies the explicitly approved change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "rtb_house_update_campaign_status",
"args": {
"advertiserId": "<string>",
"campaignId": "<string>",
"status": "ACTIVE"
}
}
}