curl -X PATCH "https://api.adrelay.dev/v1/campaigns/camp_abc123" \ -H "X-API-Key: $ADRELAY_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "status": "ACTIVE", "budget_amount": 75.00 }'
{ "id": "camp_abc123", "platform": "google_ads", "remote_id": "123456789", "name": "Summer Sale 2026", "status": "ACTIVE", "goal": "CONVERSIONS", "budget_amount": 75.00, "budget_period": "DAILY", "currency": "USD", "created_at": "2026-03-01T12:00:00Z", "updated_at": "2026-03-21T10:30:00Z" }
Update an existing campaign’s name, status, or budget.
^(google|meta|tiktok)_\w+$
1
1 - 255
UNSPECIFIED
ACTIVE
PAUSED
ARCHIVED
DRAFT
SCHEDULED_FOR_DELETION
DAILY
MONTHLY
TOTAL
LIFETIME
Updated campaign
Show child attributes