Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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, and should not be used in a Prebid.js application.

Prebid Adapter

JSON configuration details can also be found within prebid.org’s Prebid Server Bidders listing:

https://github.com/prebid/prebid-server/blob/master/static/bidder-params/mobilefuse.json

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

  • No labels