Skip to content

Start.io Bid Adapter: Implement support for coppa, usp, floors and ortb_blocking features #13433

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

prebid-startio
Copy link
Contributor

@prebid-startio prebid-startio commented Jun 25, 2025

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Updated 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

Implement support for the following features:

  • coppa_supported
  • floors_supported
  • usp_supported
  • ortb_blocking_supported

Maintainer: [email protected]

Other information

- coppa_supported
- floors_supported
- usp_supported
- ortb_blocking_supported
@@ -33,6 +41,25 @@ const converter = ortbConverter({
request.ext = request.ext || {};
request.ext.prebid = request.ext.prebid || {};

request.regs ??= {};
request.regs.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.

Can you please get coppa from here instead of config. We have migrated away from using config here -> bidderRequest.ortb2.regs.coppa

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, thanks.

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