Questions tagged [banner]

A web banner or banner ad is a form of advertising on the World Wide Web delivered by an ad server

A web banner or banner ad is a form of advertising on the World Wide Web delivered by an ad server. This form of online advertising entails embedding an advertisement into a web page. It is intended to attract traffic to a website by linking to the website of the advertiser. The advertisement known as a "click through". In many cases, banners are delivered by a central ad server.

Read more about web banners at Wikipedia..

939 questions
5
votes
2 answers

AdMob real ads are not showing, only test ads are displayed

I have tested the ad feature on my phone. Only the test ad are show. When I replace the unit id with my which I got from AdMob, the real ads are not displayed. What is the problem? Here is my code:
5
votes
3 answers

Admob banner is not showing up

My admob banner is not showing up, I have gone through the guide found here https://firebase.google.com/docs/admob/android/quick-start MainActivity private AdView mAdView; @Override protected void onCreate(Bundle savedInstanceState) { …
Alex
  • 63
  • 1
  • 1
  • 6
5
votes
1 answer

Add display banner for iOS app on iTunes Store

I want to show a marketing banner for my iOS app on the App Store like Tinder and Chillar do. How can I do this in iTunes Connect? Here is a screenshot of what I am referring to:
vje1998
  • 691
  • 6
  • 19
5
votes
1 answer

How to implement an HTML5 DoubleClick ClickTag?

I have created an html5 banners and validated it here: https://h5validator.appspot.com/dcm. It returns the error: "Missing click tag check". How do I implement a clickTag? I've found this code on google support:
albert105
  • 119
  • 1
  • 2
  • 8
5
votes
5 answers

Ad banner not show up

I was learn Adbanner from Admobs in this link https://developers.google.com/admob/android/quick-start but when i test my application in device and emulator there is no Adbanner show in my application i got this following error in…
Ricci
  • 217
  • 5
  • 21
5
votes
2 answers

Placing banner above the Bootstrap 3 navbar?

I have this Bootstrap 3 navbar: http://www.bootply.com/xkcDjvQslb I want the following modifications: Add banner above the fixed navbar Hide the banner when I scroll down I saw the following example: http://www.bootply.com/69848; not great at…
Chaka
  • 1,709
  • 11
  • 33
  • 58
5
votes
4 answers

google play services not available due to error 2

I have two activities in my app and i am showing google AdMob banner ad in these activities. First activity runs fine and it shows banner ad as well but whenever i start second activity it generate the force close error saying these lines…
5
votes
4 answers

smart app banners not working iOS

I have wrote this code in HomePage of my website, I am using iOS 6.1.3 in my iPhone 4s when i access my website in safari initially a banner with loading appears on top of the screen then after some time (means after loading full website) banner…
Krunal
  • 6,440
  • 21
  • 91
  • 155
5
votes
5 answers

HTML/CSS--Creating a banner/header

I've got a horizontal image as a GIF and JPG. It is something I made with Paint--a text logo with an image on a solid background. I am having a lot of trouble trying to get it to display as a banner/header. So far, I am only able to get the solid…
user2714330
  • 123
  • 1
  • 2
  • 7
5
votes
2 answers

AdMob in all my view controllers?

I have implemented AdMob & everything seems to work, But i wonderd, how can i put the banner in all of my view controllers? For now, i have the banner only on the RootViewController. I have total of 4 view controllers. Thanks.
Maor Zohar
  • 592
  • 5
  • 17
4
votes
2 answers

changing admob banner size dynamically

Here is the thing, as you might know Admob has a AdSize.* function, where u put Banner to show banner ads, and AD_banner` for tablet banners, what i want to do is take a screen size of a device so that i could throw it in my if statement and then…
MBP
  • 81
  • 1
  • 2
  • 13
4
votes
2 answers

ngx-cookieconsent : Cannot find name 'NgcInitializeEvent' and 'NgcStatusChangeEvent'

I would like to use ngx-cookie consent package in my angular 4 application(built with angular cli) . I do not have a systemjs file. Hence except that part , I followed each step as in the documentation (…
user659730
  • 381
  • 1
  • 3
  • 7
4
votes
4 answers

Need to resize banner to fit window CSS

I am trying to make my site logo/banner fit the content box correctly. Unfortunately, it is appearing at different widths on different computer resolutions and window sizes. This is also happening with my banner ad within the content…
user1521810
  • 49
  • 1
  • 7
4
votes
1 answer

Header banner with css only?

I'm a beginner in css and i'm trying to create a hero banner with css only and make it responsive, i'm quite confused with positioning of the texts on top of the image, if i zoom the page or resize it down the texts don't respond.
shean
  • 93
  • 1
  • 2
  • 8
4
votes
2 answers

Unable to display AdMob Banner

I am trying to ad using AdMob to display ads at the bottom of screen. I added following line in my build.gradle file to get AdMob sdk: compile 'com.google.android.gms:play-services-ads:8.4.0' After then, I added AdView in XML to show…
Geeky Singh
  • 1,003
  • 9
  • 20
1 2
3
62 63