Showing posts with label ads. Show all posts
Showing posts with label ads. Show all posts

Tuesday, June 11, 2013

Delete Site on Admob

If you develop apps and use Admob, sometimes you might make a test "site", I was having trouble finding how to get rid of a test site. I thought I read there was a max admob site count, so I wanted to remove any misc, so I'll be able to use my max amount (whether I'll ever hit that or not, is another question).

Steps:

  1. Login
  2. Click Sites & Apps heading (mine shows up there by default so no click necessary)
  3. Hover over the site you wish to get rid of.
  4. Click Manage Settings.
  5. Next to the title of your app, click edit.
  6. Navigate to  the section near the bottom titled Delete Site.
  7. Click Delete Site.




Saturday, July 2, 2011

Admob in Android

This link is great for just throwing a quick ad in with admob into your app.

http://code.google.com/mobile/ads/docs/android/fundamentals.html

followed by the following:

http://code.google.com/mobile/ads/docs/android/banner_xml.html

Basically you add the "publish code" jar to your app, then insert a few lines into your manifest. Then you place the banner into your app where you want.

The one piece that tricked me is that if you simply try to add the sample xml unit to your project you need to make sure that in the main layout (the one that declares the "android" namespace), you need to add the following:

xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"