id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,thread
398,Different ad call groupings - same config?,paul,paul,"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.",defect,new,blocker,OVA for AS3 (v1.2.0),OVA for AS3,OVA for AS3 (trunk),,,,
