You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prebid default targeting includes keys that are not be needed by all publishers. The inclusion of these keys and their corresponding values can lead to /gampad/ads requests being truncated. Publishers in this situation would benefit from an option that allows them to select which default keys they would like to employ.
The proposal is to allow publishers to select the default keys they would like to support, without changing how those keys are generated or otherwise managed.
Requirements
Default targeting keys can be suppressed, custom targeting keys cannot.
AdserverTargeting objects are not changed.
Targeting return by targeting.getAllTargeting is affected without side effects.
Keys are identified by their key name in constants.json.
Targeting is removed when a key contains a full substring match of a non-supported default key at position 0.
This should be settable with pbjs.setConfig.
Proposed External Interface
Supporting only hb_bidder, hb_adid, and hb_pb would look like this:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Uh oh!
There was an error while loading. Please reload this page.
Type of issue
Intent to implement
Description
Prebid default targeting includes keys that are not be needed by all publishers. The inclusion of these keys and their corresponding values can lead to /gampad/ads requests being truncated. Publishers in this situation would benefit from an option that allows them to select which default keys they would like to employ.
The proposal is to allow publishers to select the default keys they would like to support, without changing how those keys are generated or otherwise managed.
Requirements
Proposed External Interface
Supporting only hb_bidder, hb_adid, and hb_pb would look like this:
Other information
This proposal is based on conversations in prebid.js PMC
Prebid.js PR found here: #5763
The text was updated successfully, but these errors were encountered: