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
Since PBS does not do server side array merges, https://github.com/prebid/Prebid.js/pull/12571/files , will allow user segment arrays to be repeated for each bidder in bidder config. This can result in a very large object. In the case of eids, there are some optimizations using eidPermissions, but this is not possible in user data segments. We may need a 'doJSstyleMerge' argument or a user data permission type flag. We also need a pair'ed issue on the PBS board
The text was updated successfully, but these errors were encountered:
patmmccann
changed the title
PBS Adapter: user segments in bidder config grow the
PBS Adapter: user segments in bidder config grow the object size
Dec 12, 2024
patmmccann
changed the title
PBS Adapter: user segments in bidder config grow the object size
PBS Adapter: user segments in bidder config may grow the payload object size with repeated information
Dec 12, 2024
Description
Since PBS does not do server side array merges, https://github.com/prebid/Prebid.js/pull/12571/files , will allow user segment arrays to be repeated for each bidder in bidder config. This can result in a very large object. In the case of eids, there are some optimizations using eidPermissions, but this is not possible in user data segments. We may need a 'doJSstyleMerge' argument or a user data permission type flag. We also need a pair'ed issue on the PBS board
The text was updated successfully, but these errors were encountered: