Ticket #398 (new defect)
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": {
},
"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.

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