-
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.
MobfoxBidAdapter compliant to prebid1.0 (#1757)
* Upgrade MobfoxAdapter to be compliant with Prebid 1.0 - missing cpm * MfBidAdapter changes for preBid1.0 * Upgrade MobfoxAdapter to be compliant with Prebid 1.0 - final version * removed accidentally added files * Update MobfoxBidAdapter after review * Update MobfoxBidAdapter after review - Final * Add markdown file containing key information about Mobfox adapter * Fix error field - under request in serverResponse
- Loading branch information
Showing
3 changed files
with
222 additions
and
262 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Overview | ||
|
||
``` | ||
Module Name: Mobfox Bidder Adapter | ||
Module Type: Bidder Adapter | ||
Maintainer: solutions-team@matomy.com | ||
``` | ||
|
||
# Description | ||
|
||
Module that connects to Mobfox's demand sources | ||
|
||
# Test Parameters | ||
``` | ||
var adUnits = [{ | ||
code: 'div-gpt-ad-1460505748561-0', | ||
sizes: [[320, 480], [300, 250], [300,600]], | ||
// Replace this object to test a new Adapter! | ||
bids: [{ | ||
bidder: 'mobfox', | ||
params: { | ||
s: "267d72ac3f77a3f447b32cf7ebf20673", // required - The hash of your inventory to identify which app is making the request, | ||
imp_instl: 1 // optional - set to 1 if using interstitial otherwise delete or set to 0 | ||
} | ||
}] | ||
}]; | ||
``` |
Oops, something went wrong.