We are migrating Android application from Google Ad’s to MoPub. I have successfully integrated the android sdk and its loading fine.
On the MoPub login, I added AdMob in the network, and am trying to create a campaign to route all ad’s from the network to the app. But when I Add New Campaign, I get 2 dropdown choices only Guranteed and Promotional. There should be a third “Network”.
Am I missing a basic configuration step ?
I haven’t figured it out as yet, but the ad’s started to work once I configured InMobi. Its possible that the network campaign runs by default and does not need a configuration specifically. I am yet to get confirmation for the same from the MoPub guys (report back later).
The other twist is that everytime you add a ad network to your list, you also need to include that library in your client (obviously). So I had to include GoogleAdMobAdsSdk.jar to my libs folder.
Keep in mind GoogleAdMobAdsSdk 6.0 version needs screenSize and smallestScreenSize in your configChanges for AdActivity in your manifest file. So if you want to support Android 2.3.3, you need to download GoogleAdMobAdsSdk version 4 from here.