Create a zone
create_zoneCreate a traffic-source zone to attribute conversions. Dry-run preview by default; pass confirm=true to apply.
Instructions
Create a traffic-source zone in the current namespace. Requires a name; optional postback_url (where conversions are reported back — include {source_click_id}), site_url, traffic_back_url, and user_email (publisher owner). Status is always active on create. Counts against the plan's zone limit (402 if exceeded). DRY-RUN by default; pass confirm=true to apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Zone display name (traffic source / placement). | |
| confirm | No | false = dry-run preview (default). true = create the zone. | |
| site_url | No | Optional site / inventory URL. | |
| user_email | No | Optional publisher email to own this zone (owner/manager only). | |
| postback_url | No | S2S postback URL for the traffic source. Should include {source_click_id} so conversions can be attributed back to the source click. | |
| traffic_back_url | No | Optional traffic-back / fallback URL when no campaign can serve. |