account | object or array of object or MicrosoftAdsAccountItem or string or integer | Yes | - | Select the Microsoft Ads account to update campaigns in. |
update_type | string or SelectableOption | Yes | - | Choose whether to update a single campaign or multiple campaigns at once. Options: ‘single’ or ‘bulk’. |
campaign_id | string or SelectItem | No | - | Select the campaign ID to update. Required for single update. |
campaign_status | string or SelectableOption | No | - | Select the new campaign status. Options: ACTIVE, PAUSED, or DELETED. Required for single update. |
structured_data | array (also accepts a comma-separated string) | No | - | Structured data with ‘campaign_id’ and ‘status’ fields for each row. Required for bulk update. |