Is there a Build Plugin that provides ad network support for Android?

  • 1
  • Question
  • Updated 6 years ago
  • Answered
When will there be support for Admob or any other Android / Windows ad network? We have iAd for iOS (which is much better than it used to be) but it would be great to get something for the other platforms, too.
Photo of Matthew David

Matthew David

  • 16 Posts
  • 0 Reply Likes

Posted 6 years ago

  • 1
Photo of Zahir

Zahir

  • 3500 Posts
  • 40 Reply Likes
Hi Matthew David,
As of now, there is no Build solution for Android and would advise to go Local.
It is the matter of the Binary files which will be rejected by Build.
Photo of Matthew David

Matthew David

  • 16 Posts
  • 0 Reply Likes
Are you looking to change the use of Binary Files? Maybe on a case by case basis. Build is a really convenient service and adding in an ad network would be awesome.
Photo of badata

badata

  • 1 Post
  • 0 Reply Likes
Hi Matthew David,

I read your message regarding the Built plugin for Android that provides Ad Network support.

Djax Adserver Provides mobile Ads SDK for iPhone/Android Apps extension for Adserver to built your own Ad network.

http://www.openxservices.com/mobile-a...
Photo of Zahir

Zahir

  • 3500 Posts
  • 40 Reply Likes
Hi Matthew,

Do you still need assistance on this matter, or we would close the topic?
Let us know.
Thanks.
Photo of Liming Xie

Liming Xie

  • 23 Posts
  • 6 Reply Likes
Thanks to PhoneGap Build team for making big changes to the policy, and allow all plugins in Cordova plugin registry can be used.

The long waited AdMob plugin can be used by PhoneGap Build users, by simply configuring it in config.xml:

The javascript is quite simple, as the purpose of the plugin is: # Show Mobile Ad with single line of javascript code #

Besides AdMob, there are several other options:
* Facebook AudienceNetwork
* Flurry Ads from Yahoo
* iAd
* MobFox
* MoPub
* MillennialMedia

All with exactly same API interface with the AdMob plugin.

For more instructions or example code, just go to the github homepage of the plugin project:
https://github.com/floatinghotpot/cor...

Enjoy monetization!