Facebook bidding
Import the FAN SDK to your project.
Add the Facebook bidding kit to enable the bidding function.
iOS:
Copy the
FBAudienceNetworkBiddingKit.framework
undercrystalexpress-sample/ClientSideMediation
Android:
Add the
fan-bidding-kit-5.1.0.jar
underCE_Premium_Android_Sample_3.XX/libs/
(iOS app can skip step 3 to 4)
Create the package
com.intowow.sdk
under your app's project.Add
CustomEventUtil
tocom.intowow.sdk
.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
Please provide Facebook placement to Intowow Account manager to enable FAN bidding mediation.
Verified Audience Network SDK Version iOS:
Audience Network SDK 4.99.3
Android:Audience Network SDK 4.99.3
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