Questions tagged [banner-ads]

A banner ad is a form of advertising on mobile application.

Examples:

iAd - Apple provided banner ads

Admob - Google's banner ads

RevMob, Mo Pub, Tapjoy are other popular banner ads in mobile network.

276 questions
14
votes
3 answers

How to make AdView "occupy" space even while requesting an ad? (Android)

I'm using Google AdMob Ads SDK 4.0.4 for Android By default, The AdView will have no size until the ad is loaded. Which could cause problem if you have buttons above or below the ad. User could accidentally click on the ad if the ad returned at the…
Kitti Wateesatogkij
  • 979
  • 2
  • 12
  • 23
13
votes
5 answers

How to add extra space inside at the bottom of a GridView

I need help to add a space inside a GridView at the bottom of it. This Space should be below the last Element of the GridView, inside of it. This space shouldn't work like a margin to the next element, it should be only visible, when the user…
Elementary
  • 2,153
  • 2
  • 24
  • 35
8
votes
3 answers

Flutter AdMob Banner Ad overlaps screen

I am working on a Flutter Application where I need to show an AdMob's Banner Ad. I have noticed that the banner overlaps my list view. I tried to search for the solution but I did not find anything much useful. One solution I found is to provide fix…
Sam
  • 2,972
  • 6
  • 34
  • 62
6
votes
1 answer

Facebook ads integration into Android app

I have problem adding a banner ad into this layout of my Android app. But this ad is not showing. The implementation in ActivityMain.java has no problem because when i add it other layouts, the banner starts showing.
MadMax
  • 306
  • 1
  • 5
  • 17
6
votes
1 answer

iAd banner gone after dismissModalViewControllerAnimated

In my app delegate, I instantiate an iAd banner and assign it to a delegate property, then I load the main View Controller. In the main View Controller, I add the iAd banner as a subview, and also instantiate a "Main Menu" view controller and add…
Jay Imerman
  • 4,475
  • 6
  • 40
  • 55
5
votes
2 answers

Auto loop NanoTween animations in HTML5 banner ad

I am hoping to auto loop a HTML5 banner advertisement that I have. The animations are built using NanoTween. Here is the JS code: var container = getElement("id","container"); var items = { c1: getElement("id", "copy_1"), c2: getElement("id",…
Liz
  • 1,008
  • 5
  • 19
  • 49
4
votes
2 answers

After updating Google Ads SDK onAdFailedToLoad is deprecated, How to resolve?

After updating Google Ads SDK to 19.3.0 gives a deprecated warning message for onAdFailedToLoad(). How can I resolve this? My code: public void BannerAdMob() { final AdView adView = findViewById(R.id.adsView); adView.loadAd(new…
Attaullah
  • 3,856
  • 3
  • 48
  • 63
4
votes
2 answers

Audience Network: Error 1203: The display format in the ad request does not match the display format specified for this placement

I am trying to implement Audience network banners to my application. I have implemented it according to FB Develpoer guides like this and it is working fine on my main test phone of OnePlus 5. However, some other phones, like Samsung Galaxy S8, does…
4
votes
1 answer

Banner Advertisement with Xamarin.Forms

I just want to know about the banner advertisements supported with Xamarin.Forms without any patch or loophole. Is there any advertisement provider who are providing their SDKs with the Xamarin.Forms? Thanks in advance.
Chandresh Khambhayata
  • 1,748
  • 2
  • 31
  • 60
4
votes
1 answer

Placing a Banner ad so that it sits below and seperate from ViewPager

I have a ViewPager with 3 Fragments, At the bottom of each fragment I have placed a Banner ad. What I would like is to have one banner ad at the bottom of the entire view, instead of one in each fragment This way I only have to load one ad, and it…
4
votes
0 answers

Screen corrupt when trying to use banner & interstitial ads in same app

I'm trying to show banner ads and interstitial ads via admob on different screens of my app. But every time I switch from the activity showing interstitial ad to activity showing banner ad my screen gets corrupted. It works fine when I use only one…
Kshitij Aggarwal
  • 5,287
  • 5
  • 34
  • 41
3
votes
1 answer

Is BannerAd.testAdUnitID is out dated?

I am following a tutorial of adding a Banner Ad. But for me it gives this error. The getter 'testAdUnitID' isn't defined for the type 'BannerAd'. Is testAdUnitID is deprecated or something? What's the way out? My code is: void _initBannerAd() { …
Saad Mansoor
  • 199
  • 7
3
votes
2 answers

"ViewManagerAdapter_ExpoAdsAdMobBannerView" was not found in the UIManager

i am facing this error while trying to embed the admob banner in my code. The native view manager required by name (ExpoAdsAdMobBannerView) from NativeViewManagerAdapter isn't exported by expo-modules-core. Views of this type may not render…
3
votes
0 answers

Admob ads don't show up

I have 3 apps with banner ads, but they worked fine just for 3 days, then stopped to show, this is happing for almost 15 days. In my admob account it's everything right, then I checked my log, and what I get is this: E/chromium(12906):…
3
votes
1 answer

Unity Admob banner suddenly becomes bigger with video on its bottom

recently I have decided to ad google admob banners to the game. I have followed every step by the guide and added our ad-unit-id too. So everything is ok and cool, but suddenly the banner becomes larger and is showing video at about thrice (or even…
1
2 3
18 19