forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Discovery Bid Adapter : parameter updates (prebid#9249)
* Mediago Bid Adapter:new adapter * remove console * change spec file to fix CircleCI * change spec file to fix CircleCI * change spec file * Update mediagoBidAdapter.js * Update mediagoBidAdapter.js * rerun CurcleCi * update mediagoBidAdapter * update discoveryBidAdapter Co-authored-by: BaronYu <[email protected]>
- Loading branch information
1 parent
3c56475
commit 7297c99
Showing
3 changed files
with
54 additions
and
31 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,15 +1,15 @@ | ||
# Overview | ||
|
||
``` | ||
Module Name: DiscoveryDSP Bid Adapter | ||
Module Name: discovery Bid Adapter | ||
Module Type: Bidder Adapter | ||
``` | ||
|
||
# Description | ||
|
||
Module that connects to popIn's demand sources | ||
Module that connects to popIn's demand sources. | ||
|
||
The DiscoveryDSP Bidding adapter requires setup before beginning. Please contact us at <[email protected]> | ||
The discovery Bidding adapter requires setup before beginning. Please contact us at <[email protected]> | ||
|
||
# Test Parameters | ||
``` | ||
|
@@ -32,7 +32,8 @@ The DiscoveryDSP Bidding adapter requires setup before beginning. Please contact | |
bidder: "discovery", | ||
params: { | ||
token: "a1b067897e4ae093d1f94261e0ddc6c9", | ||
media: 'test_media' // your media host | ||
tagid: 'test_tagid', | ||
publisher: 'test_publisher' | ||
}, | ||
}, | ||
], | ||
|
@@ -45,13 +46,13 @@ The DiscoveryDSP Bidding adapter requires setup before beginning. Please contact | |
sizes: [[300, 250]], | ||
}, | ||
}, | ||
// Replace this object to test a new adapter! | ||
bids: [ | ||
{ | ||
bidder: "discovery", | ||
params: { | ||
token: "d0f4902b616cc5c38cbe0a08676d0ed9", | ||
media: 'test_media' // your media host | ||
tagid: 'test_tagid', | ||
publisher: 'test_publisher' | ||
}, | ||
}, | ||
], | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.