Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

39
votes
10answers
24k views

Embedding ads on Android app?

I would like to make a free version of the Android app I have, but would like to embed ad on it. I am not sure where I should start? Is there a well known mobile ad company out there that is ...
21
votes
3answers
1k views

How is click-fraud detected?

Which methods do Google (and other PPC companies) use to prevent click fraud?
14
votes
4answers
1k views

How do I create rotating ad blocks in ASP.NET MVC?

How would you implement a rotating ad-block with each page refresh, similar to what SO does, using ASP.NET MVC? Do you think they have a session variable with what ad index we are currently viewing ...
12
votes
3answers
386 views

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 ...
9
votes
1answer
1k views

How to put ads in apps for Mac App Store?

As AdMob or iAd is not yet available on Mac, how can we add ads to Mac Apps? Is Adsense allowed? Or is there any other available ad platform? Thanks.
8
votes
4answers
2k views

Is it possible to load a javascript ad last on the page to prevent slow load times?

Is there a way to include a javascript-loaded advertisement last on the page, but have it positioned in the content? The primary purpose is to keep the javascript ad from slowing down the page load, ...
7
votes
3answers
1k views

Alternative mobile advertiser networks for android?

I am looking for an alternative mobile advertiser network in android! (like admob) Is tehere any good network?
7
votes
4answers
2k views

MoPub for Android

I am thinking about moving from AdMob to MoPub for my Android apps. Does anyone have any first hand experience with MoPub? Reasons I am thinking of MoPub: No need to include other SDKs. Greater ...
7
votes
3answers
1k views

How to promote a new product/service? [closed]

This is often a bit of a problem for lone developers working on a product or a service. How can they get the word out about their product? I recently finished a project of mine and I'm struggling a ...
7
votes
3answers
1k views

How “Advertisement server” works?

I am looking for some information about Advertisement servers. Implementation details tracking code generation user data collection serving the ad in response to a click-through Applicable ...
6
votes
3answers
277 views

How do I create a passback tag from a URL?

I have a couple of ad networks that have been able to integrate a passback URL (requested when a paid ad impression is not available) but one ad network can only accept a passback script tag, which I ...
6
votes
6answers
2k views

How do I interact with the Amazon Product Advertising API in my Rails app?

I'm building a Rails web app and was wondering what is the best way to get a list of products that Amazon would return based on a search term? For example, if I sent amazon the term "iphone", I'd ...
6
votes
3answers
957 views

What is an effective way to insert ads into web app? Is AdSense suitable? [closed]

Since content of web applications is dynamically generated it would appear that AdSense is not going to produce relevant ads. Is there a way to increase relevancy of the AdSense ads for the web ...
5
votes
3answers
211 views

Ads in a program GUI

I'd like to create a java networking application, avaible for download on internet. I'd like to make it free and pay the servers fees with advertising revenues. I need the ads to be embedded in the ...
5
votes
3answers
150 views

How can I get people to try my framework?

I recently created an annotation-based validation framework in Javascript. In my humble opinion, it is useful and I think it has potential. However, I am not sure how to go about "advertising" it. At ...
5
votes
6answers
6k views

Detect Click into Iframe using JavaScript

I understand that it is not possible to tell what the user is doing inside an iframe if it is cross domain. What I would like to do is track if the user clicked at all in the iframe. I imagine a ...
5
votes
6answers
3k views

Which iPhone app ad solution gives the best rates?

I have a free iPhone app downloaded by 3,000 users, most of whom use my app at least once per day. So I plan to show ads in my app. Which ad solution is best? I looked in some sites, but no one is ...
5
votes
5answers
3k views

second $(document).ready event jQuery

I'm using some external jQuery with $(document).ready() to insert adverts after the document ready event has fired, something like: $(document).ready( function() { ...
4
votes
1answer
91 views

what counts as a “pageview” [closed]

My main index.html page consists of 2 parts (it is written in html & jquery/javascript): a fixed header that is always at the top of the page a content page that is loaded when a user clicks a ...
4
votes
1answer
79 views

Advert javascript not being served correctly to the browser unless called directly?

I hope this is the right place to ask this question - I did have a look at the rest of the sites in the network but this looked like the most appropriate place. We are having issues serving third ...
4
votes
1answer
857 views

AdMob API and keywords

Does anyone manage to get relevant advertisement from AdMob server when setting keywords or search query ? My application runs on Android and I manage to retrieve ads from the AdMob server. I try ...
4
votes
3answers
247 views

A solution for integrating ads in (Qt) applications

I'm working on a software that I would like to offer for free in charge with advertisement banners inside the application. Something like the banners in Spotify or the banner in the MS Live Messenger ...
4
votes
2answers
365 views

banner rotator advertising with probability

I have banners advertising with number of views, like CPM system. And for example : i have 3 banner: banner1 with 20.000 nr of views banner2 with 10.000 nr of views banner3 with 5.000 nr of views ...
4
votes
4answers
336 views

Platform for ad-supported shareware

Folks, I'm working on a little piece of rich client software that I'd like to distribute for free. That is, I'd still like to make money on it, but I'd like the revenue to come from advertising. Do ...
3
votes
1answer
105 views

What would you advise between iAd and adSense

I'm thinking about including an add in my app. What advertising programme would you recommend me between iAd and adSense ? Thanks,
3
votes
0answers
141 views

Ads in Software [closed]

I have a Python program. I want to show some related ads like small Google Adsense ads inside the sidebar. Because Google Adsense is content related ad system I can not use it. Which ad system can I ...
3
votes
4answers
2k views

Is MobFox really as good as they claim? [closed]

Currently I have a few android apps running with AdMob. I heard that it is not good so I decided to switch from AdMob. I searched online and found this MobFox claim that they pay 300% more than ...
3
votes
1answer
241 views

User Agent in an iPhone App

What is the default user agent if I want to add third party code (analytics or ads) in an iPhone app and how can I do to change it?
3
votes
2answers
115 views

Advertisement in XNA windows games (not Windows Phone 7)

What existing services/libraries are there for in-game advertisement that can be used in your XNA games on Windows?
3
votes
1answer
320 views

How are cookies managed in iPhone apps?

Are apps-cookies stored in separate per-app location, or shared throughout the device? Are third-party cookies allowed (read/write)? Are persistant cookies allowed?
3
votes
3answers
1k views

Load Advertisement (script) after page using jquery

I'm trying to optimize the page render and download and I'm stuck in this situation... I'd like to load an advertise at the end of page load, I made a simple test PAGE Code: <!DOCTYPE html> ...
3
votes
0answers
391 views

drupal 7 advertising (or: I dislike the ad module anyway)

Hey folks! Todays big question is this: I have a Drupal gig coming up and I've decided to use D7! Wow! This is your basic ad driven magazine type site (the second I'll have done). Unfortunatly: ...
3
votes
1answer
126 views

Advertise a c# socket component [closed]

Hey, i made a socket component in c# and i want to advertise my project now (its for free) where are good places to do that ? lg Nick
3
votes
3answers
208 views

Creating an advertisement system for your web sites (my own AdSense)

I do not know the right term for this but say I want to have Ads on my web sites where there advertisers need to pay whenever users click on the web sites. How should one go about doing this? My ...
3
votes
4answers
1k views

iframe for ad loading good or bad?

According to Yahoo's "Best Practices for Speeding Up your Site", the pros for using iframes: Helps with slow third-party content like badges and ads Download scripts in parallel but the cons are: ...
3
votes
2answers
152 views

Does AdSense send a page's HTML to Google for analysis? If not, how?

I'm thinking about making an ad network as an experiment and for learning a new server language. I can't understand how Google AdSense knows what HTML is on a page. The request to ...
3
votes
1answer
382 views

Using an IFRAME for a simple advertisment. Is it bad for SEO?

If you look here you will see an ad that is intended to be embedded in another site as an advertisement. Here is an example of where it is embedded. The code responsible for displaying the ad in the ...
3
votes
5answers
498 views

Advertising network for publishers, do any have an API?

I've got a site called http://www.manglebracket.com. It's a handy little web app for converting Word documents to HTML. I want to monetize it with Adsense-style ads, but the standard "paste this ...
3
votes
3answers
631 views

OpenX ads hacked

We use OpenX for serving ads on our websites. Received a complaint (with a screenshot) from one of our clients - "Why do I get the ad on your homepage linking to an adult site?". Everything seems ...
3
votes
4answers
238 views

Is it possible to automate taking a screenshot of a portion of a Web page (e.g., denoted by a CSS selector or HTML parent element)?

I'm not sure if the title conveys the best approach to my problem, so let me step back a little bit. My company is setting up an advertisement affiliate program. We have a widget that will soon be ...
3
votes
3answers
187 views

PHP Based Advert Rotation Script (incl. click/impression monitoring etc)

I used a script many years ago that was basically and administrative backend where we could submit advertising banners (etc) and set up parameters (show forever, until x many clicks/impressions). I ...
3
votes
3answers
2k views

Adsense equivalent for a desktop application?

The Google Adsense Terms of Service explicitly forbids exposing Adsense links from desktop applications: (vi) directly or indirectly access, launch, and/or activate Ads, Links, Search Results, or ...
2
votes
1answer
75 views

why does apple devices play html5 videos in its own player?

I tried different html players and used html5 video tag. However apple devices (ipod touch 4, iphone 4, ipad) shows html5 videos in its own player. My main goal is to show overlay adverts on video. I ...
2
votes
2answers
61 views

Distinguishing which type of user clicked an ad

I have a mobile (Android) app wherein I'll be serving ads to generate revenue (by users clicking on the ads). I'll have two types of users (type A and type B let's say). Type A is such that I get to ...
2
votes
1answer
41 views

using php jquery to obtain cookies from users? for advertisement system

I want to build my own advertisement system (like those banners you seen on websites), how would I do so? How do I capture the cookies that the users have visited? I know that if I had google ...
2
votes
1answer
85 views

Self-Service Advertising Network for Offline Software?

I need to find a self-service advertising network that allows ads to be embedded into offline applications. Specifically, I am creating a browser extension. Can you PLEASE mention some for me. I ...
2
votes
2answers
125 views

Allow User to Click on Advertisement to Unlock Features

Is it reasonable to give a user an option to either purchase the full version or click on an advertisement to unlock a feature in the application. From my understanding, AdMob pays based on clicks, ...
2
votes
1answer
116 views

Iphone application revenue from AppStore [closed]

Can someone with experience in App Store market. Give me answers of my questions? I hear stories that people make 5000-10000 $ per day from their app, is it real? How may are users on App Store? How ...
2
votes
2answers
551 views

JavaScript Sliding Billboard (No Flash)

I need to create a sliding billboard ad (just like the one on this website http://www.mlive.com/slidingbillboard/). I would prefer to use jQuery over Flash, for reasons I'm sure most understand. I've ...
2
votes
1answer
149 views

In-app advertising with MonoTouch?

I'm using MonoTouch for an iPhone game, just wondering: is it possible to implement in-app advertising using MonoTouch and if so how would I go about doing it? Thanks for any help!

1 2 3 4 5 6