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
https://github.com/prebid/Prebid.js/blob/7.54.5/modules/mass.js has lost its maintaining company but still has useful functionality; applying a renderer when the deal code meets a regex pattern. We want to strip all the branding and require the regex to be configurable instead of having a default
The text was updated successfully, but these errors were encountered:
pbjs.onEvent('bidResponse',(bid)=>{if(bid.dealId/* or any other condition */){bid.renderer={renderNow: true,render(bid,doc){// do your own renderingdoc.body.innerHTML=bid.ad;}}}})
https://github.com/prebid/Prebid.js/blob/7.54.5/modules/mass.js has lost its maintaining company but still has useful functionality; applying a renderer when the deal code meets a regex pattern. We want to strip all the branding and require the regex to be configurable instead of having a default
The text was updated successfully, but these errors were encountered: