SSAI VoD - AdCuePoints
Documentation moved to new platform! The Serverside.ai documentation is now available at: https://help.equativ.com/serversideai. Please update your bookmarks.
The content in the article below (and this legacy platform) is no longer being maintained — use the new platform https://help.equativ.com/serversideai instead.
This legacy portal will be permanently shut down on February 1, 2026.
ad CuePoint within a mRSS playlist
<ad:cuepoints>
<cuepoint id="adpod-1">
<splicetime>0</splicetime>
<maxcount>1</maxcount>
<duration>30</duration>
<ab>1</ab>
</cuepoint>
<cuepoint id="adpod-2">
<splicetime>400000</splicetime>
<maxcount>2</maxcount>
<duration>60</duration>
<ab>2</ab>
</cuepoint>
<cuepoint id="adpod-3">
<splicetime>-1</splicetime>
<maxcount>2</maxcount>
<duration>25</duration>
<ab>3</ab>
</cuepoint>
</ad:cuepoints>filed
type
mandatory
description
<cuepoint id>
string
no
Cuepoint ID
<splicetime>
integer
yes
0=pre-role | -1= post-role | Integer= splicetime in miliseconds for mid-roll
<maxcount>
integer
no
Maximun number of ads for a given ad break
<duration>
integer
yes
Ad break duration
<ab>
integer
no
Any additional ad server parameter
Last updated