GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Plugrush pop under average CPM $3.00 (pics) (https://gfy.com/showthread.php?t=1065789)

Mrwww 04-24-2012 05:16 AM

Plugrush pop under average CPM $3.00 (pics)
 
:thumbsup:thumbsup

http://iselldesign.com/wp-content/up...4/plugrush.jpg

Traffic was sent as a test from one of my new tiny blogs..

My traffic is:

70% USA
20% UK
7% Ireland
2.9% Canada

My plugrush referral code: http://www.plugrush.com/?ref=4745

D.

mightyjoe 04-24-2012 05:24 AM

good for you

biskoppen 04-24-2012 05:26 AM

Stop talking

joerudy1988 04-24-2012 05:30 AM

wow nice!

Mrwww 04-24-2012 05:35 AM

Lol gotta love the hating surfers.

nextri 04-24-2012 07:00 AM

sexy stats..

CyberHustler 04-24-2012 07:03 AM

Good job... I really like the whole plugrush system. Hope these guys stay around.

Nicky 04-24-2012 07:32 AM

Well, as high as $3,7 CPM average on pop-unders is not directly the standard from what I've heard.

19teenporn 04-24-2012 07:32 AM

Quote:

Originally Posted by CyberHustler (Post 18905484)
Good job... I really like the whole plugrush system. Hope these guys stay around.

And i hope they add some speed to their servers. Member's area is sooooo slow...

signupdamnit 04-24-2012 07:40 AM

I'm only seeing $1.5 cpm from them with mostly US and UK popunders. I would love to see $3 cpm. I noticed you haven't sent them much volume based on your stats so I wonder if your numbers are skewed a little. Or do they give different amounts for tube, tgps and blogs?

Plugrush 04-24-2012 11:26 AM

Quote:

Originally Posted by CyberHustler (Post 18905484)
Good job... I really like the whole plugrush system. Hope these guys stay around.

We've been around for years. :)

jigg 04-24-2012 12:31 PM

i wish their stats would stop timing out

Markul 04-24-2012 01:34 PM

$1.5 on pops for me. Avg $10 for mobile :thumbsup for plugrush

arock10 04-24-2012 01:54 PM

anyway, its not $3.7 cpm, its $3.7 per thousand visitors sent. Your pop code only goes 30-40% of the time

Plugrush 04-24-2012 03:43 PM

Quote:

Originally Posted by arock10 (Post 18906477)
anyway, its not $3.7 cpm, its $3.7 per thousand visitors sent. Your pop code only goes 30-40% of the time

Actually, it IS $3.70 CPM. CPM = Cost Per 1,000 Impressions, not cost per 1,000 visitors to that website. Of course not all of the popunders pop, no-one has a popunder code that can do that.

HomerSimpson 04-24-2012 03:51 PM

Juicy is paying avg. of $1.5 CPM

Mrwww 04-24-2012 03:58 PM

Quote:

Originally Posted by HomerSimpson (Post 18906695)
Juicy is paying avg. of $1.5 CPM

Because they suck dick like a tranny. :1orglaugh

ICQ me when you got a chance Mr. plug.

V_RocKs 04-24-2012 04:38 PM

Send it to your own stuff and it will do twice as good... Then pump it up to 100,000 hits a day so you can make some real scratch.

joerudy1988 04-24-2012 06:34 PM

Quote:

Originally Posted by Plugrush (Post 18906111)
We've been around for years. :)

Other than popunder, do you have other CPM, CPC banner programs?

GeckoDude 04-24-2012 06:47 PM

plugrush loves me

CPM
$5.8
$5.7
$5.1
$6.2
$5.7
$6.1

signupdamnit 04-24-2012 07:18 PM

Are some of you sure you aren't just clicking earnings and using that number without selecting "pop unders" in the drop down box in the upper right? If you don't specify that and you sell mobiles or plugs it looks like you'll see it with your cpm for everything included as an average.

anexsia 04-24-2012 07:31 PM

I'm doing good with their popup ads, but my plugrush mobile ecpm took a huge dive a few days ago but shit happens, I'm sure it will go back up :)

Colmike9 04-24-2012 07:41 PM

Quote:

Originally Posted by Plugrush (Post 18906682)
Of course not all of the popunders pop, no-one has a popunder code that can do that.

This one works well that pops on any click and isn't blocked by popup blockers: :thumbsup

Code:

var puShown = false;
var PopWidth = (screen.width);
var PopHeight = (screen.height);
var PopFocus = 0;
var _Top = null;

function GetWindowHeight() {
var myHeight = 0;
if( typeof( _Top.window.innerHeight ) == 'number' ) {
myHeight = _Top.window.innerHeight;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientHeight ) {
myHeight = _Top.document.documentElement.clientHeight;
} else if( _Top.document.body && _Top.document.body.clientHeight ) {
myHeight = _Top.document.body.clientHeight;
}
return myHeight;
}

function GetWindowWidth() {
var myWidth = 0;
if( typeof( _Top.window.innerWidth ) == 'number' ) {
myWidth = _Top.window.innerWidth;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientWidth ) {
myWidth = _Top.document.documentElement.clientWidth;
} else if( _Top.document.body && _Top.document.body.clientWidth ) {
myWidth = _Top.document.body.clientWidth;
}
return myWidth;
}

function GetWindowTop() {
return (_Top.window.screenTop != undefined) ? _Top.window.screenTop : _Top.window.screenY;
}

function GetWindowLeft() {
return (_Top.window.screenLeft != undefined) ? _Top.window.screenLeft : _Top.window.screenX;
}

function doOpen(url)
{
var popURL = "about:blank"
var popID = "ad_" + Math.floor(89999999*Math.random()+10000000);
var pxLeft = 0;
var pxTop = 0;
pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2) - (PopWidth / 2));
pxTop = (GetWindowTop() + (GetWindowHeight() / 2) - (PopHeight / 2));

if ( puShown == true )
{
return true;
}

var PopWin=_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);

if (PopWin)
{
puShown = true;

if (PopFocus == 0)
{
PopWin.blur();

if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1)
{
_Top.window.blur();
_Top.window.focus();
}
}

PopWin.Init = function(e) {

with (e) {

Params = e.Params;
Main = function(){

if (typeof window.mozPaintCount != "undefined") {
var x = window.open("about:blank");
x.close();

}

var popURL = Params.PopURL;

try { opener.window.focus(); }
catch (err) { }

window.location = popURL;
}

Main();
}
};

PopWin.Params = {
PopURL: url
}

PopWin.Init(PopWin);
}

return PopWin;
}

function setCookie(name, value, time)
{
var expires = new Date();

expires.setTime( expires.getTime() + time );

document.cookie = name + '=' + value + '; path=/;' + '; expires=' + expires.toGMTString() ;
}

function getCookie(name) {
var cookies = document.cookie.toString().split('; ');
var cookie, c_name, c_value;

for (var n=0; n<cookies.length; n++) {
cookie = cookies[n].split('=');
c_name = cookie[0];
c_value = cookie[1];

if ( c_name == name ) {
return c_value;
}
}

return null;
}

function initPu()
{

_Top = self;

if (top != self)
{
try
{
if (top.document.location.toString())
_Top = top;
}
catch(err) { }
}

if ( document.attachEvent )
{
document.attachEvent( 'onclick', checkTarget );
}
else if ( document.addEventListener )
{
document.addEventListener( 'click', checkTarget, false );
}
}

function checkTarget(e)
{
if ( !getCookie('popundr') ) {
var e = e || window.event;
var win = doOpen('http://www.YOURURL.com');
setCookie('popundr', 1, 1*60*60*1000);
}
}

initPu();


joerudy1988 04-24-2012 07:57 PM

Which affiliate is this from?

Quote:

Originally Posted by Colmike7 (Post 18907128)
This one works well that pops on any click and isn't blocked by popup blockers: :thumbsup

Code:

var puShown = false;
var PopWidth = (screen.width);
var PopHeight = (screen.height);
var PopFocus = 0;
var _Top = null;

function GetWindowHeight() {
var myHeight = 0;
if( typeof( _Top.window.innerHeight ) == 'number' ) {
myHeight = _Top.window.innerHeight;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientHeight ) {
myHeight = _Top.document.documentElement.clientHeight;
} else if( _Top.document.body && _Top.document.body.clientHeight ) {
myHeight = _Top.document.body.clientHeight;
}
return myHeight;
}

function GetWindowWidth() {
var myWidth = 0;
if( typeof( _Top.window.innerWidth ) == 'number' ) {
myWidth = _Top.window.innerWidth;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientWidth ) {
myWidth = _Top.document.documentElement.clientWidth;
} else if( _Top.document.body && _Top.document.body.clientWidth ) {
myWidth = _Top.document.body.clientWidth;
}
return myWidth;
}

function GetWindowTop() {
return (_Top.window.screenTop != undefined) ? _Top.window.screenTop : _Top.window.screenY;
}

function GetWindowLeft() {
return (_Top.window.screenLeft != undefined) ? _Top.window.screenLeft : _Top.window.screenX;
}

function doOpen(url)
{
var popURL = "about:blank"
var popID = "ad_" + Math.floor(89999999*Math.random()+10000000);
var pxLeft = 0;
var pxTop = 0;
pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2) - (PopWidth / 2));
pxTop = (GetWindowTop() + (GetWindowHeight() / 2) - (PopHeight / 2));

if ( puShown == true )
{
return true;
}

var PopWin=_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);

if (PopWin)
{
puShown = true;

if (PopFocus == 0)
{
PopWin.blur();

if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1)
{
_Top.window.blur();
_Top.window.focus();
}
}

PopWin.Init = function(e) {

with (e) {

Params = e.Params;
Main = function(){

if (typeof window.mozPaintCount != "undefined") {
var x = window.open("about:blank");
x.close();

}

var popURL = Params.PopURL;

try { opener.window.focus(); }
catch (err) { }

window.location = popURL;
}

Main();
}
};

PopWin.Params = {
PopURL: url
}

PopWin.Init(PopWin);
}

return PopWin;
}

function setCookie(name, value, time)
{
var expires = new Date();

expires.setTime( expires.getTime() + time );

document.cookie = name + '=' + value + '; path=/;' + '; expires=' + expires.toGMTString() ;
}

function getCookie(name) {
var cookies = document.cookie.toString().split('; ');
var cookie, c_name, c_value;

for (var n=0; n<cookies.length; n++) {
cookie = cookies[n].split('=');
c_name = cookie[0];
c_value = cookie[1];

if ( c_name == name ) {
return c_value;
}
}

return null;
}

function initPu()
{

_Top = self;

if (top != self)
{
try
{
if (top.document.location.toString())
_Top = top;
}
catch(err) { }
}

if ( document.attachEvent )
{
document.attachEvent( 'onclick', checkTarget );
}
else if ( document.addEventListener )
{
document.addEventListener( 'click', checkTarget, false );
}
}

function checkTarget(e)
{
if ( !getCookie('popundr') ) {
var e = e || window.event;
var win = doOpen('http://www.YOURURL.com');
setCookie('popundr', 1, 1*60*60*1000);
}
}

initPu();



Colmike9 04-24-2012 07:59 PM

Quote:

Originally Posted by joerudy1988 (Post 18907155)
Which affiliate is this from?

No clue. I found it on this board a while ago and changed it to span full screen.

CyberHustler 04-24-2012 08:05 PM

Quote:

Originally Posted by Colmike7 (Post 18907128)
This one works well that pops on any click and isn't blocked by popup blockers: :thumbsup

Code:

var puShown = false;
var PopWidth = (screen.width);
var PopHeight = (screen.height);
var PopFocus = 0;
var _Top = null;

function GetWindowHeight() {
var myHeight = 0;
if( typeof( _Top.window.innerHeight ) == 'number' ) {
myHeight = _Top.window.innerHeight;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientHeight ) {
myHeight = _Top.document.documentElement.clientHeight;
} else if( _Top.document.body && _Top.document.body.clientHeight ) {
myHeight = _Top.document.body.clientHeight;
}
return myHeight;
}

function GetWindowWidth() {
var myWidth = 0;
if( typeof( _Top.window.innerWidth ) == 'number' ) {
myWidth = _Top.window.innerWidth;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientWidth ) {
myWidth = _Top.document.documentElement.clientWidth;
} else if( _Top.document.body && _Top.document.body.clientWidth ) {
myWidth = _Top.document.body.clientWidth;
}
return myWidth;
}

function GetWindowTop() {
return (_Top.window.screenTop != undefined) ? _Top.window.screenTop : _Top.window.screenY;
}

function GetWindowLeft() {
return (_Top.window.screenLeft != undefined) ? _Top.window.screenLeft : _Top.window.screenX;
}

function doOpen(url)
{
var popURL = "about:blank"
var popID = "ad_" + Math.floor(89999999*Math.random()+10000000);
var pxLeft = 0;
var pxTop = 0;
pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2) - (PopWidth / 2));
pxTop = (GetWindowTop() + (GetWindowHeight() / 2) - (PopHeight / 2));

if ( puShown == true )
{
return true;
}

var PopWin=_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);

if (PopWin)
{
puShown = true;

if (PopFocus == 0)
{
PopWin.blur();

if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1)
{
_Top.window.blur();
_Top.window.focus();
}
}

PopWin.Init = function(e) {

with (e) {

Params = e.Params;
Main = function(){

if (typeof window.mozPaintCount != "undefined") {
var x = window.open("about:blank");
x.close();

}

var popURL = Params.PopURL;

try { opener.window.focus(); }
catch (err) { }

window.location = popURL;
}

Main();
}
};

PopWin.Params = {
PopURL: url
}

PopWin.Init(PopWin);
}

return PopWin;
}

function setCookie(name, value, time)
{
var expires = new Date();

expires.setTime( expires.getTime() + time );

document.cookie = name + '=' + value + '; path=/;' + '; expires=' + expires.toGMTString() ;
}

function getCookie(name) {
var cookies = document.cookie.toString().split('; ');
var cookie, c_name, c_value;

for (var n=0; n<cookies.length; n++) {
cookie = cookies[n].split('=');
c_name = cookie[0];
c_value = cookie[1];

if ( c_name == name ) {
return c_value;
}
}

return null;
}

function initPu()
{

_Top = self;

if (top != self)
{
try
{
if (top.document.location.toString())
_Top = top;
}
catch(err) { }
}

if ( document.attachEvent )
{
document.attachEvent( 'onclick', checkTarget );
}
else if ( document.addEventListener )
{
document.addEventListener( 'click', checkTarget, false );
}
}

function checkTarget(e)
{
if ( !getCookie('popundr') ) {
var e = e || window.event;
var win = doOpen('http://www.YOURURL.com');
setCookie('popundr', 1, 1*60*60*1000);
}
}

initPu();


I use the same one. Does it give you an issue with mobile firefox or is it just me?

Fat Panda 04-24-2012 08:15 PM

so you made $4...big fucking deal.

Plugrush 04-24-2012 08:29 PM

Quote:

Originally Posted by joerudy1988 (Post 18907023)
Other than popunder, do you have other CPM, CPC banner programs?

Yes our widgets offer cost per click on ad plugs. So not only are you trading traffic and getting traffic back 1:1 (GEO as well), you also GET PAID!

Plugrush 04-24-2012 08:30 PM

Quote:

Originally Posted by Colmike7 (Post 18907128)
This one works well that pops on any click and isn't blocked by popup blockers: :thumbsup

Code:

var puShown = false;
var PopWidth = (screen.width);
var PopHeight = (screen.height);
var PopFocus = 0;
var _Top = null;

function GetWindowHeight() {
var myHeight = 0;
if( typeof( _Top.window.innerHeight ) == 'number' ) {
myHeight = _Top.window.innerHeight;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientHeight ) {
myHeight = _Top.document.documentElement.clientHeight;
} else if( _Top.document.body && _Top.document.body.clientHeight ) {
myHeight = _Top.document.body.clientHeight;
}
return myHeight;
}

function GetWindowWidth() {
var myWidth = 0;
if( typeof( _Top.window.innerWidth ) == 'number' ) {
myWidth = _Top.window.innerWidth;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientWidth ) {
myWidth = _Top.document.documentElement.clientWidth;
} else if( _Top.document.body && _Top.document.body.clientWidth ) {
myWidth = _Top.document.body.clientWidth;
}
return myWidth;
}

function GetWindowTop() {
return (_Top.window.screenTop != undefined) ? _Top.window.screenTop : _Top.window.screenY;
}

function GetWindowLeft() {
return (_Top.window.screenLeft != undefined) ? _Top.window.screenLeft : _Top.window.screenX;
}

function doOpen(url)
{
var popURL = "about:blank"
var popID = "ad_" + Math.floor(89999999*Math.random()+10000000);
var pxLeft = 0;
var pxTop = 0;
pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2) - (PopWidth / 2));
pxTop = (GetWindowTop() + (GetWindowHeight() / 2) - (PopHeight / 2));

if ( puShown == true )
{
return true;
}

var PopWin=_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);

if (PopWin)
{
puShown = true;

if (PopFocus == 0)
{
PopWin.blur();

if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1)
{
_Top.window.blur();
_Top.window.focus();
}
}

PopWin.Init = function(e) {

with (e) {

Params = e.Params;
Main = function(){

if (typeof window.mozPaintCount != "undefined") {
var x = window.open("about:blank");
x.close();

}

var popURL = Params.PopURL;

try { opener.window.focus(); }
catch (err) { }

window.location = popURL;
}

Main();
}
};

PopWin.Params = {
PopURL: url
}

PopWin.Init(PopWin);
}

return PopWin;
}

function setCookie(name, value, time)
{
var expires = new Date();

expires.setTime( expires.getTime() + time );

document.cookie = name + '=' + value + '; path=/;' + '; expires=' + expires.toGMTString() ;
}

function getCookie(name) {
var cookies = document.cookie.toString().split('; ');
var cookie, c_name, c_value;

for (var n=0; n<cookies.length; n++) {
cookie = cookies[n].split('=');
c_name = cookie[0];
c_value = cookie[1];

if ( c_name == name ) {
return c_value;
}
}

return null;
}

function initPu()
{

_Top = self;

if (top != self)
{
try
{
if (top.document.location.toString())
_Top = top;
}
catch(err) { }
}

if ( document.attachEvent )
{
document.attachEvent( 'onclick', checkTarget );
}
else if ( document.addEventListener )
{
document.addEventListener( 'click', checkTarget, false );
}
}

function checkTarget(e)
{
if ( !getCookie('popundr') ) {
var e = e || window.event;
var win = doOpen('http://www.YOURURL.com');
setCookie('popundr', 1, 1*60*60*1000);
}
}

initPu();


We will def. look into this, thank you very much for posting.

bean-aid 04-24-2012 08:34 PM

What could someone expect to make with pop under with plugrush on 10K uniques all organic traffic? Or how does 10K unique visitors to site equate to pop up impressions? And quality of traffic is taken into consideration by how? Depth of clicks?

10K * .40 pops = 4K
3.7 * 4 = $14.80 (is that what to expect?)

tonyparra 04-24-2012 08:36 PM

Quote:

Originally Posted by Mrwww (Post 18905331)
Lol gotta love the hating surfers.

lol dude biskoppen far from a 'surfer'

Colmike9 04-24-2012 08:38 PM

Quote:

Originally Posted by Plugrush (Post 18907196)
We will def. look into this, thank you very much for posting.

Sure, if it works for you it can benefit everyone :winkwink:

CyberHustler said it has problems with mobile Firefox, which I havent tested, but can be modified to not popunder with mobile devices or an alternate script instead. :upsidedow

looky_lou 04-24-2012 09:15 PM

Quote:

Originally Posted by beaner (Post 18907204)
What could someone expect to make with pop under with plugrush on 10K uniques all organic traffic? Or how does 10K unique visitors to site equate to pop up impressions? And quality of traffic is taken into consideration by how? Depth of clicks?

10K * .40 pops = 4K
3.7 * 4 = $14.80 (is that what to expect?)

Looks about right. Will vary some. I was getting between 30% and 45% pop percentage, so 40% is probably about right.

joerudy1988 04-24-2012 09:49 PM

Do you have skype? Our plug keeps on getting rejected.

Would you kindly help?

Thanks.

Quote:

Originally Posted by Plugrush (Post 18907195)
Yes our widgets offer cost per click on ad plugs. So not only are you trading traffic and getting traffic back 1:1 (GEO as well), you also GET PAID!


kal86 04-24-2012 09:55 PM

I've NOTICED

Plugrush 04-25-2012 12:36 AM

Quote:

Originally Posted by joerudy1988 (Post 18907301)
Do you have skype? Our plug keeps on getting rejected.

Would you kindly help?

Thanks.

Make a support ticket about it or you can contact one of us here: http://www.plugrush.com/contact_us

Paul Markham 04-25-2012 01:08 AM

Quote:

Originally Posted by SAC (Post 18907175)
so you made $4...big fucking deal.

$3.68 off 987 in 6 days.

All he needs to do is get it to one million a year and he'll be on a living wage. :Oh crap

Yes I know he's getting a massive amount of sign ups from the site and this is just a cherry on the cake. :winkwink:

bean-aid 04-25-2012 01:16 AM

Quote:

Originally Posted by Paul Markham (Post 18907460)
$3.68 off 987 in 6 days.

All he needs to do is get it to one million a year and he'll be on a living wage. :Oh crap

Yes I know he's getting a massive amount of sign ups from the site and this is just a cherry on the cake. :winkwink:

Or get to 100,000 in 1 day and make $3,700 per day on that alone... don't forget the other sources of revenue :2 cents:

bean-aid 04-25-2012 01:45 AM

^^ to my last post... nevermind. my calculator brain didn't work and then trying to edit gfy goes down.

joerudy1988 04-25-2012 01:49 AM

Quote:

Originally Posted by beaner (Post 18907468)
Or get to 100,000 in 1 day and make $3,700 per day on that alone... don't forget the other sources of revenue :2 cents:


Sounds wonderful


All times are GMT -7. The time now is 01:32 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123