Well to add to this big ass thread now, SEODAVE good idea and congrats on the profits, but one thing I would try out on your landing page is split testing your offers and monitoring clicks, it can be done easily with a database and a few lines of code, here I'll explain myself a little better.
You've got two buttons on your voting system, one is for YES and the other is for NO, instead of having them both point to the same offer have YES point to Offer A and have NO Point to offer B, now clock the links through Javascript or PHP (Depending on your hosting provider), now the user can't see the links in there status bar.
Ok if your doing a PHP re-direct type of clock, just before you redirect them increment a single value called clicks in a database table, then shoot the user out to the offer, it won't take longer then a few milliseconds to do.
Now you know how many clicks the YES button gets and you know how many clicks the NO button gets, and you've got web stats set up so you know how many impressions your getting, you also know how long people are staying on your site (Visit Length is good for re-working your designs to maximize stay times).
Anyway now you can easily split test two offers from the same landing page and you can figure out which converts more over a time frame, just set yourself a set amount of CTR before changing the offer, keep the better performing offer all the time and boom a bit more cash.
Everyone can even take this one step further with a radio button list poll, have the user select an option (1 out of 4 say), each different option brings them to a different offer, when they click submit, track the click (The radio button selected). Now you can track 4 offers at once instead of 2.
Tons of good info in this thread keep it coming.
You've got two buttons on your voting system, one is for YES and the other is for NO, instead of having them both point to the same offer have YES point to Offer A and have NO Point to offer B, now clock the links through Javascript or PHP (Depending on your hosting provider), now the user can't see the links in there status bar.
Ok if your doing a PHP re-direct type of clock, just before you redirect them increment a single value called clicks in a database table, then shoot the user out to the offer, it won't take longer then a few milliseconds to do.
Now you know how many clicks the YES button gets and you know how many clicks the NO button gets, and you've got web stats set up so you know how many impressions your getting, you also know how long people are staying on your site (Visit Length is good for re-working your designs to maximize stay times).
Anyway now you can easily split test two offers from the same landing page and you can figure out which converts more over a time frame, just set yourself a set amount of CTR before changing the offer, keep the better performing offer all the time and boom a bit more cash.
Everyone can even take this one step further with a radio button list poll, have the user select an option (1 out of 4 say), each different option brings them to a different offer, when they click submit, track the click (The radio button selected). Now you can track 4 offers at once instead of 2.
Tons of good info in this thread keep it coming.