Comparing Ad Providers in Windows Phone (My Experience)

More and more ad providers are starting to provider ad service for Windows Phone platform. As a Windows Phone developer, I find it very difficult to find any blog post or review comparing the ad providers in Windows Phone. (You can find a lot for Android and iOS.) I’m writing this blog post according to my own experience as a Windows Phone developer dealing with the ad providers. Hopefully this can help you select which ad providers to include in your apps without going through too much trouble.

 

Before you continue read this post, you need to understand the following things:

  • The fill-rate, CTR (click through rate), eCPM (pay per thousand impression) and eCPC (pay per click) are vary according to app, category, country and platform.
  • I only used the SDK for Windows Phone 7 version the ad providers given instead of Windows Phone 8 version since I wanted to support as many device as possible.
  • The list below are sorted according to my own preference according to their performance previously.
  • Those are my own experiences, it maybe vary from others.
  • Please don’t compare the eCPM or eCPC with other platform like Android or iOS… just don’t.

Continue reading Comparing Ad Providers in Windows Phone (My Experience)

Memory Leak in Inneractive Ad SDK 1.1.2 for Windows Phone 7

Recently I have been trying different advertisement providers for my Windows Phone apps. Inneractive was one of them. It is relative easy to setup and the SDK is well documented. Everything go smooth at first, then I realize my app force close due to running out of memory for a few times which cause me to investigate what actually cause the memory leak in my app.

After spending a lot of time investigate what went wrong, I suspect Inneractive Ad control was causing the memory leak. This because whenever the ad is show in my app, the memory is not release completely after the page is close. In order to prove that, I have created a 2 page Windows Phone project with Inneractive ad control and I was right. The Inneractive ad control is leaking memory. Although the amount is small, it is important in my app because I display at 2 ads in one page and this can really drive up the memory very fast and force the app to terminate.

Continue reading Memory Leak in Inneractive Ad SDK 1.1.2 for Windows Phone 7

Get Advertisement on Your Windows Phone App with Ad Rotator

Displaying advertisement in free app to generate some extra revenue is a very common approach use by many developers in many different platform. If you are living in the country where  Microsoft Advertising pubCenter is supported, then good for you because you will have a much easier life. But if you are not, or would like to show not only ad from Microsoft provider, then this post if for you.

I had personally tried Google AdMob and Smaato ad provider for Windows Phone before. They don’t work out nicely for me. Google AdMob SDK crash randomly when request ad from server (post). While Smatoo didn’t show any ad in the app some time when use in my home country (post). Microsoft Advertising pubCenter  is not an option for me since it is not available in Malaysia.

Then I come across Windows Phone 7 Ad Rotator, which can show ads from different providers. It support both Google AdMob and Smaato, so I decided to give it a try. End up it work perfectly in my app. The Ad Rotator solve the crash problem in Google AdMob native SDK (now I can use back AdMob) and it also help to display ad from different providers when the other provider fail to show any ad. For example, I set both Smaato and AdMob in Ad Rotator, when AdMob fail to show any ad,  Smaato will take over and show the ad instead. This help to maximize the revenue of your free app in many different countries.

Currently Ad Rotator is in version 1.0 which support Microsoft PubCenter, AdDuplex, Google AdMob, Inner-Active, MobFox, Smaato and Default House Ad. It also support both Silverlight and XNA app in Windows Phone. You can find a very easy tutorial here. It is very easy to integrate in your Windows Phone app. I will recommend any developer who want to show advertisement on their free app to give this a try.

I had now switch to Ad Rotator to display ads from Smaato and AdMob. Mainly because it can switch between different providers. When one failed to show, the others will take over. Second, I can add more ad providers later on without making any changes in my source code. Although I can further maximize the revenue by using different ad providers in different countries (eCPM will depend on the ad display, country and ad provider), but I don’t have any idea which ad provider give better pay on which country yet, so I will stick with 50-50 for Smaato and AdMob currently.

by Ooi Keng Siang via Ooiks’s Blog

Bug in AdMob SDK for Windows Phone 7 Version 4.0.4

Today, when I’m trying to continue working on one of my Windows Phone app and suddenly the app force quit every time I run the app. Man, it is working correctly last night and now it doesn’t work anymore! What the hack is this “An unknown error has occurred. Error: 80020101.”? The error did not give me a good idea what is it all about.

I can’t really guess what actually happening. After spending a long time checking what went wrong, then I found out Google AdMob control which I use to display advertisement is not working correctly and it keep on throwing error when it put into visual tree.  So I do some search and found out that the AdMob SDK has cause quite number of problems in current version. Lot of developers complain about this problem but no work around or fix is provided by Google.

I try several way like putting try/catch, generate ad from code behind, generate ad from loaded function and many more. All doesn’t work and it still throwing error, ARGH!! There are only 2 options left for me. First option, completely remove AdMob from my app and I will gain nothing from the app. Second option, ignore the error.

Since the app I created is pretty simple and it is for demo purpose, so I will keep the ad and ignore the error.  By setting exception handled to true, it should stop the app from force close when running. Of cause it will still pop up error when you running in debugging mode. I will just comment out the ad control coding part when I debugging the app and un-comment it when I finish develop it.

I had submitted the app to Windows Phone marketplace. I not sure whatever it can go through the certification process or not but I shall update this post when the result is out. Yes, my app get through the certification without problem. In the end, I still cannot figure out what is actually happening to the SDK which is working flawless for the pass 2 weeks and it now cause me so much trouble. Let’s hope the developer (Google) fix this mess as soon as possible. Meanwhile, only 2 options, either remove all or ignore it!

[Update] I had fix the problem using Ad Rotator instead, check out my latest post here.

by Ooi Keng Siang (Microsoft Student Partners) via Ooiks’s Blog

Get Advertisement on Your Windows Phone App

One very common way to generate revenue in phone application is through displaying advertisement. This is one of the very effective approach for free app to generate side income. Currently there are only limited number of mobile advertisement supported on Windows Phone 7. Thing is even worse because I live in Malaysia which lot of mobile advertisements did not support for my country.

Using Microsoft Advertising SDK might sound the most easiest way to put some advertisement on your Windows Phone application. But very unfortunately only limited number of countries is supported in  Microsoft  Advertising pubCenter. I only able to found Australia, Belgium, Canada, Finland, France, Germany, Italy, Netherlands, Norway, Spain, United Kingdom and United States for the country or state option when registering an account for Microsoft Advertising pubCenter. Although they claim they will support more counties in the future, but I bet there will be still a long time until it reach my country.

Next, I found Smaato who they claim supported in many countries and many different platforms that include Windows Phone 7. Well, they did have a very well documented SDK for Windows Phone 7, but supported in many different countries is a question mark for me. Every time my application request an ad from Smaato, it always return an error for me which is ‘no ads available’. At first I though this error is because they haven’t get my account ready yet but after some research, I found out that this error mean there is no ad available for the combination of device/location/category. There is very high chances that I won’t get any ad in near future with Smaato for Windows Phone in my country. If I can’t even get any ad, how can I generate any revenue through advertisement then? It might be work for you, but definably not me.

Lastly, I went through a post on the forum that some one manage to port AdMob SDK to Windows Phone platform, so I decided give it a try. AdMob is one of the popular choices ad provider for Android and iOS platform which had taken over by Google. Although AdMob main page did not mention anything about Windows Phone, but they already had an official SDK for Windows Phone platform (which is in beta currently). Sweet! You need to register an account first before you can see the SDK for download. It is pretty much simple and easy with just a few line of code to get the ad on my app. You can found how easy through the tutorial here.

Since AdMob is the only option for me, then I left no choice but use AdMob only. Hopefully there are more mobile advertisement company support Windows Phone and my country as well in the future.

 

[Update] This post is outdated, check out my latest post here instead.

 

by Ooi Keng Siang (Microsoft Student Partners) via Ooiks’s Blog