Skip to content
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

Single adform bid adapter #2991

Merged
merged 3 commits into from
Jun 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion dev-docs/bidders/adf.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: bidder
title: AdformOpenRTB
description: Prebid Adf Bidder Adaptor
description: Prebid Adform Bidder Adaptor
biddercode: adf
media_types: banner, native, video
gdpr_supported: true
Expand Down Expand Up @@ -38,3 +38,7 @@ pbjs.setConfig({
}
});
```

### Multi-format ads

Adform bid adapter does not support multi-format ad unit setup. Please use [twin ad unit codes]({{site.baseurl}}/dev-docs/adunit-reference.html#twin-adunit-codes) to enable multi-format auctions.
1 change: 1 addition & 0 deletions dev-docs/bidders/adform.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrable
gvl_id: 50
---

**Adform bid adapter is deprecated since Prebid 5.0. Please refer to [AdformOpenRTB adapter](#adf) documentation to fetch bids from Adform demand sources.**

### Bid Params

Expand Down