update_ad_campaign
ActiveTool of SendIt
declared in 0.1.0
Update campaign settings (name, budget, dates, status).
Parameters schema
{
"type": "object",
"required": [
"campaignId"
],
"properties": {
"name": {
"type": "string",
"description": "New campaign name"
},
"status": {
"enum": [
"active",
"paused"
],
"type": "string",
"description": "Change campaign status"
},
"endDate": {
"type": "string",
"format": "date-time",
"description": "Updated end date"
},
"campaignId": {
"type": "string",
"description": "Campaign ID"
},
"budgetAmount": {
"type": "number",
"description": "Updated budget amount"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries