When are you gonna roll it out?
I have a script I will donate to it after its live, on top of the page creator I posted.
It's almost finished but basically its a script for rotation templates, recording impressions and adsense clicks and automatically selecting the best performing template on a niche by niche bases. I'll try to keep it modular enough to fit peoples templating systems but basically this is probably how I would release it:
$page_id = 1;
$title = 'page title';
$content = 'page content';
rotator($page_id,'template1.html','template2.html','template3.html');
And it basically works like adwords ad rotator. equal impressions on each template, it stores impressions and adsense clicks in a modded version of slimstat and based on some basic math will make a decision after a certain number of clicks has been recorded and show only that template until you reset the test with new templates or whatever.
If I ever get a ypn account I can add support for that as well.
So if that sounds interesting get the damn resource section rolled out and ill hook it up!
I have a script I will donate to it after its live, on top of the page creator I posted.
It's almost finished but basically its a script for rotation templates, recording impressions and adsense clicks and automatically selecting the best performing template on a niche by niche bases. I'll try to keep it modular enough to fit peoples templating systems but basically this is probably how I would release it:
$page_id = 1;
$title = 'page title';
$content = 'page content';
rotator($page_id,'template1.html','template2.html','template3.html');
And it basically works like adwords ad rotator. equal impressions on each template, it stores impressions and adsense clicks in a modded version of slimstat and based on some basic math will make a decision after a certain number of clicks has been recorded and show only that template until you reset the test with new templates or whatever.
If I ever get a ypn account I can add support for that as well.
So if that sounds interesting get the damn resource section rolled out and ill hook it up!