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

Vidoomy is missing floor module support despite supporting floors #9541

Closed
muuki88 opened this issue Feb 14, 2023 · 2 comments
Closed

Vidoomy is missing floor module support despite supporting floors #9541

muuki88 opened this issue Feb 14, 2023 · 2 comments

Comments

@muuki88
Copy link
Collaborator

muuki88 commented Feb 14, 2023

Type of issue

Bid adapter not conforming to prebid.js standards

Description

Vidoomy supports floors:

if (bid.params.bidfloor && (isNaN(bid.params.bidfloor) || bid.params.bidfloor < 0)) {
logError(BIDDER_CODE + ': bid.params.bidfloor should be a number equal or greater than zero');
return false;
}

but is missing the floor modules integration.

@ChrisHuie
Copy link
Collaborator

@mario-orle can you please assist in updating Vidoomy adapter in using floors module over passing a parameter

@nisart007
Copy link
Contributor

nisart007 commented Apr 11, 2023

Please close this issue, floor module integrated into vidoomy adapter.
@ChrisHuie

@patmmccann patmmccann closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants