prebid/professor-prebid

[Feature Request] Intercept Debugging needs requestBidder

hkimmgni opened this issue · 0 comments

Request to add requestBidder in the intercept debugging mode.

Professor Prebid - requestBidder not available
requestBidder

Error Log without requestBid

image

The error seems to go away when I include requestBidder
pbjs.setConfig({ debugging: { enabled: true, intercept: [ { when: { // intercept bids from bidderA that have adUnitCode === 'test-div' adUnitCode: 'MOBILE_BLOG_BTF_04', requestBidder: 'flipp', bidder: 'flipp' }, then: { // mock their response with sane defaults and cpm: 10 cpm: 20 } }, ] } });