Appearance
CTV & video
CTV and Ad Pods (2.6)
OpenRTB 2.6 adds explicit dynamic-pod fields. poddur limits the full dynamic part of the break, while rqddurs lists exact acceptable creative durations. Multiple bids may target the same impression when the integration permits a pod response.
- Dynamic pod
- Exact durations
- Multiple bids
- Enabled by agreement
Request · imp object
json
{
"id": "pod-imp-1",
"secure": 1,
"bidfloor": 0.08,
"bidfloorcur": "USD",
"video": {
"mimes": ["video/mp4"],
"rqddurs": [15, 30],
"poddur": 90,
"maxseq": 4,
"podid": "break-2026-08-18-01",
"podseq": 1,
"protocols": [2, 3, 7],
"w": 1920,
"h": 1080,
"startdelay": -1,
"plcmt": 1,
"linearity": 1,
"mincpmpersec": 0.08
}
}1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Response · bid array
json
[
{
"id": "pod-bid-1",
"impid": "pod-imp-1",
"price": 1.8,
"adomain": ["advertiser.example"],
"crid": "pod-creative-15",
"mtype": 2,
"protocol": 7,
"dur": 15,
"adm": "[VAST_XML_15_SECONDS]"
},
{
"id": "pod-bid-2",
"impid": "pod-imp-1",
"price": 3.1,
"adomain": ["advertiser.example"],
"crid": "pod-creative-30",
"mtype": 2,
"protocol": 7,
"dur": 30,
"adm": "[VAST_XML_30_SECONDS]"
}
]1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| Field | Meaning | Validation |
|---|---|---|
poddur | Total seconds available to the dynamic portion of the pod. | Sum of selected creatives must fit the break. |
rqddurs | Exact accepted creative lengths. | Do not send minduration or maxduration with it. |
maxseq | Maximum number of ads in a dynamic pod. | The final selected sequence cannot exceed it. |
podid | Correlates opportunities belonging to one ad break. | Treat it as request context, not a user identifier. |
slotinpod | Guaranteed slot eligibility when provided. | Do not use deprecated sequence. |
Nexus enablement: CTV pod bidding is optional inventory functionality and must be activated during partner onboarding before multiple bids for one impression are accepted.