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

Set up ads in Windows Phone 8

I found a few scattered responses to similar problems (mostly with Windows Phone 7) but wanted to post an answer that contained all requirements for Windows Phone 8 Ads. I've been having some issues setting an ad up in Windows Phone 8. Every time I…
ellemayo
  • 3,258
  • 2
  • 20
  • 30
18
votes
1 answer

How to display "More games" page via ChartBoost in iOS?

I'm trying to integrate ChartBoost in my app and single ads are displaying OK. This is the initial setup: ChartBoost *cb = [ChartBoost sharedChartBoost]; cb.delegate = self; cb.appId = CHARBOOST_APP_ID; cb.appSignature =…
NikGreen
  • 700
  • 9
  • 28
17
votes
2 answers

How Do Internet Advertisers Use Third-Party Cookies?

If a given web server can only read cookies from those set within its own domain, how do Internet advertisers track user's web traffic from websites outside of their network? Is there some kind of "supercookie" global advertising system that…
Eternal Rubyist
  • 3,445
  • 4
  • 34
  • 51
17
votes
4 answers

Putting an AdMob native ad in a listView

I'd like to use the new AdMob native ad functionality in my app. I want to put a native ad within a listView, where every 20th item or so in the list is an ad. Is it possible to achieve this with a Native Express Ad? Or do I have to use a Natve…
AcFreeman
  • 316
  • 1
  • 2
  • 8
17
votes
5 answers

Google Ads doesn't support HTTPS. What alternatives are there?

It's pretty well known that Google Ads doesn't support HTTPS, but since I store my user's session in a bearer token/cookie I feel the need to encrypt this information... at a minimum so I can protect my end users from being hacked. What are my…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
17
votes
1 answer

How to estimate potential income of using AdMob in the app?

At this time i have few paid features in android app. I'd like to estimate potential income of using AdMob ads in the app and choose the best strategy: paid features or ads.
4ntoine
  • 19,816
  • 21
  • 96
  • 220
17
votes
2 answers

Facebook Mobile App Install Ads Error - Page you requested was not found

I'm trying to use the new facebook mobile app installs. I integrated the newest SDK in my app and followed this tutorial. In the documentation it says: "Note: to confirm the SDK is setup for measurement, go to the app summary page and there's a…
gigidawg
  • 171
  • 3
16
votes
1 answer

How to fill data safety?

I am trying to fill data safety for the google play console. I am using only admob and no other third party apis that collect info about the user. How should I fill it in?
user17863390
16
votes
5 answers

How to hide banner ad when navigating to next page in flutter?

I am setting ads in flutter app using firebase_admob plugin. I tried banner ad and it is working fine but, when i navigate to another page it still remains at its position. I want that ad should hide when navigating to another page. The code snippet…
Aman gautam
  • 822
  • 2
  • 9
  • 20
16
votes
1 answer

How to implement Ads in Desktop Application built with WPF or Windows Forms?

I would like to implement like as it comes in Utorrent/Skype. I looked forward to lot of options. Here is the list: Google Adsense Microsoft Pub Center Desktopad -- Communicated with them and got the answer that it is only for Windows Store…
Nikki Punjabi
  • 383
  • 2
  • 16
16
votes
2 answers

Run VAST without (a standard) Player?

An answer to this question will hugely be appreciated! Anyway, it is the first time I see a VAST tag. Now, the idea is to run/implement it without having or using a regular player. Is this possible to do just with using JavaScript events? And how…
Simon Ferndriger
  • 4,455
  • 6
  • 28
  • 53
16
votes
9 answers

AdMob banner ad not showing

I am using admob in my app, it was working fine but suddenly it stopped showing ads at all. Bellow is my codes i used: mainActivity.xml:
Darshan
  • 515
  • 1
  • 3
  • 16
16
votes
1 answer

iOS: TestFlight beta app get new advertising identifier in each run

I am getting new advertising identifier each time I run a beta app uploaded to TestFlight in iTunesConnect. Is it a normal behaviour? Will it happen for AppStore app too? I am using the Advertising Identifier to identify users and his credentials…
karim
  • 15,408
  • 7
  • 58
  • 96
15
votes
9 answers

Display Alternative Content for Users with AdBlockers

I'm working on an ad funded project. Really something subtle and content aware, not lame popups for genital enlargement etc. Since the project is ad funded, people with Ad Blockers will not benefit the project, (since they obviously don't know the…
Madara's Ghost
  • 172,118
  • 50
  • 264
  • 308
15
votes
7 answers

App Open Ads on admob - No ad config on test ads

We are trying to add a new format to our app. We used a test ad ca-app-pub-3940256099942544/1033173712. And in the onAppOpenAdFailedToLoad callback we get this { "Code": 3, "Message": "No ad config.", "Domain":…
Mykhailo
  • 151
  • 1
  • 1
  • 3