Skip to main content
Fallback Microsoft Ads ad update tool for advanced or unsupported ad fields. Use dedicated operations first for common changes such as status. This calls REST UpdateAds with PUT /Ads, but sends a partial Ad object: the runner supplies AdGroupId, Ads[0].Id, and Ads[0].Type (from the required ad_type), then merges only the fields in update_payload. Use care with nested asset collections like Headlines or Descriptions because Microsoft replaces the entire submitted collection. Supports dry-run review.

Inputs

MicrosoftAdsAccountItem

SelectItem

SelectableOption

Output

Type: Dict Returns ad_group_id, ad_id, ad_type, updated_fields, final Microsoft Ads UpdateAds payload, dry_run status, and any returned Microsoft response data. Fields: ad_group_id, ad_id, ad_type, updated_fields, payload, dry_run, response