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

What stops website owner from hiding CPM/CPV ads?

I just started a website and want to put some ads on it to make it pay for itself. Given that nobody ever clicks on those, I thought that CPC (cost-per-click) is not an option and decided to go with CPM/CPV ads. Here's my question. What exactly…
user498283
  • 13
  • 3
1
vote
3 answers

i'm using ads within a uitableview, where every 4th item or so in the list is an ad

I'm using ads within a UITableView, where every 4th item or so in the list is an ad. It works but the ad takes the position of an object like 1-2-3-ad-5-6-7-ad not 1-2-3-ad-4-5-6-ad My UITableView methods -…
sinfils
  • 19
  • 1
  • 8
1
vote
1 answer

google adwords API: how to retrieve all fields(AWQL)

ive been looking on Google Adwords API documentation but have no luck, my specific question is: I need to retrieve all available fields from a report but there no "SELECT *" statement on AWQL . And selecting every one of them manually is not an…
Luis Leal
  • 3,388
  • 5
  • 26
  • 49
1
vote
1 answer

Android Appium : Test multiple conditions first before to declare that test is failed

Scenario : I have different types of ads coming . One can be clicked on a button and other can be clicked on the whole ad. I have to test when an ad comes , the first test by clicking on the button , if it doesn't work , click on the other type. In…
Rohan
  • 841
  • 1
  • 11
  • 22
1
vote
1 answer

how to integrate Other Ads network on codename one app

I want to know if i can implement other ad networks like adcolony in my codename one app using the adservice/ads component or any other method. Thanks all
rockspetre
  • 325
  • 1
  • 7
1
vote
3 answers

Integrate Admob to Android Problem

I am trying to integrate Admob to android, i end up with no success. The Document says Need to Provide DeviceID to get Ads for Real Devices.Could you please Help me about this. But I m getting ads in the Emulator by setting AdManager.TestEmulator.
jackie
  • 11
  • 1
  • 2
1
vote
3 answers

GoogleAds Doesn't show up

In my CodenameOne project I defined google ads' unit ids for both android and ios. There is no problem with the android version. But in the ios version the ads do not show up, although it did for a while, it stopped suddenly. Any ideas where I can…
Babur
  • 115
  • 3
1
vote
0 answers

Getting Facebook ad insights doesn't return all days

I'm trying to get data grouped by days for a particular ad, but I only get a subset of days that doesn't include the last days of activity. I have tried to introduce different parameters to change this behaviour but nothing seems to work. Here's the…
Eneko
  • 61
  • 1
  • 5
1
vote
0 answers

AdMob Native Ads crash my app

I got this crash a lot, especially after a displayed ad gets destroyed: Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'boolean java.util.Map.containsKey(java.lang.Object)' on a null object reference at…
breakline
  • 5,776
  • 8
  • 45
  • 84
1
vote
2 answers

Difference between two similar Goodle Unity Ads plugins

Tere is a two plugins for Unity from Google for having Ads in your app. First, based on firebase and provided via google play services: https://github.com/googleads/googleads-mobile-unity Second one, also well-updated, used by some people plugin for…
Vladyslav Khromykh
  • 757
  • 1
  • 5
  • 20
1
vote
1 answer

Why Android Facebook Audience network is leaking activity even after calling destroy method?

I am working with Facebook's Audience Network in my android app that I am building. My onCreate method codes are, @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
Viral Joshi
  • 317
  • 2
  • 15
1
vote
0 answers

Android as BLE peripheral does not show the CCCD descriptor when central discovers services, characteristic and descriptors being advertised

When my central device tries to discover the services, characteristics and its descriptor everything is discovered fine but when the central device tries to search for the Client Configuration Characteristic Descriptor for a characteristic which has…
1
vote
0 answers

Android studio permissions not working

So I made a simple 0-100kmh calculator app nothing special, but my ads wont work I suppose thats because they need permissions and I just can't get them to work. Maybe I need to import class for it? Thank you for your time. package…
1
vote
1 answer

Corona interstitial tap count

i have a question with corona (LUA), at the moment im showing interstitial ad when tap button occurs. I have this and its working (sometimes takes like 5-10-15 seconds to load and ad, i dont know why: local ads = require("ads") local…
user6810198
1
vote
1 answer

Display wordpress popular posts to another website

I have 2 websites "A" and "B" Website "A" is based on wordpress Website "B" is coded in php How can I display popular posts of my wordpress website in website "B". Is it possible to display it like how Native Advertisement shows. Like in the image…
Jack Stern
  • 395
  • 1
  • 4
  • 16