lacas
lacas

Reputation: 14066

How to add REAL ADS for admob? Android

I added test ads, and everything ok, but how to add REAL ADS on my program?

Upvotes: 0

Views: 1703

Answers (1)

mmeyer
mmeyer

Reputation: 3608

The question is a bit vague.

Are you saying you have an adMob publisher Id, have the admob-sdk-android.jar integrated in your project, have added the attrs.xml, and are using the com.admob.android.ads.AdView view to get test ads and now want to know how to get AdMob to serve up real ads?

If so, it's pretty obvious how to do that from the AdMob publisher controls page: (if you have a publisher Id already) Or..use help link there and see the content about Publishing for your Android app.

If youre asking how to get started using the AdMob SDK with your project, you might try: http://developer.admob.com/wiki/Android

I found it pretty painless. Hope that helps.

Upvotes: 4

Related Questions