Facebook bidding

  1. Import the FAN SDK to your project.

  2. Add the Facebook bidding kit to enable the bidding function.

    • iOS:

      • Copy the FBAudienceNetworkBiddingKit.framework under crystalexpress-sample/ClientSideMediation

    • Android:

      • Add the fan-bidding-kit-5.1.0.jar under CE_Premium_Android_Sample_3.XX/libs/

    (iOS app can skip step 3 to 4)

  3. Create the package com.intowow.sdk under your app's project.

  4. Add CustomEventUtil to com.intowow.sdk.

  5. Add corresponding custom event class (as below) to your project in iOS or com.intowow.sdk in android:

    • For Native

      Android Custom Event Class Name

      iOS Custom Event Class Name

      FacebookCustomEventNativeBidding

      CEFANNativeBiddingCustomEvent.h/.m

    • For Banner

      Android Custom Event Class Name

      iOS Custom Event Class Name

      FacebookCustomEventCardBidding

      CEFANBannerBiddingCustomEvent.h/.m

    • For Interstitial

      Android Custom Event Class Name

      iOS Custom Event Class Name

      FacebookCustomEventInterstitialBidding

      CEFANInterstitialBiddingCustomEvent.h/.m

    • For Rewarded Video

      Android Custom Event Class Name

      iOS Custom Event Class Name

      FacebookCustomEventRewardedVideoBidding

      CEFANRewardedBiddingCustomEvent.h/.m

  6. Please provide Facebook placement to Intowow Account manager to enable FAN bidding mediation.

  7. Verified Audience Network SDK Version iOS: Audience Network SDK 4.99.3 Android: Audience Network SDK 4.99.3

  8. Ad Format Mapping

Ad Format

Facebook Ad Format

RewardedVideo

Rewarded Video Ads

Native

Native Ads

Card

Banner Ads

Interstitial

Interstitial Ads

Note:

  • Facebook audience network do not support video progress, mute and unmute information

Last updated