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
There was a workaround added a while back in prebid/Prebid.js#6150 that dealt with an odd scenario where a bidder (MediaFuse) was an alias of one adapter in Prebid.js, but a different adapter in Prebid Server.
So a PBJS bid adapter spec addition was made where aliases can be flagged with 'skipPbsAliasing:true'. The original scenario has been removed, but there are several additional aliases that have this flag, though it's not clear why:
I would like to understand why the skipPbsAliasing flag is needed for these aliases. @TheMediaGrid - seems to me that allowing Prebid.js to alias trustx->grid would be fine nowadays. (?)
@SmartHubSolutions - similar question - none of these aliases exist in Prebid Server, so there should be no harm in having PBJS define the alias.
I think the only reason that skipPbsAliasing should be necessary is for odd scenarios like the original mediafuse issue where there's a transition happening between the alias and base adapter.
The text was updated successfully, but these errors were encountered:
Thanks for your attention to our code.
I previously added this option based on description of the possibility to skip passing spec.code to prebid server in request extension.
Thanks for the clarification, I've created a fix: prebid/Prebid.js#12601
There was a workaround added a while back in prebid/Prebid.js#6150 that dealt with an odd scenario where a bidder (MediaFuse) was an alias of one adapter in Prebid.js, but a different adapter in Prebid Server.
So a PBJS bid adapter spec addition was made where aliases can be flagged with 'skipPbsAliasing:true'. The original scenario has been removed, but there are several additional aliases that have this flag, though it's not clear why:
I would like to understand why the
skipPbsAliasing
flag is needed for these aliases. @TheMediaGrid - seems to me that allowing Prebid.js to alias trustx->grid would be fine nowadays. (?)@SmartHubSolutions - similar question - none of these aliases exist in Prebid Server, so there should be no harm in having PBJS define the alias.
I think the only reason that
skipPbsAliasing
should be necessary is for odd scenarios like the original mediafuse issue where there's a transition happening between the alias and base adapter.The text was updated successfully, but these errors were encountered: