How to make money with a website?
AdSense OR abo?
Why not AdSense AND abo?
At the New York Times are 20 articles per month free,
if You want to read more, You should pay for it.
I would like something similar for my site,
around 100 thousand visits per month making 2000.-EUR of AdSense revenues.
Maybe 100 to 1000 abos per month paying maybe 500 to 5000.-EUR,
I have just right now now idea how many people would
pay for my content.
Who can track all the visitors better, than the combination of
Google AdSense and Google Analytics?
So a suggestion would be, that analytics returns a variable
0 = new visitor, less than limit of articles
1 = new visitor, more than limit of articles
2 = abo visitor
I could place the content by DIV outside the visible area.
if ( visitor_status == 0 | visitor_status == 2 )
{
move_content_to_visible_area ();
}
This would mean, that visitors without javascript can
not see the content.
Where the would be normal
"You have read more than 20 articles this month.
Please sign an abo to read more"