-
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
Prebid custom key bug fix #6734
Comments
The issue is that "landscape" targeting keys (those suffixed with Lines 597 to 618 in c86d069
|
@bretg this is an example of a "breaking fix": in #8130 the proposal is to do as this issue suggests, remove standard bidder KVPs if Should we introduce a new setting as a stopgap (maybe |
This was originally opened by a Magniter, but I haven't heard internal conversation calling out this as a high priority issue. So unless someone else disagrees, I'm ok tying this to the KVP control refactoring planned in #8130 |
closing this -- will be resolved with #8130 |
Type of issue
Bug Fix
Description
I have noticed a potential Prebid core bug when troubleshooting one of our publishers' pages. I am implementing Prebid custom keys via pbjs.bidderSettings defined here: https://docs.prebid.org/dev-docs/publisher-api-reference.html#module_pbjs.bidderSettings
The issue that I am seeing is that when explicitly defining these custom keys via pbjs.bidderSettings.adServerTargeting I am seeing both the custom keys and the Prebid default keys being sent to Google Ad Manager in the ad server request. The Prebid default keys should not be sent since the sendStandardTargeting flag is set to false. Here is a screenshot of the ad server request within a test page environment:
The code used to implement the custom keys is the following:
I have verified that pbjs.bidderSettings is successfully updated and reflected on the page with the sendStandardTargeting flag set to false:
Steps to reproduce
This bug can be reproduced using the following test page:
prebid-bug.zip
You can serve this test page up with any server. In order to see Prebid key values sent to the ad server, a bid spoofing mechanism will have to be used in conjunction.
The text was updated successfully, but these errors were encountered: