-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add Apester prebid js adapter doc #4629
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
dev-docs/bidders/apester.md
Outdated
media_types: video, banner | ||
userIds: all | ||
fpd_supported: false | ||
gdpr_supported: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no gvl_id
and I couldn't find any consent handling in your adapter. How do you support GDPR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated docs, thanks
dev-docs/bidders/apester.md
Outdated
|
||
Apester client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`. | ||
|
||
Apester client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be covered by the media_types
meta data in the header, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated doc, thanks
@apykhteyev - please take a look at @muuki88 's items above. |
* Add Apester prebid js adapter doc * fix * Fix comments --------- Co-authored-by: apykhteyev <alex@project-limelight.com>
🏷 Type of documentation
📋 Checklist
prebid/Prebid.js#10057