Request to add requestBidder in the intercept debugging mode.
Professor Prebid - requestBidder not available
Error Log without requestBid
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 andcpm: 10 cpm: 20 } }, ] } });
Request to add requestBidder in the intercept debugging mode.
Professor Prebid - requestBidder not available
Error Log without requestBid
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: 10cpm: 20 } }, ] } });