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

Widespace Bid Adapter: Support Adomain for prebid 5.0 #6989

Merged

Conversation

talha08
Copy link
Contributor

@talha08 talha08 commented Jun 9, 2021

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

  • Adomain support
  meta: {
      advertiserDomains: bid.adomain || []
  }

package-lock.json Outdated Show resolved Hide resolved
modules/widespaceBidAdapter.md Show resolved Hide resolved
@@ -95,10 +95,9 @@ export const spec = {

// Include debug data when available
if (!isInHostileIframe) {
const DEBUG_AD = (find(window.top.location.hash.split('&'),
data.forceAdId = (find(window.top.location.hash.split('&'),
Copy link
Collaborator

Choose a reason for hiding this comment

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

please also fix line 64 above to solve #6465

Copy link
Collaborator

Choose a reason for hiding this comment

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

feel free to do this on a different pr

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So, should I include this code with the new PR, or just fix the bidfloor issue there?

Copy link
Collaborator

Choose a reason for hiding this comment

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

your choice

@patmmccann
Copy link
Collaborator

It appears circleci did not run, this is usually because you are following your own project.

@patmmccann
Copy link
Collaborator

I got tests to run

@talha08 talha08 closed this Jun 9, 2021
@patmmccann
Copy link
Collaborator

why did you close, this was ready to merge, tests passed

@patmmccann patmmccann reopened this Jun 9, 2021
@patmmccann patmmccann merged commit 338dae8 into prebid:master Jun 9, 2021
@patmmccann patmmccann self-assigned this Jun 9, 2021
@patmmccann
Copy link
Collaborator

LGTM

prebidtappx pushed a commit to prebidtappx/Prebid.js that referenced this pull request Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants