Monetize website with 560k unic visitor per month

ody777

BANNED
Joined
May 11, 2011
Messages
153
Reaction score
130
Hi! I have a movies website (to watch streaming movies or download with good quality) with 560k unic visitor per month and 2.5 million page views (latin american people).

How can I monetize the site? I don't want content locker because I think that is very agressive to the user. The user have to complete the offer in a obligatory way..

Actually Im using Smowtion because my site was banned from Adsense...

What recommend me??.. Thank you!
 
With Smowtion I'm making 10-15 usd per day..
 
CPA, free electronics would work with consumers that enjoy watching movies on your site.
 
(Latin american people) - you mean that you have traffic from latin american countries?
 
560k visitors ....... Affiliate marketing? CPA? PPV?
 
(Latin american people) - you mean that you have traffic from latin american countries?

Argentina - 110.303
Mexico - 92.388
Chile - 64.786
USA - 54.314
Colombia - 53.890
Puerto Rico - 51.886
Venezuela - 21.978
Dominican Republic - 18.534
Uruguay - 16.593
Spain - 13.811
 
Last edited:
4. United States

54.314

The most important and profitable traffic. :) i would suggest using CPA. You can "offer" free electronics , gift cards to stores like bestbuy.

Another option is content locking , but it can decrease the amount of your visitors.
 
Last edited:
Country and unic vists per month
 
Use CPA and get a rotating banner so you can have rotating offers.. It works great!
 
Thank you for your comments. I have a question, how can I detect the country of the visitor to show different content lockers depending on the user language? I just want to show a content locker with spanish text to all the users that live in spanish country and the same for english/american visitors. At the moment I was using this method but overload the website loading:
PHP:
<?
$ip = $_SERVER['REMOTE_ADDR'];
$country = file_get_contents("http://api.hostip.info/country.php?ip=$ip");
if ($country=="US") {
echo "Show content locker in english";
}
?>
 
Last edited:
Back
Top