-
Notifications
You must be signed in to change notification settings - Fork 4
Other Advertising Sources SDK Mediation Pegasi SDK
This document details the process of Others sdk mediation pegasi sdk.
Ready to work:
Admob sdk mediation pegasi sdk : (Read Me)
Mopub sdk mediation pegasi sdk : (Read Me)
Here are the basic integration steps:
1.Obtain the pegasi and init pegasi sdk (Download PEGASI SDK AND INIT PEGASI SDK)
2.Add this adapter Confusion script and code on you project.
##2.Add this adapter Confusion script and code on you project
####1.get adapter from others_mediation_pegasi_ads file If you want to integrate Banner Ad , Please set CMCustomAdProvide.java and CMAdCustomEventBanner.java on the specified path;
Notice:if you use mopub sdk mediation pegasi,you must create the package(com.mopub.nativeads) on you project,and put the adapter on this package.
####2.add confusion script on you project
-keep class 包名 . CMAdCustomEventBanner{;} or -keep class 包名 . CMAdCustomEventInterstitial{;}
notice:if you usr mopub sdk mediation pegasi the confusion script is
-keep class com.mopub.nativeads.CMAdCustomEventBanner{;} or -keep class com.mopub.nativeads.CMAdCustomEventInterstitial{;}