Cache Busting -a closer look
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
Dealing With Cache busting Tokens
Some commonly used cache busting identifiers are
- [cachebuster]
- [TimeStamp]/[timestamp]
- [RNG]
- Insert_Time_Stamp_Here
- RANDOM
Ad Server
| Cache busting macro |
Doubleclick's DFP | %n |
Real Media OAS | %%REALRAND%% |
MSN Sales's Ad Expert | ##% |
Zedo | %t or %r |