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

MgidX Bid Adapter : initial release #10015

Merged
merged 6 commits into from
Jun 16, 2023
Merged

MgidX Bid Adapter : initial release #10015

merged 6 commits into from
Jun 16, 2023

Conversation

xmgiddev
Copy link
Contributor

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

Other information

@ChrisHuie ChrisHuie requested a review from Fawke May 31, 2023 16:17
@ChrisHuie ChrisHuie changed the title New adapter - MgidX MgidX Bid Adapter : initial release May 31, 2023
@xmgiddev
Copy link
Contributor Author

xmgiddev commented Jun 6, 2023

Hi, @Fawke. I see that circleci build is failed, but I can`t open details, I have a loading screen that won't finish. Is this ok?

@Fawke
Copy link
Contributor

Fawke commented Jun 7, 2023

@ChrisHuie Can you please help with the failing Circle Ci check? I ran the command multiple times but it's giving me some error here
Screenshot 2023-06-07 at 11 53 42 AM

It doesn't seem to be failing because of this PR, but the check is passing for other PRs currently open. Do we need to make another empty commit to make this pass? I remember you did something similar in the past to fix this.

@Fawke
Copy link
Contributor

Fawke commented Jun 7, 2023

@xmgiddev I don't see a docs PR linked to this. You need to create a separate docs PR such as this one here.

@xmgiddev
Copy link
Contributor Author

xmgiddev commented Jun 7, 2023

@Fawke oh, sorry, docs PR is here - prebid/prebid.github.io#4610

host,
page,
placements,
coppa: config.getConfig('coppa') === true ? 1 : 0,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please prefer bidder request object

query.push(`us_privacy=${encodeURIComponent(uspConsent?.consentString)}`);
}
if (isPlainObject(gppConsent) && gppConsent?.gppString) {
query.push(`gppString=${encodeURIComponent(gppConsent?.gppString)}`);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about sid

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, didn't notice that. now we don't need sid and gppString params

@ChrisHuie
Copy link
Collaborator

@xmgiddev pulling in commits currently on master should fix testing issue :)

@Fawke Fawke merged commit 9f0c393 into prebid:master Jun 16, 2023
3 checks passed
github-ishara-chan-tung pushed a commit to ebuzzing/Prebid.js that referenced this pull request Jul 12, 2023
Co-authored-by: Evgeny Nagorny <[email protected]>
Co-authored-by: xmgiddev <>
musikele pushed a commit to rubicon-project/Prebid.js that referenced this pull request Aug 28, 2023
Co-authored-by: Evgeny Nagorny <[email protected]>
Co-authored-by: xmgiddev <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants