Inputs
SelectItem
Output
Type:Dict
Returns the updated fields and patch operations applied.
Fields: ad_squad_id, updated_fields, operations, dry_runDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Advanced: partially updates a Snapchat ad squad (bids, budgets, targeting, placement, schedule) from a raw field payload; only provided fields change and micro-currency fields are raw integers
| App | Snapchat Ads |
| Operation ID | snapchat_ads_update_ad_squad |
| Type | Action |
| Connection | snapchat_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Snapchat Ads account that owns the ad squad. |
ad_squad_id | string or SelectItem | Yes | - | Snapchat ad squad ID to update. Do not repeat it inside update_payload. |
update_payload | object or string | Yes | - | Ad Squad fields to update as a JSON object; only the fields you include are changed (each key becomes a JSON-Patch add operation, and a null value removes an optional attribute). Common editable fields: name, status (ACTIVE/PAUSED), bid_micro (raw micro-currency integer), bid_strategy, daily_budget_micro, lifetime_budget_micro, start_time, end_time, targeting, placement_v2, conversion_window, pixel_id, pacing_type, brand_safety_config, cap_and_exclusion_config, ad_scheduling_config, event_sources, and campaign_budget_optimization_properties. Prefer the dedicated operations for plain changes: snapchat_ads_update_ad_squad_status, snapchat_ads_rename_ad_squad, snapchat_ads_update_ad_squad_budget. Example: {“bid_micro”: 3000000, “targeting”: {“geos”: [{“country_code”: “us”}]}} |
dry_run | boolean | No | False | When true, do not call Snapchat. Return the resolved JSON-Patch operations for review. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Returns the updated fields and patch operations applied.
Fields: ad_squad_id, updated_fields, operations, dry_run