Skip to content

Commit

Permalink
Replace remaining gpp_supported doc in bidder adaptor (prebid#4905)
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 authored Oct 1, 2023
1 parent 96fc2bf commit ea7faac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidder-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ registerBidder(spec);
* If you support one or more userId modules, add `userId: (list of supported vendors)`. No default value.
* If you support video and/or native mediaTypes add `media_types: video, native`. Note that display is added by default. If you don't support display, add "no-display" as the first entry, e.g. `media_types: no-display, native`. No default value.
* If you support the COPPA flag, add `coppa_supported: true`. Default is false.
* If you support the IAB's GPP consent string, add `gpp_supported: true`. Default is false.
* If you support the IAB's GPP consent string, add `gpp_sids` with a comma separated list of section names, e.g. `gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp`. Default is None.
* If you support the [supply chain](/dev-docs/modules/schain.html) feature, add `schain_supported: true`. Default is false.
* If you support passing a demand chain on the response, add `dchain_supported: true`. Default is false.
* If your bidder doesn't work well with safeframed creatives, add `safeframes_ok: false`. This will alert publishers to not use safeframed creatives when creating the ad server entries for your bidder. No default value.
Expand Down

0 comments on commit ea7faac

Please sign in to comment.