-
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.
kulturemedia bid adapter: rebrand to dxkulture (#10358)
* Initial implementation of kulturemedia bid adapter * Changing outstream to instream * Enriching md file with test examples * Changing nId to networkId * Cleaning up md file * Submitting rebranded dxkultureBidAdapter --------- Co-authored-by: kmdevops <[email protected]>
- Loading branch information
Showing
3 changed files
with
37 additions
and
34 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: Kulture Media Bid Adapter | ||
Module Name: DXKulture Bid Adapter | ||
Module Type: Bidder Adapter | ||
Maintainer: [email protected] | ||
``` | ||
|
||
# Description | ||
|
||
Module that connects to Kulture Media's demand sources. | ||
Kulture Media bid adapter supports Banner and Video. | ||
Module that connects to DXKulture's demand sources. | ||
DXKulture bid adapter supports Banner and Video. | ||
|
||
|
||
# Test Parameters | ||
|
@@ -26,10 +26,11 @@ var adUnits = [ | |
} | ||
}, | ||
bids: [{ | ||
bidder: 'kulturemedia', | ||
bidder: 'dxkulture', | ||
params: { | ||
placementId: 'test', | ||
publisherId: 'test', | ||
networkId: '123' | ||
} | ||
}] | ||
} | ||
|
@@ -79,11 +80,12 @@ We support the following OpenRTB params that can be specified in `mediaTypes.vid | |
}, | ||
bids: [ | ||
{ | ||
bidder: 'kulturemedia', | ||
bidder: 'dxkulture', | ||
params: { | ||
bidfloor: 0.5, | ||
publisherId: '12345', | ||
placementId: '6789' | ||
placementId: '6789', | ||
networkId" '123' | ||
} | ||
} | ||
] | ||
|
@@ -105,7 +107,7 @@ var adUnits = [ | |
} | ||
}, | ||
bids: [{ | ||
bidder: 'kulturemedia', | ||
bidder: 'dxkulture', | ||
params: { | ||
e2etest: true | ||
} | ||
|
@@ -129,7 +131,7 @@ var adUnits = [ | |
}, | ||
bids: [ | ||
{ | ||
bidder: 'kulturemedia', | ||
bidder: 'dxkulture', | ||
params: { | ||
e2etest: true | ||
} | ||
|
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