admob

Simple Admob Questions

坚强是说给别人听的谎言 提交于 2019-12-23 18:49:23
问题 I have been a long time stalker to this awesome site and It has helped me many times. I am releasing this OpenGL ES based 2d game for android soon and I got questions related to admob: I am using the same ad unit for all the various screens (main menu, in-game, help screen) of the game.. Is it ok to do this? The in-game ad unit displays ad only when user pauses the screen... It will be always running in the background and is visible and clickable only when user pauses the screen... will

Android fragment layout not loading when showing an Admob interstitial ad in OnCreateView

久未见 提交于 2019-12-23 17:26:20
问题 I've got some problem with displaying ads in my app using AdMob. The problem is as stated in the topic. This is my starting activity class: package com.example.admobinterstitial; import android.os.Bundle; import com.google.android.gms.ads.AdListener; import com.google.android.gms.ads.AdRequest; import com.google.android.gms.ads.InterstitialAd; import android.support.v4.app.FragmentActivity; import android.view.Window; import android.view.WindowManager; public class MainActivity extends

Admob Impressions/Clicks not updating after uploading it on playstore

橙三吉。 提交于 2019-12-23 16:33:55
问题 I had created a banner admob ad using this link. App it was working good. I even got publisher id and I was able to view impressions and clicks from Admob website. But after I completed the development, I uploaded the app on play store and i am not able to view any ads impression/clicks from Admob website though ads are showing inside the app downloaded from playstore. Though Impressions/clicks are showing as long as I am viewing it on test device. But no impression/clicks are updating if I

Hiding Ad Banner causes no further Ads to be requested/shown

社会主义新天地 提交于 2019-12-23 16:30:10
问题 I have a Test application setup with AdMob Mediation service being used, only on testing device at the moment. I have setup all the required methods per the documentation. I am having an issue where when the Fail to Receive Ad error occurs, no more ads are requested or shown? Header: #import <UIKit/UIKit.h> #import "GADBannerViewDelegate.h" @class GADBannerView, GADRequest; @interface AdTestViewController : UIViewController <GADBannerViewDelegate> { GADBannerView *bannerView_; } @property

How can I delete an app in Admob, or at least hide or rename it?

微笑、不失礼 提交于 2019-12-23 12:59:21
问题 I've seen this has been asked back in 2011, but since then have past 3 years and Admob moved to a whole new version, I hope some things have been fixed. In the new Admob, in the Monetize section, I have created the apps and ads I needed and everything was ok, but lately I wanted to check what else I can do to personalize ads and ended up with 2 more apps that i want to delete, and one has the name identical to one of my best performing apps and I often confuse them. I want to delete, hide or

Including Google AdMob SDK to use with Ant

无人久伴 提交于 2019-12-23 12:54:46
问题 I'm using the (new?) AdMob SDK using instructions on this Google site. We are supposed to integrate the GoogleAdMobAdsSdk-4.0.4.jar file into our project. Problem is: how do we do this using Ant? I works fine in Eclipse (it goes automatically into the .classpath file), but with Ant it throws a lot of "cannot find" problems when ant release ing. Where and how do I include the reference to that jar? I suspect I should do it in build.xml , but I'm not sure how. I copy the source folder elsewhere

Getting admob above actionbarsherlock

霸气de小男生 提交于 2019-12-23 12:14:11
问题 I want to use AdMob and ActionBarSherlock in the same android aplication, but I don't manageto put AdMob on the top of my screen (above Sherlock ActionBar). Anyone had some similar problems? Does anyone knows about some workaround? Thanks. My general layout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <include layout="@layout/admob"/> <TabHost xmlns:android=

W/PicturePileLayerContent﹕ Warning: painting PicturePile without content

佐手、 提交于 2019-12-23 10:25:10
问题 i am getting this warning in logcat, I searched the web but didn't get what's the reason or how should i deal with it? what does that indicate? here is the logcat there is nothing else in logcat that is unusual 02-23 15:17:52.190 29817-30304/com.astrolabe.iremote W/PicturePileLayerContent﹕ Warning: painting PicturePile without content! 02-23 15:17:52.190 29817-30304/com.astrolabe.iremote W/PicturePileLayerContent﹕ Warning: painting PicturePile without content! 02-23 15:17:52.190 29817-30304

interstitial ad show black (->) AFMA_ReceiveMessage is not defined (:1)

旧城冷巷雨未停 提交于 2019-12-23 09:38:47
问题 I followed the official guide of Android to add interstitial ads. If I use test mode: AdRequest adRequest = new AdRequest.Builder() .addTestDevice("my code here") .build(); mInterstitialAd.loadAd(adRequest); Works ok and I can see the demo interstitial add. If I use release mode: AdRequest adRequest = new AdRequest.Builder().build(); mInterstitialAd.loadAd(adRequest); I only see black interstitial add and in log in red: JS: Uncaught ReferenceError: AFMA_ReceiveMessage is not defined (:1) +

Admob with Android: unable to parse android:configChanges in manifest

Deadly 提交于 2019-12-23 09:34:07
问题 I am trying to add ads to my Android app using Admob, but have hit a brick wall. Admob says it requires the following from logcat E/Ads (26043): The android:configChanges value of the com.google.ads.AdActivity must include uiMode. E/Ads (26043): The android:configChanges value of the com.google.ads.AdActivity must include screenSize. E/Ads (26043): The android:configChanges value of the com.google.ads.AdActivity must include smallestScreenSize. However, the Android SDK in Eclipse on Ubuntu