-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adf Bid Adapter: rename adformOpenRTB adapter; add former name as ali…
…as (#6642)
- Loading branch information
Showing
3 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Overview | ||
|
||
Module Name: Adform OpenRTB Adapter | ||
Module Name: Adf Adapter | ||
Module Type: Bidder Adapter | ||
Maintainer: [email protected] | ||
|
||
# Description | ||
|
||
Module that connects to Adform demand sources to fetch bids. | ||
Only native format is supported. Using OpenRTB standard. | ||
Only native format is supported. Using OpenRTB standard. Previous adapter name - adformOpenRTB. | ||
|
||
# Test Parameters | ||
``` | ||
|
@@ -42,7 +42,7 @@ Only native format is supported. Using OpenRTB standard. | |
} | ||
}, | ||
bids: [{ | ||
bidder: 'adformOpenRTB', | ||
bidder: 'adf', | ||
params: { | ||
mid: 606169, // required | ||
adxDomain: 'adx.adform.net', // optional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters