Questions tagged [ads]

Use this tag for issues related to handling advertisements programmatically. If using a specific technology such as AdMob or AdSense be sure to add the relevant tag too.

Advertisements are a form of communication for marketing and used to encourage or persuade an audience (viewers, readers or listeners; sometimes a specific group) to continue or take some new action.

Not to be confused with .

3912 questions
1
vote
1 answer

Display specific ads on my hybrid app

trying to learn to develop a hybrid app. I want to learn how to implement specific ads on the application using adMob. As I've found out, adMob only promotes other people's apps. Is there a way to promote a specific ad (kinda like…
Renz Tan
  • 245
  • 3
  • 10
1
vote
0 answers

Why admob ads are not displaying?

I'm trying to place ads in my android app but facing one issue. The logcat is saying Failed to connect to remote ad service. Could not start the ad request service. Failed to load ad: 0 activity_main.xml -
Shantanu Singh
  • 345
  • 1
  • 5
  • 22
1
vote
0 answers

How to integrate Custom ad mechanism in android application?

I want my android application to continuously run a service in background which should start a full screen activity (something like Interstitial Ad) after specific time intervals (say 5 mins). I want to manage these ads too (Custom banners totally…
Adeel Ahmad
  • 990
  • 8
  • 22
1
vote
1 answer

Google DFP slotRenderEnded function working wrongly after pubads().refresh([currentSlot])

I'm using googletag.pubads().refresh([currentAdSlot]) in infinite loop by scrolling mouse window down and i want to listen 'slotRenderEnded' event after refresh function. But each when i call refresh function, 'slotRenderEvent' triggered…
kenanyildiz90
  • 176
  • 3
  • 13
1
vote
1 answer

Ads not loading in firefox windows 7/8/10 with ABP plugin, disabled on my site only - availableWidth=0

It has come to my attention that ads are not showing up on my site with Firefox and ABP-plugin, disabled on my site only. (bbtsip.tv/home.html) I have an approved ad-sense account. this is the inspector error: TagError: adsbygoogle.push() error: No…
Paul
  • 93
  • 2
  • 2
  • 11
1
vote
1 answer

Notification of app download through an ad?

I'm using Unity Ads in my game and by using the HandleShowResult function I can see if an ad was finished, skipped or failed. This works well but, is there also a way to find out if the user downloaded the app featured in that particular ad? …
T. Neff
  • 15
  • 3
1
vote
1 answer

Facebook Ads of the last 7 days

I want to show the Facebook ads that have been active on the last 7 days. The following code shows me a certain campaign but I need all the campaigns. today = datetime.date.today() start_time = str(today - datetime.timedelta(days=7)) end_time =…
1
vote
1 answer

Banner ads are not loading when Visibility set to INVISIBLE

I am trying to add banner ads in my game. I am able to display the ads on load but the problem is when I am making the Adview object invisible its not loading in background. Ads are only loading when the Visibility of the Adview Object is set to…
Jai Sharma
  • 11
  • 3
1
vote
2 answers

Would it be a good idea to make python store compile code in file stream instead of pyc files?

I'm wondering if it wouldn't be a better if Python would store the compiled code in a file stream of the original source file. This would work on file systems supporting forks/data-streams, and fall-back if this is not possible. On Windows using…
sorin
  • 161,544
  • 178
  • 535
  • 806
1
vote
1 answer

Self-managed rich ad platform for iOS apps?

A media publishing company has an existing inventory of advertisers for their traditional media channels. Their iPad app is doing very well, and they want to use their inventory for in-app rich advertising. I can't find any rich ad solutions that…
nik
  • 555
  • 5
  • 12
1
vote
0 answers

FB Pixel PageView count is 0

I'm new to Facebook advertising and i'm trying to set up basic FB Pixel tracking for my website. After setup I see that FB pixel getting loaded successfully, but what I see the PageView count is zero. Please see the attached screenshot (PageView at…
Abhishek
  • 1,558
  • 16
  • 28
1
vote
1 answer

AdColony UI is messed up on Galaxy S6 (using Unity 5 & HeyZap)

I have a game that I'm making for Android using Unity 5.3.5p2 (64 bit) and Heyzap Mediation v9.5.7. I implemented AdColony v2.1.4 using HeyZap and it works fine on my Samsung Galaxy Avant, but on my Samsung Galaxy S6 the time left circle and the x…
PlanetVaster
  • 507
  • 1
  • 6
  • 18
1
vote
1 answer

Ads view in recyclerview replace items

I used this code to put ads within recyclerview. My issue is that the ads items replace the items of my regular layout. For example if I have a list of 10 items, I'll get the item 5 and the item 9 replaced from adview. @Override public int…
Domenico Maiuri
  • 191
  • 1
  • 1
  • 10
1
vote
1 answer

Show ad banner by touching a button

Explanation The title pretty much asks for itself. I'm trying to make a button activate an ad banner, but Xcode returns me this message below; so, because of the UIViewController, I saw that this banner should be called on GameViewController, not…
Luiz
  • 1,275
  • 4
  • 19
  • 35
1
vote
1 answer

Adnetwork, ads, for windows phone 8.1 and 10 universal with phonegap / cordova

I would like to know if someone know how add different advertising in an app of windows phone universal, do it with phonegap. At this moment I'm working with Microsof Advertising, but the fill rate and eCPM are really low(15% and 0.32Euros approx.).…
cegonzal91
  • 21
  • 3
1 2 3
99
100