-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
labelAll ignores value #11911
Comments
Since version 8, labels require the |
There may also be a regression - the sizeMapping module is only activated on |
This was referenced Jul 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of issue
potential bug
Description
We're setting a label to include/exclude bidders from certain page types. The label is 'sod_true' or 'sod_false'. Bidders (i.e. seedtag) should only be called if the label's value is set to 'sod_true'. Here's the bidder config:
I can see in Prebid's debugging mode that the label is set to 'sod_false'

However I can also see that seedtag is beeing called despite labelAll
Steps to reproduce
Visit https://www.fupa.net/league/bundesliga on a mobile device. The label is logged as:
const labels = getCustomLabels(); console.log('Labels:', labels);
Expected results
seedtag not beeing called when the label is not 'sod_true'
Actual results
seedtag beeing called although labelAll doesn't match the actual provided label
Platform details
Prebid v8.39.0
Chrome
Mobile device (simulated iPhone)
The text was updated successfully, but these errors were encountered: