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
1
vote
1 answer

AppLovin Banner Ad not Visible But It is Clickable

I am developing android game in unity with latest Applovin SDK. I am trying to Integrate Applovin Banner ad. Integration is done but still i cant see banner ad but amazing thing is, its clickable. I did saw test Ad once but after that I never saw…
Mehroze Yaqoob
  • 1,011
  • 1
  • 12
  • 29
1
vote
2 answers

How to set Banner ad in all activity?

I am new in android app development and I am creating an app in android studio, which has 2 activities. One is activity_main.xml which has a button to open second activity. When I set the banner ad it shows only on bottom of activity_main.xml and I…
1
vote
2 answers

Android Admobs not displaying banner ads after adoption for google Designed for Family Program

As suggested by google play store I have made android application to opt in for Primarily Child-Directed and Designed for Families programs. Since its once approved the Admobs has stopped displaying banner ads. Does any know about why ads is not…
Mihir Patel
  • 599
  • 1
  • 5
  • 10
1
vote
1 answer

Accessing Youtube's GET Parameters from Youtube Masthead

Can a custom GET Parameter (e.g. customParam) in Youtube's URL _e.g. Youtube Link be accessible from Youtube Masthead?
1
vote
1 answer

Android AdMob panel says banner ad is active but it's not showing in my app

I tested a banner ad with a test ID and it was showing fine, after that I procceeded to change the adUnitId to the actual Id AdMob gave me and I initialized MobileAds in application clas. I published my app on the play store, linked it to AdMob, and…
F_Bass
  • 343
  • 4
  • 17
1
vote
1 answer

Android - open Chrome custom tab instead of launch web browser PublisherAdView

I have been searching the web for finding a way of disabling the on-click for a PublisherAdView but to no avail. We are using DFP for ads https://developers.google.com/mobile-ads-sdk/docs/dfp/android/quick-start. When a user clicks the ad in the…
blackpanther
  • 10,998
  • 11
  • 48
  • 78
1
vote
1 answer

Admob with Surfaceview crashes

I want to add Admob Banner ad with SurfaceView but it gives NullPointerException, Here is code: private AdView mAdView; private LinearLayout ll; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ll =…
1
vote
0 answers

Loading admob banner ad in custom Dialog on Android is giving a blank view

I'm trying to load a admob banner ad on a Dialog. final Dialog dlg = new Dialog(getActivity()); dlg.requestWindowFeature(Window.FEATURE_NO_TITLE); dlg.setContentView(R.layout.custom_menu_share); LinearLayout linear =…
Gissipi_453
  • 1,250
  • 1
  • 25
  • 61
1
vote
0 answers

What are the actual sizes of AdMob banners used on iPads and iPhones

The AdMob page states the following "Smart Banner" Sizes. Three ad heights (in density-independent pixels [dp]) are implemented in smart banners: Ad height Screen height 32dp ≤400dp 50dp > 400dp and ≤ 720dp 90dp > 720dp It…
rghome
  • 8,529
  • 8
  • 43
  • 62
1
vote
3 answers

Adding Banner ad Admob in Android studio

Please help me. This code isn't working when I add admob to my programm. May be I'm using it the wrong way. Please suggest me editing of the code with banner ad admob. Where should I add admob code? There is no error in Debug but app is not running…
k bharadwaj
  • 19
  • 1
  • 4
1
vote
0 answers

Android Banner Ads how to resize

In my android app i already load a Ad from DFP, in this case with custom size 125*125) and display it correctly. AdSize customAdSize = new AdSize(DFP_SPOT_DIM, DFP_SPOT_DIM); float density = context.getResources().getDisplayMetrics().density; int…
Rui Luis
  • 143
  • 7
1
vote
1 answer

How to create a chrome extension code to extract ads from a webpage and save it as an html file?

I am developing a chrome extension for fetching ads from a web page. What I am trying to do is that: My extension should look for HTML5 banner ads from the opened web page. It should detach the ad code and save it to my computer as an html…
sshussain270
  • 1,785
  • 4
  • 25
  • 49
1
vote
0 answers

Admob Banner ad displaying at intervals

i am using admob in my android application but the banner ad is shown at intervals. Specifically , every x minutes it shown and then return back to be invisible. i believe that this issue in my admob account configurations but i cannot figure it…
1
vote
1 answer

ios.googleAdUnitId bottom banner doesn't show on iPhone 6 and 6+ in landscape mode

I'm using ios.googleAdUnitId build hint to make the app showing the ads at bottom banner in Codename One. In portrait orientation, the ads is shown on all my iPad Mini, iPhone 6 and iPhone 6+ devices. However, in landscape orientation, the ads is…
William
  • 281
  • 3
  • 9
1
vote
1 answer

Adobe Animate CC produces - Cross origin requests are only supported for protocol schemes error in Chrome

I have been following along with this tutorial Greensock Quick start and downloaded the sample files. Everything works great, but when I added images to the banner and publish from Adobe Animate CC the banner ad works great, but if I were then to…
icekomo
  • 9,328
  • 7
  • 31
  • 59