|
Recent
Articles |
Designing a Web User Interface - and Doing it Right The web, as it is today, is full of web sites. No surprise there. Some are popular, some aren't. Some make money, while others don't.
Sun CEO Promises To Make Java Open-Source In a recent announcement, Sun Microsystems CEO Jonathan Schwartz has pledged to make Java open-source code.
VoIP Choices Ringing Off The Hook Skype, Microsoft, AIM, Yahoo, Lycos, all of those companies have or will have options for doing phone calls from the computer; at stake is the biggest prize of all - keeping a person using a given provider's other services.
Google AJAX SERPS Experiment? A Digger has a completely unverified report that he saw a Google interface test in which the search results faded into each other as the text in the search box changed, kind of like a hybrid of Google Suggest and Windows Live's cool AJAX search results.
MediaBot - New Google Agent Confirmed Website owners and administrators might have noticed a new search spider agent appearing in their site logs. It appears that Google has another bot operating out there.
|
|
|
06.07.06 Ajax Causing Impression Problems

By David A. Utter
The good news about Ajax technology in web pages is how it allows for the updating of content within the page without performing a full browser refresh; that's the bad news too.
Eric Picard, a senior product planner in Microsoft's MSN Monetization and Ad Planning group, also works with the Interactive Advertising Bureau on several of their initiatives. His recent article on ClickZ about Ajax and counting impressions illustrated how Ajax can be a much curse to a site's advertisers.
The problem comes into play at the development stage. A site developer working with Ajax has control of what parts of a web page get refreshed, and when they do so. With only parts of the page updating via Ajax, an advertising block may or may not be refreshed each time.
Picard noted how this will be a problem when audit time comes around on the calendar:
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.
The current IAB impression-counting guidelines don't provide specific guidance on this topic. But they do offer general guidance on pages where advertising is automatically refreshed or reloaded. In the current audit process, every page that automatically refreshes will be treated as a unique case. The publisher must prove to the auditor that its business rules are justified.
He also cited instances where new sites with Ajax-powered goodness rolled onto the web and straight off the traffic measurements performed by firms like comScore and Nielsen//NetRatings.
To avoid trouble at audit time, Picard recommends avoiding time-based advertising refreshes if possible. If it isn't possible, keep documentation of how the refresh rates have been set and communicate with clients of those rates and any changes that may take place with the refresh.
About
the Author: David Utter is a staff writer for WebProNews covering technology and business. |