Refresh Postbid ads.
pd-pranay opened this issue · 1 comments
pd-pranay commented
Question
How can I refresh Postbid ads, is there any suitable build in function ?
bretg commented
@pd-pranay - refreshing post-bid ads doesn't make sense to me.
Post-bid means that Prebid isn't in the page, so that would be impossible to support.
The best you can do is refresh your adserver slots, which may cause the fallback post-bid creatives (containing prebid.js) to re-display.
I suppose you could also structure your post-bid javascript set a timeout and just do a refresh of the slot without re-calling the adserver. In that case, it's just a regular refresh: new auction with automatic display of the results.