Quote:
Originally Posted by SmokeyTheBear
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
}
}