Create a zone
create_zoneCreate a traffic-source zone to manage ad inventory and attribution. Preview the setup with a dry run, then pass confirm=true to activate the zone.
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, user_email (publisher owner), and traffic_source_id (get_zone_url then renders that source's tracking template). 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. | |
| traffic_source_id | No | Traffic source to link (see list_traffic_sources). Must be a source in this namespace. get_zone_url/get_tracking_link then render its tracking template. |