Prebid Mobile
Prebid Membership
MobileFuse is Prebid.org community member and we are part of the Prebid Server committee.
MobileFuse supports Prebid Mobile utilizing a Prebid Server adapter. Prebid Mobile is an open-source library to quickly implement a header bidding solution for mobile in-app environment. Our prebid adapter is for mobile app traffic, supporting both banner and video media types.
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 8 days ago