Skip to content
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

Merged
merged 3 commits into from
Jun 2, 2023
Merged

Conversation

pm-nilesh-chate
Copy link
Contributor

@pm-nilesh-chate pm-nilesh-chate commented May 24, 2023

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

@Sonali-More-Xandr
Copy link
Contributor

Can you please also reomve groupm dev-docs

@pm-nilesh-chate
Copy link
Contributor Author

Can you please also reomve groupm dev-docs

prebid/prebid.github.io#4598

@@ -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,
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@SyntaxNode
Copy link
Contributor

Please update GetDisabledBiddersErrorMessages to include GroupM to avoid validation failures of older requests. There is no need to update unit tests for that change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants