Appodeal — instant payouts, higher revenue.

Each request is count as one, no matter how many services are being queried.

Requests are not only sent upon app launch.
They are also sent every time, when ad is displayed (to request the next ad).

Also, I would strongly suggest not to place ads on app launch. That results in much lower eCPM as if you would place ad after user has a chance to interact with your app for a while.

Banner ads should be available right after we release support for video ads.
Both are coming in April.

Wonderful news, well done!

@pavel.golubev

Thanks for all the help and clarifications.

Thanks Pavel, so far Appodeal did great on Amazon app store, the ecpm is pretty decent ($5~$6 eCPM on average), and yesterday I got $11eCPm, that is great, hope Appodeal will do better in the future!

@pavel.golubev

When I test appodeal in my app, I found this error “[AppLovinInterstitialAdDialog] Attempted to show an interstitial while one is already displayed; ignoring” when I request an ad. Before this error, I can see appodeal requested and loaded an ad, but it does not show in the screen, even though the log said the ad has showed. Then my app request another ad, then this error showed up. And it preventing my app from requesting a new ad from that on. I only see this error in AppLovin, but not other ad networks.

Please take a look at it.

appodeal-error.jpg

Could you send me your APK and steps to reproduce the problem?
Someone from our tech team will resolve this matter.

Android SDK 1.10.4. It includes following changes:

  • Serious bugfixes and performance optimizations.
  • Displaying toast message if android-support-v4.jar library not present
  • Fixing Heyzap integration issue
  • Adding Appodeal.isLoadedPrecache() method that returns whether precache or normal ad was loaded
  • Adding Appodeal.disableNetwork(String) method to disable network. Available parameters: “admob”, “amazon_ads”, “applovin”, “chartboost”, “heyzap”, “mopub”
  • Adding support for MoPub adapter

This version is strongly advised for everyone to update.
New version can be downloaded from www.appodeal.com/sdk

Great update!

What do you mean precache? What’s the difference between precache and normal ad was loaded?

Precache is banner, that can be displayed, but not necessarily will be paid well.
It typically takes 20-30 seconds to query all ad networks to find the most profitable ad.
But if you want to display advertisement before query is complete, you can display precache — inexpensive banner, that loads very quickly.

Sounds like the new Mobario. No way a new network can pay net 7 or faster. This just isnt sustainable. This also sounds too good to be true. No way fill rate is even close to 100%. Lots of red flags here. I’ll pass…

If I want undisable a network disabled before, looks like Appodeal can not support this right now. If yes, please add this function in next update.

Just remove the method, if you want to enable network.
It is strongly advised not to disable any networks, because Appodeal was made as an automated solution and usually performance gets worse, when you start playing manually.

So when should I called this method? Before calling showBanner, cacheBanner or initialized? If I call it once, will it affect the future showBanner, cacheBanner? For example:


Appodeal.disableNetwork(“admob”);
Appodeal.cacheBanner(); // 1st requesting ad

Appodeal.cacheBanner(); // 2nd requesting ad

In the code above, I assume the 1st requesting ad will disable admob network. As for 2nd requesting ad, no disableNetwork(String) called before, how will cacheBanner behave? Disable admob or not?

Just call method disableNetwork(‘admob’) before anything else and admob should be disabled until user starts a new session.

All right, guys. Let’s have some fun. We have a little contest here!

Help us to come up with the best phrase for one of our banners and
win a 25% discount from Appodeal to attend the largest game developers
conference Casual Connect in Singapore this May.

To participate in this contest:

  1. Open http://forums.makingmoneywithandroid.com/advertising-networks/21525-contest-win-25%-discount-appodeal-attend-casual-connect-singapore-15-a.html#post123767
  2. Take on of the banner templates
  3. Add some text to it and post it back in this thread

The winner will be selected by Appodeal and announced on April 25th at 3PM PST in contest thread.

Hey Pavel,

are you planning to notify customers about sdk updates via email in future?

Yes. You should expect e-mail notifications start coming within next couple weeks.

Good news, everyone.

Ads2Apk now offers FREE seamless Appodeal SDK integration without having to deal with source code.

Just upload your APK to their web-site and our SDK will be added automatically.

We have just released official Admob adapter for our SDK.
You can find Admob & MoPub adapters on our page appodeal.com/sdk.

Please make sure to upgrade to official adapter, if you have been using custom adapter before.