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
2
votes
1 answer

how to remove SF Visual Search banners by superfish.com

I have some boring SF_VISUAL_SEARCH (by superfish.com) banners into my Google Chrome. They only appear in e-shops offering similar products to those that I'm looking at. No estensions and no software installed. Maybe some other extensions have the…
2
votes
2 answers

How to show same ad banner on different screens?

I've added an AdMob banner to the first screen of the app. Now i need it on some other screens (different activities). How do I implement it without reloading banner to avoid extra usage of traffic? Thanks.
Pavel Oganesyan
  • 6,774
  • 4
  • 46
  • 84
1
vote
1 answer

CSS Media Queries & Advertisements

I'm using Twitter's bootstrap (responsive) css in my application. I want to have banner ads in my sidebar but depending on which media query is active my sidebar will be a different width meaning that my banner ad will also need have a different…
Kyle Decot
  • 20,715
  • 39
  • 142
  • 263
1
vote
1 answer

How to resize iAds banner in IOS 4.2

Can we resize the iAds banner frame like (200,50). Verified all properties of AddBanner View. its having only ADBannerContentSizeIdentifierPortrait and ADBannerContentSizeIdentifierLandscape, But not having any frame adjusting property. My…
Madhu
  • 1,542
  • 1
  • 14
  • 30
1
vote
2 answers

Apps that contain empty iAd banners will be rejected

I have just had my app rejected based on the fact that my screenshots show empty iAd banners. I want to fix this but I'm unsure of what needs to be done. Should I... A) Create screenshots with ACTUAL iAds? B) Create new screenshots with the iAd…
user843337
1
vote
1 answer

How to Align Banner Ad to bottom of screen in JetPack Compose

I am trying to position a composable to remain at the bottom of the screen. In my case a banner ad. I tried puting it inside a column and giving it a vertical arrangement of bottom, still no difference. ... Column( …
Edwin
  • 565
  • 11
  • 26
1
vote
1 answer

Can I add Admob banner in every item in ViewPager2 items?

Is it possible to add Admob banner in every Items xml for showing in ViewPager2? So when user scrolling to down or up the ViewPager2 every time Admob will be seen? It is my xml It is a simple item row
1
vote
2 answers

How to place banner ad on top of App Bar in Flutter?

How can I place a banner ad on the top of the top App Bar in Flutter? I have the banner ad at the bottom of the bottom app bar as shown below. I want to move it to the top, so that it becomes the first widget of the screen.
jdevp2
  • 371
  • 5
  • 15
1
vote
3 answers

php banner queue fifo

I'm just starting to put ad on my website and I would like to be able to give 1000 view to ad_a , 2000 to ad_b and let say 10000 to ad_c. If only one page was view at the time it would be easy to update a DB and work out how many are left to view…
user420329
  • 13
  • 2
1
vote
0 answers

Ad Choice not showing in Native Banner ad

For some ad providers we are not receiving the ad choice icon. As per google the ad without ad choice icon is violation. So what is the best solution to handle such case where the provider is not sending the ad choice icon?
Amrendra
  • 11
  • 1
1
vote
2 answers

How to show Applovin/Max Banner Ad with layout?

I am new to Applovin/Max. In their documentation position and size of Banner ad set by programmatically. Thats why BannerAd override my app's content. Banner layout in xml
AG-Developer
  • 361
  • 2
  • 10
1
vote
0 answers

Can I Loop json animation within index.html?

I'm currently working on creating HTML5 banners through Adobe After Effects and the plugin Bodymovin. I'm trying to create 3x30s animation for GoogleAds - When exporting, the animation loops infinitely - I was wondering whether there is an option…
nick
  • 11
  • 1
1
vote
0 answers

Why can I see some HTML5 banners locally but others not?

So client is wondering why is it that some the banners I've built can be seen and others not and I have no good reason. Why is it that some HTML5 banners show locally and others not? I have reviewed the code on my own banners as well as others that…
DiBobble
  • 21
  • 5
1
vote
0 answers

SwiftUI - Banner Ads from Google AdMob not displayed anymore since kGADAdSizeBanner deprecation and Google Mobile Ads SDK 8.13.0

A while back I implemented successfully the code in SwiftUI to show banner ads. Since my app wasn't on the AppStore yet, I could only display test ads. Then, I added my app to my Google AdMob profile, and it has been verified (almost 2 weeks ago).…
Pandruz
  • 345
  • 5
  • 18
1
vote
1 answer

My App crashing due to the inMobi Banner Ads can i know where i am wrong in the code

I have written Inmobi Banner code but my app is crashing, please can anyone help what is wrong. MainActivity.java and Activity_main.xml codes are as below. MainActivity.java public class MainActivity extends AppCompatActivity { private…