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
0
votes
0 answers

Flutter : Null error message for Facebook Audience Network banner ad in iOS using Flutter

I'm integrating Facebook Audience Network into my flutter app to display banner ads. However, when I try to load the ad in ios, I receive a null error message in the response. Here's the error object that I'm getting: {placement_id:…
0
votes
0 answers

Upload AMPHTML to Google Ads error INVALID_BUNDLE: AMP

thanks in advance for helping. I searched around for topics on uploading AMPHTML ad to Google. Can seem to get pass the INVALID_BUNDLE: AMP error in Google Validator. How can we get our AMPHTML creative to Google ads? I pasted this script from the…
0
votes
0 answers

Is It Possible To Replace Admob Banner Ad Unit of size 320x50 with Native Ad Unit?

I have been using Admob Adaptive Banner Unit for many years and now i want to scale the revenue. I learned from many sources that Native Ads performs better than Normal Banner Ads of Admob. When i tried to create a new Native Ad with similar format…
Jayakrishnan
  • 4,457
  • 29
  • 29
0
votes
0 answers

getting 'The named parameter '~' isn't defined.' error during adding Flutter AdMob(Banner)

Now I've tried to add AdMob(Banner) to my flutter project. I add all dependencies to pubspec.yaml(google_mobile_ads: ^2.3.0) Info.plist GADApplicationIdentifier test id AndroidManifest.xml
chloe
  • 1
0
votes
1 answer

activity_main.xml shows a change in my design view in android studio when I change code but in app there is no change, whats going on?

I previously had a banner app in my app which overlapped the bottom part of my app but now I changed it so that the banner app as its separate space at the bottom of the app so it doesn't overlap the bottom part of my app page. A change is shown in…
Marfog509
  • 37
  • 3
0
votes
0 answers

How do I make my banner ad stay under my app page and not covering the bottom part of my app in android studio?

I am using android studio to develop my app and I am trying to add a banner ad to my app but I don't know why my banner ad is not sitting under the app page and instead is covering the bottom part of my app. I want the user to be able to see the…
Marfog509
  • 37
  • 3
0
votes
0 answers

Admob Crashing App when final Ads are implemented - SwiftUI

Trying to implement AdMob on my iOS/SwiftUI app. Chose the BannerAd style, implemented it in a few screens. Have been using the test ads, as per admob guidelines, for a while, with no issues. However, now that I want to implement the real ads and I…
torrinha
  • 1
  • 2
0
votes
1 answer

How do I put an ads banner in the preview screen for a live wallpaper?

As in the Fireflies live wallpaper (http://www.livewallpapers.org/fireflies-free-1543/), I don't know how to put an ads banner in the Preview screen (not Settings screen). Additional info: when I install the Fireflies wallpaper on my HTC which is on…
Tran
  • 135
  • 1
  • 2
  • 7
0
votes
0 answers

React native error: "ViewManagerAdapter_ExpoAdsAdMobBannerView" was not found in the UIManager

i am facing this error while trying to embed the admob banner in my code Error showing in terminal: The native view manager required by name (ExpoAdsAdMobBannerView) from NativeViewManagerAdapter isn't exported by expo-modules-core. Views of this…
0
votes
1 answer

admob test banner ad shows in emulator android 11 but not in Galaxy S10 Android 11

i'm building a flutter App which i am monetizing through Ad mob. i'm specifically using the banner Ads for now. but here is my issue. in my simulator, i can see the test banners in Android 9 and Android 11 i can even see them in a real Xiaomi…
Badr Erraji
  • 141
  • 1
  • 11
0
votes
1 answer

Admob adaptive anchor banner

for Admob banner ads, adaptive ads banner, What is the difference between getCurrentOrientationAnchoredAdaptiveBannerAdSize and getCurrentOrientationInlineAdaptiveBannerAdSize Which one has better user experience? And which one generate more…
0
votes
1 answer

Mraid js with svelte build application

This is the first time I've encountered mraid technology and banner ads. There was a description in the technical Specification that you can use any tool and scripts can be put in a separate file, so I made a game on Svelte. I don't know how I can…
0
votes
1 answer

Banner Google AdMob is Not Working in Swift

I am using Google AdMob banner in my app. I created a dummy project and implemented the banner functions there and it is working fine there but when I used it in my actual application, it is giving me error. The error…
Taimoor Arif
  • 750
  • 3
  • 19
0
votes
1 answer

Banner ad Crashes due to initialisation

I am having problems adding banner ads in my android app. I just copied the code off the documentation from the website, I can seem to figure out what I am not doing. The app keeps crashing. I have the code below in Mainactivity.java private AdView…
Mxgrig
  • 1
  • 1
0
votes
2 answers

Android Banner Ads SDK

I am having problems adding Banner Ads to my Android App. I had done the app using Version 27 SDK. I followed the instruction on adding Banner ads, when I added the "implementation 'com.google.android.gms:play-services-ads:20.6.0'" in build.gradle,…
Mxgrig
  • 1
  • 1