-
Notifications
You must be signed in to change notification settings - Fork 741
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
remove groupm bidder #2798
remove groupm bidder #2798
Conversation
ad29ef8
to
805791f
Compare
Can you please also reomve groupm dev-docs |
|
@@ -2725,7 +2725,7 @@ func TestExtraBidWithBidAdjustments(t *testing.T) { | |||
} | |||
bidAdjustments := map[string]float64{ | |||
string(openrtb_ext.BidderPubmatic): 2, | |||
string(openrtb_ext.BidderGroupm): 3, | |||
"groupm": 3, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason why these references can't be removed completely?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The purpose of these unit tests is to verify the functionality of the alternatebiddercodes feature, which enables an adapter to provide multiple biddercodes in its response. So, it is more logical to utilise "GroupM" as the alternatebiddercode for pubmatic's request, instead of selecting a random value or bidder.
Please update |
Since PBS now has Marketplace support, there is no need for us to continue maintaining the GroupM bidder as the PubMatic Alias in PBS. Therefore, we are removing the bidder. This has already been taken care of in PBJS.
This resolves GroupM's issue at #2654