Inputs
Output
Type:Dict
Returns the created Snapchat Interaction Zone.
Fields: interaction_zone_id, interaction_zone_name, creative_element_ids, render_type, ad_account_id, interaction_zoneDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates an account-scoped Snapchat Interaction Zone from a raw API payload
| App | Snapchat Ads |
| Operation ID | snapchat_ads_create_interaction_zone |
| 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 to create the zone in. |
interaction_zone_payload | object or string | Yes | - | Raw Snapchat Interaction Zone object, sent to POST /adaccounts/{ad_account_id}/interaction_zones. Provide the zone fields without the outer interaction_zones array. ad_account_id is filled in automatically. Snapchat validates the zone fields. For Dynamic Collection Ads, reference destination-account Creative Element IDs and set render_type to DYNAMIC. Example: {“name”: “Dynamic Collection Zone”, “render_type”: “DYNAMIC”, “creative_element_ids”: [“<element_id_1>”, “<element_id_2>”], “headline”: “MORE”} |
Dict
Returns the created Snapchat Interaction Zone.
Fields: interaction_zone_id, interaction_zone_name, creative_element_ids, render_type, ad_account_id, interaction_zone