Closed amanjain closed 8 years ago
Do you have some code we can look at?
@amanjain checking in on this. At present Prebid makes one request for bids at a time. You should wait for the bids back handler to be called before making another requestBids()
call. We are working on a feature that will handle multiple bid requests in Prebid itself.
Please reopen if additional info.
Trying to create ad slots dynamically. It only loads ads for the last ad slots.
For example: After every page scroll we create 6 ad slots, but the bid array is only populating for the last slow. Any insights/examples?