Skip to content

Commit

Permalink
fix gpp_supported instructions (#5214)
Browse files Browse the repository at this point in the history
* fix gpp_supported instructions

* lint
  • Loading branch information
bretg authored Mar 21, 2024
1 parent e312e1c commit f1bbcb8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions dev-docs/bidders/adfusion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: bidder
title: AdFusion
biddercode: adfusion
tcfeu_supported: true
gvl_id: 844
usp_supported: false
coppa_supported: false
gpp_supported: false
schain_supported: false
dchain_supported: false
safeframes_ok: false
deals_supported: true
userId: all
media_types: display, video
floors_supported: true
fpd_supported: false
pbjs: true
pbs: false
prebid_member: false
multiformat_supported: will-bid-on-one
ortb_blocking_supported: true
sidebarType: 1
---

### Note

The AdFusion Bidding adapter requires setup from the AdFusion team. Please contact us at [[email protected]](mailto:[email protected]).

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `accountId` | required | The account ID provided by AdFusion | `1234` | `number` |
2 changes: 1 addition & 1 deletion prebid-server/developers/add-new-bidder-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ Notes on the metadata fields:
* If you support one or more userId modules, add `userId: (list of supported vendors)`. Default is none.
* If you support video, native, or audio mediaTypes add `media_types: video, native, audio`. 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 defaults.
* If you support COPPA, add `coppa_supported: true`. Default is false.
* If you support GPP, add `gpp_supported: true`. Default is false.
* If you support sections within the IAB's GPP consent string, add `gpp_sids:' and then which sections you support: tcfeu, tcfca, usnat, usstate_all, usp
* If you support the [supply chain](/dev-docs/modules/schain.html) feature, add `schain_supported: true`. Default is false.
* If you support adding a demand chain on the bid 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.
Expand Down
2 changes: 1 addition & 1 deletion prebid-server/developers/add-new-bidder-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ Notes on the metadata fields:
- If you support one or more userId modules, add `userId: (list of supported vendors)`. Default is none.
- If you support video, native, or audio mediaTypes add `media_types: video, native, audio`. 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 defaults.
- 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 sections within the IAB's GPP consent string, add `gpp_sids:' and then which sections you support: tcfeu, tcfca, usnat, usstate_all, usp
- If you support the [supply chain](/dev-docs/modules/schain.html) feature, add `schain_supported: true`. Default is false.
- If you support adding a demand chain on the bid 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.
Expand Down

0 comments on commit f1bbcb8

Please sign in to comment.