create_demand_endpoint
Create a new demand endpoint to configure bid requests, targeting, and formats for programmatic advertising.
Instructions
Create a new demand endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Demand endpoint name | |
| status | No | Whether to send bid requests (default: active) | |
| priority | No | Serving priority | |
| bid_floor | No | Default CPM bid floor | |
| geo_target | No | Geo target ID for geographic targeting | |
| filter_type | No | Zone filtering type | |
| allowed_sizes | No | Allowed zone sizes (e.g. ["300x250", "728x90"]) | |
| demand_source | Yes | Demand Source ID this endpoint belongs to | |
| revenue_share | No | Revenue share percentage paid to publisher | |
| filtered_zones | No | Zone IDs for the filter list | |
| markup_percent | No | Markup percent applied to zone bid floor | |
| supported_formats | Yes | Supported ad formats: "display", "native", "video" | |
| default_parameters | Yes | Default parameters for the endpoint (e.g. { url: "https://..." }) | |
| filtered_vast_zones | No | VAST zone IDs for the filter list | |
| native_json_encoded | No | Whether native JSON should be encoded |