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

Adf prebid-server adapter added #2887

Merged
merged 3 commits into from
Apr 28, 2021
Merged
Changes from 2 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
10 changes: 7 additions & 3 deletions dev-docs/bidders/adformOpenRTB.md → dev-docs/bidders/adf.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
layout: bidder
title: AdformOpenRTB
description: Prebid AdformOpenRTB Bidder Adaptor
biddercode: adformOpenRTB
title: Adf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest leaving Adform OpenRTB here -- it's more descriptive than adf.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, thanks

description: Prebid Adf Bidder Adaptor
biddercode: adf
media_types: no-display, native
gdpr_supported: true
usp_supported: true
prebid_member: true
pbjs: true
pbs: true
userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, sharedId, unifiedId
gvl_id: 50
prevBiddercode: adformOpenRTB
---

### Bid params
Expand All @@ -22,3 +24,5 @@ gvl_id: 50
| `site` | optional | Site id | `'123123'` | `string` |
| `priceType` | optional | Price type | `'gross'` | `string` |
| `publisher` | optional | Info about publisher | `{"id": "2706", "name": "name", "domain": "dom"}` | `object` |

Note: prebid-server adapter supports only `mid` parameter - other params could be set by adjusting prebid-server openRTB request.