advertisement

How does a website build popularity?

So, my question is how do people get the word out that their website or blog exists? Do blogger invest in ads? Is is just through word of mouth? Or searching Google? I'm just curious how does a website build it's popularity. Do you just put your website up on the web and hope people find it? I know you can make your site SEO friendly, cr...

How do I embed ads in .NET Compact Framework application?

I'm writing a C# .NET Compact Framework application and would like to embed ads into it (e.g. small banner on top of every screen). However, I couldn't find any advertising SDKs. Aren't there really any? If implementing it from scratch, how would you do it? Google's Ad Sense for example only works with mobile websites (that can be reach...

What are the products that i can use for my Web Adverstiment ?

Hi, Could some please help me know what are the good products that are exist in market to develop and configure my web adversitments. I need to do adverstisment on web. ...

How to promote/advertise your web app/site on the web?

What is the best way to advertise a web application or site on the web, specifically paid advertisement, but if there are any great free ones, those are welcome as well. Please refrain from mentioning meta tag's and technical SEO related site modifications. Google ad-words is one way we all know about. But I'm looking for other sugges...

Help with Adding AdMob ads to a UITableView (iPhone)

Hi guys, I am trying to add an AdMob ad to a table view. I would like it to show up in every 10th cell. (Eg. like how it is in the Free version of the Reddit App if you have it). I tried to follow the AdMob documentation but I didn't have any luck and I'm sure there is something I am missing. Could anyone shine some light on a simple ...

Show an Advertisement 75% of the Time

Hello, I am trying to figure out a way to show an advertisement 75% of the time. I currently have a random number that is selected from 1 to 100. if the random number occurs between 1 and 75 I show the AD. Is there a better way to implement this ...

Best way to handle advertising that expands on mouse over.

I have recently seen a number of web sites where you want to click a link in content on the page, but as your mouse moves across an advertisement (ad) to get to the link, the ad expands to cover the content link, and I accidently click the ad often leading me someplace as a user where I DID NOT choose to go. I find this beyond annoying ...

How to use a mysql query to check if a ad should be enhanced

Hello! I have a problem with emphsizing an advertisement - i need to have to different designs for enhanced and non-enhanced ad's! My table is like this: id int(11) UNIQUE // the unique id of the row adresse text // the adress of an advertisement fremhaevninger int(11) // the number of emphasizings of the ad dato datetime ...

Error trying to get iAds off screen

Trying to make iAds go off screen when no ad is loaded, as per Apple's request. They gave me this code: - (void)bannerView:(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error { if (self.bannerIsVisible) { [UIView beginAnimations:@"animateAdBannerOff" context:NULL]; // assumes the banner view is at the top of the s...

How to implement Admob AdView in Android app

I want to use Admob in my app. I've downloaded the SDK and followed the steps. Sometimes, I get an ad in return, but most of the time, I get an entry in LogCat that says "Server did not find any ads" or something to that effect. Test mode is enabled, says the Admob site. I think I might be doing something wrong. Where can I get a step-by...

how to pull ads to your website using asp.net mvc

I'm very new on website advertisements. How can i pull ads to my website like what stackoverflow did on their site that i can see on the right side panel? I'm using asp.net mvc. What is the best free ads service to use or an API good for mvc? any suggestion? ...