Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add Advertising in my Android Apps?

Tags:

android

ads

Did google provide some special things or how do you add Adv. in your apps?

like image 475
mullek Avatar asked Sep 08 '10 14:09

mullek


People also ask

How do I add ads to my Android app?

To configure your app to carry ads, you must integrate an Google Play Instant-compatible ad-network SDK into your app. The Google Mobile Ads Lite SDK is one such SDK. For more information about integrating an ad-network SDK, see the guides related to Google Mobile Ads Lite SDK and Google AdMob.

Why is ads not showing in my app?

Ads won't show if you haven't integrated the Google Mobile Ads SDK correctly. Is your ad implementation code working properly? Test your implementation code to check that ads can show. You can also use ad inspector to test your app's ad serving.


2 Answers

There is no built-in API for using advertising; that was probably considered to be excessively monopolistic or anti competitive. There are, however, multiple providers for advertising for Android platforms; the one that is owned by Google is AdMob. There ought to be some documentation on their site as to how it works.

like image 139
GWLlosa Avatar answered Nov 02 '22 23:11

GWLlosa


AdMob is one of the more popular in-app advertising SDK's and has been acquired by Google. I'd sign up for an account and take a look at their developer wiki and docs.

like image 20
James Schek Avatar answered Nov 02 '22 21:11

James Schek