-
Notifications
You must be signed in to change notification settings - Fork 2.2k
seeing floors stopping auction id change, with video module #9710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@spormeon are you able to confirm the issue without using Professor Prebid? Is it possible PP is reporting the wrong value and js is working fine? |
Update on this, I've set this to a complete bare bones min floors setup but the auction ID continues to repeat as before, I dont see whats making any differnce at all here: var floorPrices = { setConfig: |
also tried setting floors at adUnit level with the blank floors array in setConfig, same behaviour, auction ID repeats |
marking as ready for dev as we have test page and this is now documented to not rely on PP reporting issues |
Based on my debugging, this appears to be unrelated to the video module. The Video Module integration example called bidRequestScheduling makes a bidRequest after every 10 seconds of content. The following screenshot shows that the auction IDs are different |
The problem is an invalid argument passed to requestBids, that - because it's always the same object - ends up forcing the auction ID from the second invocation onwards: If you use |
@spormeon we wasted a lot of overhead to identify a simple fix because of your caginess around test pages. We don't plan to support that again. |
Type of issue
potential bug, not sure
Description
I'm trying to do a simple test with floors and the video module but i'm seeing that when i add floors, the auction id stops changing. I'm not 100% sure if this is a prob or if i've ballzed up something, i'm basically just trying to set a simple one price floor for video and using this, should this work?
Steps to reproduce
if floors setting addd, for basic floor, auction Id replicates, take it out auction ID changes in each bid
floors: {
auctionDelay: 100,
enforcement: {
enforceJS: false,
floorDeals: true,
},
floorMin: 0.05,
data: {
currency: 'GBP',
skipRate: 5,
modelVersion: 'Sports Ad Unit Floors',
schema: {
fields: ['mediaType']
},
values: {
'video': 0.50
}
}
},
Test page
@ChrisHuie has the test page
Expected results
auction ID changing
Actual results
auction ID replicates on bids
Platform details
v7.41.0, mac, chrome
Other information
pubmatic shows the floors info:

no prebid errors thrown
The text was updated successfully, but these errors were encountered: