diff --git a/dev-docs/bidders/adfusion.md b/dev-docs/bidders/adfusion.md new file mode 100644 index 0000000000..9d3c71ddbe --- /dev/null +++ b/dev-docs/bidders/adfusion.md @@ -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 [prebid@adfusion.pl](mailto:prebid@adfusion.pl). + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------|-----------|-----------| +| `accountId` | required | The account ID provided by AdFusion | `1234` | `number` | diff --git a/prebid-server/developers/add-new-bidder-go.md b/prebid-server/developers/add-new-bidder-go.md index ea885575e8..86c9f74c89 100644 --- a/prebid-server/developers/add-new-bidder-go.md +++ b/prebid-server/developers/add-new-bidder-go.md @@ -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. diff --git a/prebid-server/developers/add-new-bidder-java.md b/prebid-server/developers/add-new-bidder-java.md index 78189c2f11..5921b6cc7f 100644 --- a/prebid-server/developers/add-new-bidder-java.md +++ b/prebid-server/developers/add-new-bidder-java.md @@ -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.