Test

Blog Switch

Hi all,

I have migrated to wordpress and postings are done on
"http://interactiveadops.com"

Thanks

Raja Ramachandran
Showing posts with label Cookie. Show all posts
Showing posts with label Cookie. Show all posts

Tuesday, August 21, 2007

Cache Busting -a closer look

Cache busting

It is nothing but a technique to override caching of online advertisements. Cache busting is done primarily to stop caching of online advertisements in local system because when a previously visited page is requested again, the browser would retrieve the webpage content along with online advertisements from the cookies(refer to my earlier article on cookies ), thereby creating revenue loss to the ad serving vendors.

Why should we do cache busting?

  • Absence of Cachebusting results in revenue loss to Ad server vendors , since, the already requested page along with the advert would be retrieved from the local cookies and no request would be made to 3rd part Ad server
  • Lack of Cachebusting also leads to impressions discrepancies between the Publisher Ad server and the 3rd party ad server
  • Improper and absence of cache busting causes 3 rd party Ad server to register impression value lesser than publisher ad server hence resulting in under delivery

How do I do Cache busting?

Cache busting can be done in 2 ways

  • Using Cache busting tokens
  • Implementing Math. Random() function in a JavaScript

In both the types a random number(usually 10digit) would be generated everytime an Ad is requested, so the browser actions this as a new request and delivers the Advert from Ad server and not from Cookies. This way cache busting is done.

Dealing With Cache busting Tokens

Usually all 3rd party Served Tags would contain identifiers which have to be replaced with the Publisher Ad Server Macro for cachebsuting.Look for these identifiers and replace with your Ad server's cache busting macro (value/Function) for defeating cache.

Some commonly used cache busting identifiers are

  • [cachebuster]
  • [TimeStamp]/[timestamp]
  • [RNG]
  • Insert_Time_Stamp_Here
  • RANDOM
Few Caching busting Macros of leading Ad servers

Ad Server

Cache busting macro

Doubleclick's DFP

%n

Real Media OAS

%%REALRAND%%

MSN Sales's Ad Expert

##%RAND%##

Zedo

%t or %r

**Please kindly refer to your Ad server product manual for accurate macro and confirm.

Tuesday, August 14, 2007

Cookies-A must know

Cookies is a must know functionality for all online ad traffickers.Penned down few lines would help you to understand what are cookies and what role does it plays in online advertising

Quick Tour of Cookies
Cookies to me is a program which would help website to store little information about the user's behaviour on the website in the cookies folder of your hardrive.Cookies helps an user to have a faster web experience.

Types of Cookies
  • Session Based Cookies
  • Persistent Cookies
Session Based Cookies:These are the temporary cookies which would be stored until you close your browser.Every web browser has settings which can be used to allow this or block.

Persistent cookies:These stays in your hardware little longer than your session based cookie.Usually the lifetime of this cookies are determined by the website which stores this cookie.Normaly the cookies content would carry its expiry date.Even we can delete this cookies either from web browser or directly from the temporary folder.

Pros:
  • Cookies helps us achieving Frequency capping that we set in the ad server.
  • For e-commerce sites, cookies helps to a major extent by storing informations regarding transactions.(e.g)After adding an item to a cart, when you move next to check out, without cookies, the website would not register what item if you have added to the cart
  • Faster web user experience
Cons:
  • Cookies may lead to revenue loss to the ad serving companies if not properly cachebusted because when a user visits already visited page, the page content along with online campaigns would be retrieved from cookies and hence revenue loss to the ad serving company
  • Improper Cookie handling, would result in impressions discrepancies when we use 3rd party ad server