Ticket #398 (new defect)

Opened 14 months ago

Last modified 10 months ago

Different ad call groupings - same config?

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 two configs produce different ad call grouping results, but probably shouldn't:

"schedule": [

{

"position": "mid-roll",
"startTime": "00:00:10",

"server": {

"tag": " http://adserver.adtech.de/?advideo/3.0/257.0/3735513/0//vidAS=mid_roll;vidbreaknum=2;vidbreaklen=30;key=adtest;noperf=1;cc=2;header=yes;alias=myalias;cookie=yes;adct=204;vidREG=companion_right:300x250:adiframe",

},

"repeat": 2

},

results in a single call for multiple (2) ad positions while

"schedule": [

{

"position": "mid-roll",
"startTime": "00:00:10",
"tag": " http://adserver.adtech.de/?advideo/3.0/257.0/3735513/0//vidAS=mid_roll;vidbreaknum=2;vidbreaklen=30;key=adtest;noperf=1;cc=2;header=yes;alias=myalias;cookie=yes;adct=204;vidREG=companion_right:300x250:adiframe",
"repeat": 2

},

yields 2 individual calls (so this doesn't group)

Probably should yield the same result.

Change History

comment:1 Changed 14 months ago by paul

For additional info, use emails from Dara (re: repeated mid-rolls on demand)

comment:2 Changed 10 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.