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

Update BeOp doc to add User Syncs reference #5972

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sebrobert
Copy link
Contributor

Add mention of User Sync and missing features

🏷 Type of documentation

  • new bid adapter
  • update bid adapter
  • new feature
  • text edit only (wording, typos)
  • bugfix (code examples)
  • new examples

📋 Checklist

Copy link

netlify bot commented Apr 1, 2025

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit 6667cce
🔍 Latest deploy log https://app.netlify.com/sites/prebid-docs-preview/deploys/67ebda719c3a2d0009941890
😎 Deploy Preview https://deploy-preview-5972--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@bretg
Copy link
Contributor

bretg commented Apr 2, 2025

This looks related to prebid/Prebid.js#12944.

Couple of questions/requests:

  1. please consider adding the many fields missing from your adapter's header as described in https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter

e.g.

dsa_supported: true/false
usp_supported: true/false
coppa_supported: true/false
gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp
schain_supported: true/false
dchain_supported: true/false
userId: (list of supported vendors)
media_types: banner, video, native
safeframes_ok: true/false
deals_supported: true/false
floors_supported: true/false
fpd_supported: true/false
pbjs: true/false
pbs: true/false
prebid_member: true/false
multiformat_supported: will-bid-on-any, will-bid-on-one, will-not-bid
ortb_blocking_supported: true/partial/false
privacy_sandbox: no or comma separated list of `paapi`, `topics`
  1. Your 'currency' parameter is quite unfriendly to publishers. They declare their auction currency using the currency module. You module should look at that and decide which currency to bid in.

@bretg bretg self-requested a review April 2, 2025 20:33
@bretg bretg added the question label Apr 2, 2025
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.

2 participants