Prebid Server
Our Prebid server adapter supports both Prebid Mobile and Prebid.js, for app or web traffic.
Prebid Server Adapter
JSON configuration details can also be found within prebid.org’s Prebid Server Bidders listing:
Below is a simplified version of the JSON configuration for our Prebid server adapter:
[
{
"bidder": "mobilefuse",
"params": {
"placement_id": INSERT_PLACEMENT_ID_HERE,
"pub_id": INSERT_PUBLISHER_ID_HERE
}
}
]
Parameters
Please be sure to update the parameters below when implementing based on the ids you receive from MobileFuse.
Parameter | Type | Description |
---|---|---|
placement_id | integer | Provided by MobileFuse, identifies specific ad space |
pub_id | integer | Provided by MobileFuse, identifies specific publisher |
Updated 7 days ago