Skip to main content
MobileFuse is currently beta in CloudX. If it is not visible under Operations -> Bidder Configuration, contact your CloudX account manager for beta access.
Keep using the platform integration guides for SDK installation and ad loading: For MobileFuse adapter requirements, see:

Overview

Use the following values:
  • MobileFuse Publisher ID in Operations -> Bidder Configuration; this account-level value applies to all apps
  • MobileFuse Placement ID on each eligible CloudX ad unit
  • CloudX app_key and CloudX ad unit identifiers in app code
CloudX currently supports MobileFuse bidding for Banner, MREC, Interstitial, and Rewarded. MobileFuse also supports Native upstream, and Native bidding through CloudX is coming soon.
MobileFuse demand is currently available only in the United States and Canada.
CloudX collects the MobileFuse bid token through the MobileFuse adapter, so you do not need to fetch or pass the token in your app code.

Step 1. Complete MobileFuse onboarding

Before configuring MobileFuse in CloudX, finalize your agreement with MobileFuse. Your MobileFuse account manager will provide:
  • One Publisher ID for your publisher account
  • Placement IDs for each app placement and ad format you want to monetize
  • Access to MobileFuse reporting
Before launch, update your app-ads.txt file using MobileFuse’s current requirements. Publish all required mobile-app entries, replace #### with your unique MobileFuse Partner ID, and set OWNERDOMAIN to your company domain. Always use the current list from MobileFuse rather than copying entries from this guide. Official MobileFuse references:

Step 2. Enable MobileFuse in CloudX and add the Publisher ID

Go to Operations -> Bidder Configuration, find MobileFuse, and enable it for your account. MobileFuse in Bidder Configuration Open MobileFuse and enter the MobileFuse Publisher ID supplied during onboarding. This value is required and applies to every app in the CloudX account. MobileFuse Publisher ID and app placement configuration You can also configure Placement IDs from this panel. Search for an app, select it, and enter the MobileFuse Placement ID for each eligible ad unit. The next section covers the dedicated ad-unit configuration flow. If MobileFuse is not listed, request beta access from your CloudX account manager.

Step 3. Configure CloudX ad units

You can configure the same mapping directly from an ad unit. Go to Inventory -> Apps -> [Your App] -> Ad units, open the ad unit, and add its MobileFuse mapping. MobileFuse Placement ID on a CloudX ad unit Whether you configure the mapping from Bidder Configuration or the ad-unit page, use the following value:
CloudX fieldValue to enterRequired
MobileFuse Placement IDThe numeric MobileFuse Placement ID for that ad unit and formatYes
  • Match each Placement ID to the correct CloudX ad-unit format.
  • Configure only the currently supported CloudX formats: Banner, MREC, Interstitial, and Rewarded.
  • Use the Placement IDs supplied for the intended app placements.

Step 4. Add MobileFuse line items

Create line items for bidder MobileFuse on each CloudX ad unit where MobileFuse should compete. MobileFuse selected on a CloudX line item
  • Use bidder MobileFuse
  • Match the line item to the correct ad format
  • Repeat the setup for each ad unit where MobileFuse should bid

Step 5. Finish app integration

Complete the adapter setup for your platform: In app code:
  • Initialize CloudX with the CloudX app_key
  • Load ads using CloudX ad unit identifiers
  • Do not pass MobileFuse Publisher IDs or Placement IDs into app code
  • Let the CloudX MobileFuse adapter collect the MobileFuse bid token
  • For Interstitial and Rewarded ads, call show() only after the ad is ready
For iOS, CloudX automatically resolves the numeric App Store ID from the app’s platform and bundle ID. Verify that the CloudX app is configured as iOS with the correct bundle ID, and contact your CloudX account manager if the numeric ID cannot be resolved.

Step 6. Test and validate

  1. Complete the MobileFuse adapter requirements for Android or iOS.
  2. Enable test mode for your device in CloudX.
  3. Build and run the app with the CloudX app_key and the correct CloudX ad unit identifiers.
  4. Request an ad from every configured format: Banner, MREC, Interstitial, and Rewarded as applicable.
  5. Confirm that MobileFuse participates and that a returned ad renders.
  6. Re-test live demand from the United States or Canada.
No fill can be normal and does not by itself indicate that the configuration is broken.

Troubleshooting

MobileFuse is not listed

MobileFuse is currently beta in CloudX. Contact your CloudX account manager to request access if it is not visible under Operations -> Bidder Configuration.

MobileFuse is not bidding

Check the following first:
  • The test device or live user is in the United States or Canada
  • MobileFuse is enabled under Operations -> Bidder Configuration
  • The required account-level MobileFuse Publisher ID is present
  • The ad unit has the correct numeric MobileFuse Placement ID
  • The Placement ID matches the configured ad format
  • A MobileFuse line item exists for the ad unit and format
  • The MobileFuse adapter is installed so CloudX SDK can collect the MobileFuse bid token

MobileFuse bids but the ad does not render

Check the following:
  • Your app is using the CloudX app_key, not a MobileFuse identifier
  • Your app is loading the intended CloudX ad unit
  • The MobileFuse Placement ID belongs to the correct app placement and format
  • The platform MobileFuse adapter is installed and its requirements are complete
  • Interstitial and Rewarded ads are shown only after they are ready

Mapping Reference

CloudX fieldInternal keyScope
MobileFuse Publisher IDpublisher_idAccount
MobileFuse Placement IDplacement_idAd unit
The numeric iOS App Store ID is automatically resolved from the CloudX app’s platform and bundle ID. It is not a publisher-entered MobileFuse field.