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
Bug: adapter specific gpp-supported config-field is not getting honoured even though adapter dont have gpp-supported config set in the host specific pbs.yaml file
#3177
Currently as per the code gpp-supported is supported only if adapter has entry in the host specific pbs.yaml
Current code does not honour the gpp-supported flag set in the adapter specific yaml file (bidder-info/adapter.yaml).
This is because we have missed to copy the values in applyBidderInfoConfigOverrides function.
Example -
pbs.yaml (host file) has following entry for pubmatic adapter
Currently as per the code
gpp-supported
is supported only if adapter has entry in the host specific pbs.yamlCurrent code does not honour the
gpp-supported
flag set in the adapter specific yaml file (bidder-info/adapter.yaml).This is because we have missed to copy the values in
applyBidderInfoConfigOverrides
function.Example -
pbs.yaml (host file) has following entry for pubmatic adapter
bidder-info/pubmatic.yaml is like below
In above case, prebid will not honour the
gpp-supported
config field.PR - #3178 fix this issue
The text was updated successfully, but these errors were encountered: