Skip to main content
Fallback Microsoft Ads campaign update tool for advanced or unsupported campaign fields. Use dedicated operations first for common changes such as status or budget. This calls REST UpdateCampaigns with PUT /Campaigns, but sends a partial Campaign object: the runner supplies AccountId and Campaigns[0].Id, then merges only the fields in update_payload. Use care with nested objects like Settings or BiddingScheme because Microsoft may replace the submitted nested object or setting. Supports dry-run review.

Inputs

MicrosoftAdsAccountItem

SelectItem

Output

Type: Dict Returns campaign_id, updated_fields, final Microsoft Ads UpdateCampaigns payload, dry_run status, and any returned Microsoft response data. Fields: campaign_id, updated_fields, payload, dry_run, response