View Single Post
Old 02-27-2009, 03:12 PM  
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally Posted by SmokeyTheBear View Post
longer testing ? thats about all i do
What if the long term trends are not consistent with short term? You're missing out on $.

It's a pity G don't have a stats API to automate it and squeeze out the maximum benefit... I guess I could do something manually like:

Code:
if (stats file manually updated less than 24 hours ago) {
  total = adunit eCPM + adlink eCPM
  number = random(total)
  if (number <= adunit eCPM) {
    displaytype = adunit
  } else {
    displaytype = adlink
  }
}
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote