Implementation Required: Your DSP must implement this endpoint on your own server. The SSP at ssp.thrads.ai will send POST requests to your configured DSP endpoint URL.
REQUIRED - Click-through URL. This is your own click tracking URL (your domain, your format). The SSP passes it through to the publisher as-is. When a user clicks the ad, they are sent to this URL.
Impression tracking URL (optional). If provided, the SSP will pass this URL to the publisher, who will fire it (HTTP GET) when the ad is actually rendered and visible to the user. Use this to independently verify that your ad impressions were truly displayed.
Error message when the request fails. Only present on error responses.
No extra fields allowed: The response model uses strict validation (extra="forbid"). If your response includes any field not listed above, validation will fail and the ad will be dropped (no-bid returned to publisher). For example, adding "custom_tracking": "something" to the data object will cause the entire render response to be rejected.
Click URL requirement: We append a view_url parameter to the click URL for impression verification. Your click tracker must pass through or ignore unknown query parameters.