Ticket #431 (new enhancement)
Ad stories cannot be run over multiple ad positions
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for AS3 (v1.2.0) |
| Component: | OVA for AS3 | Version: | OVA for AS3 (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
The following config doesn't work and it should:
{
...
"ads": {
<span style="background-color: yellow;">"servers": [
{
"type": "direct",
"tag": "your-ad-tag-goes-in-here",
"oneAdPerRequest": false
}
],</span>
"schedule": [
{
"position": "pre-roll",
"repeat": 2
},
{
"position": "mid-roll",
"startTime": "00:00:30"
},
{
"position": "post-roll",
"repeat": 2
},
]
}
}
Change History
Note: See
TracTickets for help on using
tickets.
