Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
11–20 of 36 posts
Re: Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
#12Re: Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
#13[deleted]
There are probably technical (though not insurmountable) reasons for this, i.e. if the ads are content based Google has to be able to scrape the content to know which keywords to match.
Re: Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
#14The world could really use a good competitor to Adsense, couldn't it? How about some ad network that is based on contextual technology such as Facebook, retargeting, etc.
(unfortunately) nobody cares about the desktop ad space anymore, "the future" is mobile
Re: Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
#15Earlier quoted context omitted.
(unfortunately) nobody cares about the desktop ad space anymore, "the future" is mobile
Hmm... I don't see ads on my Gmail mobile client. I see ads on Facebook mobile client or too small to notice (I do notice the "recommended posts" sometimes). Free iPhone apps come with "ads". I personally don't see how mobile ads are so effective as desktop.
Re: Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
#16Re: Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
#17There is actually pretty good support, but you have to use AdSense through Google DFP - https://www.google.com/dfp/ . Things like creating ad slots dynamically / loading them later / refreshing them dynamically work fine when you use GPT tags in DFP.
Case in point: I have an AJAX site where users spend about 18 minutes per visit and refresh ads every two minutes. So far no complaints from Google.
Re: Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
#18There is actually pretty good support, but you have to use AdSense through Google DFP - https://www.google.com/dfp/ . Things like creating ad slots dynamically / loading them later / refreshing them dynamically work fine when you use GPT tags in DFP.
Afaik AdSense still explicitly prohibits refreshing through JS, but this doesn't seem to apply when going through GPT. I'm not entirely sure what the situation here is. Case in point: I have an AJAX site where users spend about 18 minutes per visit and refresh ads every two minutes. So far no complaints from Google.
Re: Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
#19Earlier quoted context omitted.
(unfortunately) nobody cares about the desktop ad space anymore, "the future" is mobile
Hmm... I don't see ads on my Gmail mobile client. I see ads on Facebook mobile client or too small to notice (I do notice the "recommended posts" sometimes). Free iPhone apps come with "ads". I personally don't see how mobile ads are so effective as desktop.
Re: Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?
#20There is actually pretty good support, but you have to use AdSense through Google DFP - https://www.google.com/dfp/ . Things like creating ad slots dynamically / loading them later / refreshing them dynamically work fine when you use GPT tags in DFP.
Afaik AdSense still explicitly prohibits refreshing through JS, but this doesn't seem to apply when going through GPT. I'm not entirely sure what the situation here is. Case in point: I have an AJAX site where users spend about 18 minutes per visit and refresh ads every two minutes. So far no complaints from Google.
In my case, my site is structured as tabs. I refresh the ads when the user switches the active tab. A tab occupies about 95% of the page anyway.