Ticket #431 (new enhancement)

Opened 14 months ago

Last modified 11 months ago

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

comment:1 Changed 11 months ago by paul

  • Milestone changed from OVA for AS3 (v1.0.1) to OVA for AS3 (v1.2.0)
Note: See TracTickets for help on using tickets.