Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 listingThis page has moved to our new documentation:

...

Below is a simplified version of the JSON configuration for our prebid server adapter:

Code Block
languagejson
[
    {
        "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

...