Adagio: update bidder adapter documentation#6327
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
4e2836d to
cf4c3a4
Compare
c9ac56b to
c8772c4
Compare
c8772c4 to
4798ba8
Compare
|
Hi @muuki88, |
muuki88
left a comment
There was a problem hiding this comment.
Hi
Will do. I forgot to post the comments. 🙈
| gpp_supported: true | ||
| coppa_supported: true | ||
| gpp_supported: true | ||
| gpp_sids: all |
There was a problem hiding this comment.
It's impossible that you ensure all gpp_sids 😉
Please add the concrete ones you support
https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter
Possible values
tcfeu, tcfca, usnat, usstate_all, usp
| usp_supported: true | ||
| gpp_supported: true | ||
| coppa_supported: true | ||
| gpp_supported: true |
There was a problem hiding this comment.
| gpp_supported: true |
deprecated and not needed. the gpp_sids meta field is enough
| * First Party Data takes precedence over AdUnit-level parameters. | ||
| * If the FPD value is an array, the first value will be used. | ||
|
|
||
| <a id="prebid-server-adapter"></a> |
There was a problem hiding this comment.
| <a id="prebid-server-adapter"></a> |
jekyll generates id="..." attributes automatically from the header. In this case it should be prebid-server
There was a problem hiding this comment.
I did it because #prebid-server already exists on the page. It is the id of Prebid Server entry in the left side menu.
And I would like to keep my TOC.
|
|
||
| **Example for EMEA** | ||
|
|
||
| {% raw %} |
There was a problem hiding this comment.
Because of
Liquid Warning: Liquid syntax error (line 103): [:dot, "."] is not a valid expression in "{{.GDPR}}" in dev-docs/bidders/adagio.md
Liquid Warning: Liquid syntax error (line 103): [:dot, "."] is not a valid expression in "{{.GDPRConsent}}" in dev-docs/bidders/adagio.md
Liquid Warning: Liquid syntax error (line 103): [:dot, "."] is not a valid expression in "{{.USPrivacy}}" in dev-docs/bidders/adagio.md
...
|
Merry Christmas @osazos 😊 |
|
ho! ho! ho! Merry Christmas too @muuki88 ;) |
🏷 Type of documentation
📋 Checklist
N/A
The PR aims to improve readability and align prebid.js / prebid-server adapters