- We design and build extraordinary applications for companies looking to make the next great idea a reality.
- learn more
Again - Advertising and AJAX
Eric Picard comments on the impact of AJAX on online advertising. He covers the basics as far as what the difficulties are:
AJAX
stands for asynchronous JavaScript and XML, and it's the asynchronous
part that causes the problems. In Web pages created using AJAX, content
is loaded asynchronously with no browser refresh. This causes big
problems with counting page views and impressions: if a page never
reloads, it's difficult to define what a page view is. And if the page
is never reloaded, deciding when it's appropriate to refresh or load
new advertising is left to the developer's discretion. Similar issues
exist around software applications that include advertising.
That doesn't seem all that problematic, right? We can use AJAX to asynchronously load new ads. Further, we can drive advertising content off of user activity. Well, there's more to it than that. According to Eric, if your applications don't comply with industry standards, you will fail your impression audit which will adversely affect your ability to charge for online ads.
His solution? Avoid time based ad refreshing:
I've talked a lot with
people about time-based page refreshing and what's appropriate. This
isn't a new issue and is why the language exists in the current IAB
counting guidelines. But it's never been a simple one to deal with. My
general guidance is to avoid any kind of time-based advertising
refreshes if at all possible.
Event-based ad updating can be OK, it seems, if it corresponds to traditional webapp page loads. Should we root for a rapid update of the standards? Won't AJAX make the ads more intrusive, just like popups used to (and still do, in some cases)? Or can we hope that people will use the new technology to provide us with more pertinent offers?
Leave a comment
About Pathfinder
Recent
- Project Website Part 4: Drag and Drop in jQuery
- The App Store, iPhone, and You
- Multiple Column Sorting with Drag and Drop using Scriptaculous
- Five jQuery plugins that are a joy to use
- Visualizing Your Database Schema Entirely in Rails
- jQuery plugins: Five tips for separating the good from the bad and the ugly
- Resolved: Should schema.rb be included in your source control?
- Flash 10 - FileReference Runtime Access
- Papervision3d 2.0 (Great White) in Flex 3 (Part I)
- MetaWidget - Convention over Configuration UI
Archives
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006

