direct_add_ads
Add new text ads to Yandex Direct ad groups, providing title, text, and href. Supports optional fields like sitelinks and mobile settings, with a limit of 3 ads per group on UNIFIED campaigns.
Instructions
WRITE: ads.add TextAd. ads=[{adgroup_id, title, title2?, text, href, display_url_path?, image_hash?, sitelink_set_id?, mobile?}]. Max 3 ads/group on UNIFIED. Title ≤56, Title2 ≤30, Text ≤81. No ₽·— VPN in copy. allow_write=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ads | Yes | ||
| dry_run | No | ||
| project | No | Ключ бренда из projects.json, либо all | unknown. Write: только ключ из projects.json (не all). | |
| moderate | No | Call ads.moderate after add | |
| allow_write | No | Must be true to mutate live cabinet. Without it tools return dry plan only. |