You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple Rubicon zoneIds for one ad unit that we are trying to implement. Should we make additional calls to Rubicon within the same prebid call or whats the best way to put this in place?
The ad units accept multiple sizes on multiple templates, and the zones are tied to templates (home, channel front, article).
So first example: the rightrail_pos1 ad unit, the zoneID values are: 123, 456, 789
Steps to reproduce
Within the bidder information; multiple zoneIDs are provided for one ad unit
Expected results
No errors shown in console from Rubicon
Actual results
Seeing errors in console from Rubicon when specifying zone ids with a comma like the following: "zoneID": "123, 456, 789"
Platform details
Prebid 0.13
The text was updated successfully, but these errors were encountered:
Type of issue
Documentation / Expected Setup
Description
There are multiple Rubicon zoneIds for one ad unit that we are trying to implement. Should we make additional calls to Rubicon within the same prebid call or whats the best way to put this in place?
The ad units accept multiple sizes on multiple templates, and the zones are tied to templates (home, channel front, article).
So first example: the rightrail_pos1 ad unit, the zoneID values are: 123, 456, 789
Steps to reproduce
Within the bidder information; multiple zoneIDs are provided for one ad unit
Expected results
No errors shown in console from Rubicon
Actual results
Seeing errors in console from Rubicon when specifying zone ids with a comma like the following:
"zoneID": "123, 456, 789"
Platform details
Prebid 0.13
The text was updated successfully, but these errors were encountered: