Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2009-07-22, 01:01 PM   #1
happypeekers
Hey, can you take the wheel for a second, I have to scratch my self in two places at once
 
Join Date: Oct 2004
Posts: 180
On google adwords my ctr is from 1.98 to 2.24 for my different ads :-)
happypeekers is offline   Reply With Quote
Old 2009-07-22, 08:39 PM   #2
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
For freesites, I'm seeing about 15-25% CTR of uniques from the whole freesite (all pages) to the desired sponsor. I haven't been keeping track of anything else lately.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2009-07-24, 02:25 AM   #3
Mr Spock
You can now put whatever you want in this space :)
 
Mr Spock's Avatar
 
Join Date: Nov 2006
Location: Vulcan
Posts: 695
Quote:
Originally Posted by virgohippy View Post
For freesites, I'm seeing about 15-25% CTR of uniques from the whole freesite (all pages) to the desired sponsor. I haven't been keeping track of anything else lately.
How do you measure your CTR on a freesite?
Mr Spock is offline   Reply With Quote
Old 2009-07-24, 12:50 PM   #4
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Quote:
Originally Posted by Mr Spock View Post
How do you measure your CTR on a freesite?
Briefly:

1) Apache (access logs)
2) PHP header redirect
3) Python + RegEx = efficient access log parser

I wrote my own stats script.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2009-07-24, 01:57 PM   #5
ecchi
Banned
 
ecchi's Avatar
 
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
Quote:
Originally Posted by virgohippy View Post
1) Apache (access logs)
2) PHP header redirect
3) Python + RegEx = efficient access log parser
Hmm, (1) is a lot of work, and a hell of a lot of link lists don't allow CGI, which kills (2) and (3). Plus redirects are a big no-no for most of them.
ecchi is offline   Reply With Quote
Old 2009-07-24, 02:23 PM   #6
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Quote:
Originally Posted by ecchi View Post
Hmm, (1) is a lot of work, and a hell of a lot of link lists don't allow CGI, which kills (2) and (3). Plus redirects are a big no-no for most of them.
Every paid hosting account on a Linux/Apache server I've ever worked with has access logs enabled, so that requires no work on my part. At most I've had to request that those access logs be copied to an accessible dir every 24 hours, which has never been a problem.

My freesites don't use cgi, they're static html files. Outgoing links to the sponsor point to a file with a single line of code:

Code:
<?php header("Location: URL"); ?>
A hit to this file creates an entry in my access log, a record of the outgoing click.

I've been using PHP header redirects for my outgoing links for a couple years I think, and no link list worth submitting to has declined me so far... I can't remember any declining for it, to be honest.

Parsing the access logs is the only difficult part, and even that is quite easy with Python. I wouldn't attempt it with PHP though.

EDIT: I forgot to mention that the log parser is a stand alone script, in no way connected to the freesites except where I define what is a freesite.
__________________
~Warm and Fuzzy.

Last edited by virgohippy; 2009-07-24 at 02:37 PM..
virgohippy is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:12 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc