Advertising is 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.
-2
votes
0answers
9 views
Ad network for website with high pageviews [closed]
I own a site which receives hundreds of pageviews (sometimes more than 500 pageviews) despite receiving only 30 or more visitors. I can't understand which ad network will be effective for my site.
0
votes
1answer
37 views
How to avoid loading screen at closing interstitial ads (Using AssetManager - Libgdx)
I am developing a game using libgdx. Resources are managed with AssetManager.
As indicated in Libgdx, Managed OpenGL resources like Textures need to be reloaded.
So, in my ApplicationListener # ...
0
votes
2answers
42 views
How to properly add “Replay” functionality to a self-preloaded Flash movie?
I made a Flash project in FlashDevelop to create an Ad.
The Preloader is setup by making use of the Additional Compiler argument:
-frame=NameOfLabel,NameOfMainClass
My main class is simply called ...
1
vote
0answers
24 views
How to check whether Bing Advertisment returns error code / is not active?
I've got a Windows 8 application (C#/XAML) and added advertising with the Bing Advertising SDK. Works well!
But sometimes, when there are no ads to display, the space is empty. I wonder if I can ...
0
votes
0answers
50 views
Do the google adsense javascript errors affect ad revenue?
Apparently it is normal (but please do correct me if I am wrong) to see this error: "Blocked a frame with origin "http://ad.doubleclick.net" from accessing a frame with origin "http://mysite.com". ...
0
votes
1answer
41 views
How to refresh div in javascript, which has another script as body?
I was using an advertising service (banner) which had a simple refresh timer in it. Where I could specify after what time the advert should be reloaded (or a new one should be served)
I've switched ...
0
votes
0answers
38 views
How to prevent intext advertising IE addons from underlining text on my website? [closed]
Common keywords on my website are being underlined and linked by an intext advertising adware addon that I have installed on IE.
In my code, how can I properly override this functionality?
Note: ...
2
votes
1answer
29 views
How to work Adcontrol in windows phone 7?
I want to add advertisement in my application. I add the add control and got the ApplicationId and AdunitId from Microsoft Adverting Pubcenter.
I give that into my app, But it's not working........
...
1
vote
0answers
33 views
MRAID and iOS/Android
I am currently working on a MRAID compliant advertisement SDK and am finding it difficult to find resources on what exactly makes it MRAID compliant.
I have had a look at the IAB document:
...
-1
votes
0answers
19 views
Preventing click on iframe DoubleClick adverts
Am experiencing an issue where i have to disable clicking on ads served by DoubleClick in certain parts of my new site.
I have tried to dynamically wrap the iframes in a div with jQuery when the ...
1
vote
1answer
45 views
Google Publisher Tag(GPT) ad call returning a bad request
We are trying to convert DFP ad calls on our site into GPT ad calls with asynchronous rendering with single request mode. We arte trying to make a proof of concept page with ads. But the page doesnt ...
-3
votes
3answers
40 views
Advertising in objective C [closed]
My questions:
Is it allowed to implement own made advertising banner in my iOS Iphone app? Or do I really need iAd framework.
Do I have to pay for my own advertising banner because it's "invisible" ...
10
votes
3answers
497 views
AdMob - “Invalid or non-existent app url” while creating an ad
I am trying to create a house-ad campaign for my Android application, but unfortunately encountered a problem while providing an URL.
Please find error message below:
There were problems with your ...
0
votes
1answer
32 views
iOS. Configure flurry to display ads with my concrete apps?
For example playhaven allows to create a concrete set of applications to display. Even if they don't belong to me.
Is it possible to do the same with Flurry? It is hard to understand anything with ...
-3
votes
0answers
15 views
Ad space prices history (cpm cpc etc..) [closed]
Does anyone know where can I find price history data for general or specific ad spaces (CPM/CPC/CPA anything)?
Thanks,
Amir
-2
votes
0answers
14 views
Unable to post image to Suggested App ad [closed]
Attempting to upload image for Suggested App ad unit.
For iOS,
Clicked “Customize Ad”
Uploaded image
Image appeared in ad in pop-up
Clicked “Customize”
Image appeared in ad on edit screen
Went to ...
0
votes
1answer
41 views
advertising Ad control disappear and Throws Exception in windows phone 7
i am getting exception from Adcontrol as
"A first chance exception of type 'Microsoft.Advertising.Mobile.Shared.AdException' occurred in Microsoft.Advertising.Mobile.dll".
my ad control is disappear ...
0
votes
0answers
37 views
Objective-C Bluetooth: Read SERVICE DATA by advertising
I am sending Advertising-Data from an embedded device to the iPad. This data are tagged with the "Service Data"-AD type (0x16). When I am reading the advertisementData with the delegate ...
0
votes
0answers
55 views
Android how to cancel airpush functionality
I'm thinking over integrating Airpush Ads into my Android app. And there's an unclear thing for me.
My app has "Remove Ads" in-app, and when a user purchases this in-app, I want immediately cancel all ...
1
vote
1answer
34 views
Implementing own ads, how to?
I was thinking of implementing my own ads in my app.
Not needing adMob or google and the likes.
I would like to give my advertisers some data, but then I thought I could just use a third party to ...
1
vote
1answer
40 views
DoubleClick - Interstitial advertise sizing/croping/center placing -> Impossible?
Following this code (https://developers.google.com/mobile-ads-sdk/docs/admob/advanced) :
import com.google.ads.*;
public class BannerExample extends Activity implements AdListener {
private ...
0
votes
1answer
110 views
Pubcenter Alternatives
I have an app published in the Windows store with pubcenter ads but after the recent drop in fill rates (see here) these adverts a providing effectively no revenue (maybe £0.01 in a day occasionally). ...
0
votes
1answer
73 views
Replacing document.write with a jQuery append for script tag
I have an advertising script that generates a 300x250 ad unit, and runs like the following:
document.write('<scr'+'ipt language="javascript1.1" src="[removed]"></scri'+'pt>');
I have to ...
0
votes
0answers
53 views
Microsoft AdControl freezes WP7 XAML/XNA application
I've encountered the issue with Microsoft AdControl. It happens in my big XAML/XNA project but here is the simple way to reproduce:
Create a new project with stadard template "Windows Phone XAML and ...
0
votes
0answers
45 views
How do I detect if AdControl (Microsoft Advertising SDK) is clicked?
I tried IsEngagedChanged, PointerPressed/PointerReleased, none of those events is fired when I click the AdControl. (AdRefreshed event does occur)
I'm developing an Windows Store App in C#/XAML.
Am ...
0
votes
1answer
63 views
IOS: adMob two type of advertising
In my app I want to insert a banner 768x90 and a interstitial, but when I add my app I can choose only an option (or banner or interstitial) that give me only a unit-ID... is not possible use inside ...
0
votes
2answers
88 views
IOS: advertising in app iOS
In my app I want to insert advertising; I search on google and many people use only a service to their app, at the example only iAd or only adMob ecc..
Other people say that is better insert in an app ...
1
vote
2answers
168 views
Advertising in iOS app
I would like to know if it's possible to have a UIImageView on the main page of my app, where the ImageView would show a logo of some company, that I will advertise in my app, and have a contract ...
0
votes
0answers
23 views
Can I use my own ads in a facebook game?
I am planning to make a game for my own country. I plan to use my own ads in my own canvas of the application. Am I allowed to do such? Or am I only supposed to show ads from the approved ads company ...
0
votes
1answer
60 views
IOS: iAD advertising
In my app I insert advertising with the iAd framework and it work fine. But now I want to know how to set advertising inside these banners.
Is there some services where I should register my ...
1
vote
2answers
127 views
OpenX only option?
Is there any other alternative (commercial or not) to OpenX Source to build my own ad network in which my publishers suggest their sides and get their custom tags automatically?
Most of other ...
0
votes
2answers
188 views
How to fire JavaScript pixel on click
I am trying to get a Javascript pixel
<script language='JavaScript1.1' ...
0
votes
1answer
24 views
DFP returning empty vast files (ads)
I am using DFP to serve ads, and fiddler to monitor the requests.
After 3 GET requests to the dfp server, in a short period of time (say 30 seconds), every subsequent request will a list of empty ...
0
votes
1answer
105 views
Difference about AdSense and Ad Exchange [closed]
What is the difference between AdSense and Ad Exchange?
From what I know Ad Exchange is like a net of advertisers. Can I use my AdSense account to show adversitements from the Ad Exchange platform?
...
0
votes
1answer
79 views
Chartboost: cache once or everytime
In this doc it says: "Cached interstitials are deleted from memory after they are shown. If you plan to display
another interstitial for a particular location, you should cache that location again"
...
2
votes
1answer
75 views
tracking facebook install ads
I want to install the Facebook SDK into my iOS app to track installs from Facebook’s mobile ad units that drive installs.
HOWEVER all the information I’ve read so far is that in order to TRACK the ...
5
votes
1answer
133 views
Why are requests being made to /eyeblaster on my website?
My Adsense-supported website's error.log file has lots entries like this which I'm fairly sure are advert related:
[Fri Apr 12 07:19:57 2013] [error] [client IP] File does not exist: ...
0
votes
0answers
140 views
Windows 8 Store App: Showing Ads between Groups in Grouped GridView
I am developing a win 8 store app and I have the main GridView list page, which is a grouped collection of items. It shows several groups in grids as you'd expect in the standard GroupedItems ...
1
vote
0answers
22 views
Social Discovery (user started using app) and Sponsored Usage Stories
i have a mobile native application connected to Facebook and also has more recently a Canvas app. We have the setting for Social Discovery enabled, but we dont have "user started using app" stories, ...
0
votes
0answers
14 views
Embedded advertising in app [closed]
If I have an app which has an embedded sponsor who pays me a set price to sponsor the app, do Apple or Amazon take a 30% cut of revenue? I am new to this field!
0
votes
2answers
52 views
Simple advertise block drupal
i'm looking for a simple module/code that allow me to manage advertisement.
I've tried many modules but i found just complex stuff and with non logical structure, i've also tried to edit some modules ...
0
votes
0answers
25 views
Is appcast.xml worth using for PHP web app?
I am working on a mature photo gallery software http://fulldecent.github.com/cameralife/ which is in PHP.
This is currently advertised via Freecode (formerly Freshmeat). Usage came down a lot after ...
-3
votes
1answer
73 views
Are all ads in iframe? [closed]
I'm trying to use easylist.txt and BeautifulSoup to detect ads on a webpage (to compute their size, not to block them).
A question: can I consider all ads placed in some iframe?
I believe the ...
0
votes
0answers
18 views
Why the count impression to change after few days?
I have a few ads with Optimized CPM(clicks, actions) op $0.8
Every day at 3 am, I take the stats from the previous day as a query
/stats? start_time = 2013-03-23T00:00:00-0700 & end_time = ...
0
votes
0answers
42 views
Rails gem for advertisement statistics
I'm looking for the gem that would help me to collect statistics about site visitors and purchases. Basically for each campaign, I need to know by campaign/site id/banner id the following:
1) # of ...
0
votes
2answers
301 views
Tracking banner impressions on website
I am trying to sell advertising space on my website but to do this I need to know the amount of impressions each banner gets in the various parts of the webpage and blog.
I tried doing it just in ...
0
votes
0answers
16 views
Microsoft Ad isn't requesting new ad, after navigation back
I use the Microsoft Ad SDK &js/html and every thing works fine. But when I navigate back to a previews site, my app isn't requesting a new ad, instead it shows the old one. If there were before no ...
0
votes
1answer
57 views
Can you enable placeholder adverts using DFP
Is there a way in development and staging environments to show adverts or at least a place holder of some sort?
Currently I have have added a conditional css file to style the advert place holders ...
0
votes
2answers
70 views
admob ads for multiple applications android
I could not find anywhere how to tackle multiple applications with ad mob and ad mediation. I currently have 2 applications live and I what to know what is better:
to have a single application in ...
0
votes
1answer
49 views
impression tracking with double click videos?
I need to generate my click / impression URL's dynamically. Is there a way of adding impression tracking to a double click video tag? I understand with clicks, the "click=" followed by the URL would ...




