App open (Beta)
Last updated
Was this helpful?
Last updated
Was this helpful?
AdSter SDK also gives the option to load and show AppOpen ad format which is the proprietary Ad format of Google Ad Manager and AdMob. Implementation is similar to that given in this document . Instead of creating a new AppOpenAdManager
mentioned in the document use the method below provided by AdSter SDK and follow the implementation on the Activity and Application class just like the document. AdSter SDK provides methods to show and load app-open ads
Create your AdRequestConfiguration
as per the below format
Call loadAd()
method as per below format
Inside the onAppOpenAdLoaded
callback method invoke showAd(activity)
method of MediationAppOpenAd
object to show AdSter App Open ad above any activity as shown below