04 August 2016
Introducing Appodeal: intelligent, programmatic ad mediation
Ad mediation is a frequently requested app monetization feature, but it usually requires that you build in support for multiple ad networks in your app. That can be a lot of work.
Fortunately, Appodeal builds their network of ad provider SDKs directly into their plugin for you — simply include the Appodeal plugin and get the benefit of every ad network they support.
One benefit of ad mediation is that you should get a 100% fill rate — never miss an ad! Appodeal’s service delivers higher-paying ads first, and they also analyze all of the ads available, factor in the user’s behavior, and find the best ad for the moment.
You just need one account and one plugin (plus support plugins on Android) to benefit from all of Appodeal’s partners. They offer monthly payouts as well as on-demand payouts.
“Appodeal is excited about our new partnership with Corona Labs, as it will open new doors and break the many restrictions developers often face. We look forward to helping Corona developers monetize their apps with ease while maximizing their earnings,” says Pavel Golubev, Appodeal CEO & Founder.
Getting started
To begin, register with Appodeal. Then, create an app for each platform you want to run ads on. Currently the Corona plugin supports iOS, Android, and tvOS. You will get a different application key for each platform. Finally, include the required changes in your build.settings
file and implement the plugin much like any other Corona ad provider (see our documentation for details).
The Appodeal plugin offers three API calls: appodeal.init(), appodeal.show(), and appodeal.hide(). If you are deploying your app to both iOS and Android, you will have to initialize your plugin based on platform:
1 2 3 4 5 6 7 |
if "Android" == system.getInfo( "platformName" ) then appodeal.init( adListener, { appKey="YOUR_ANDROID_APPLICATION_KEY", testMode=false } ) else appodeal.init( adListener, { appKey="YOUR_IOS_APPLICATION_KEY", testMode=false } ) end |
See the Corona documentation for more usage details.
Conclusion
Have any questions or comments? To discuss this wonderful addition to our suite of monetization plugins, please join us in the Corona community forums.
Cleverson Schmidt
Posted at 18:05h, 04 AugustHi,
I’ve created one account in Appodeal’s web site but Corona was not listed as one of the supported frameworks. Please update it.
adrian
Posted at 10:04h, 08 AugustAppodeal has not updated their integration wizard but it is not needed. Go to apps and you should see the app you created. Copy the key and follow the documentation on the corona site.