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)
-   -   NastyDollars/Fling sales drop (https://gfy.com/showthread.php?t=823479)

BabesPost 04-21-2008 05:05 PM

NastyDollars/Fling sales drop
 
Anyone else have their Fling sales drop to zero for no forseen reason? I was doing great, then nothing!! :mad: Traffic is still doing fine on my site, but for over a week now NO SALES!

Jai 04-21-2008 05:11 PM

http://www.nastydollars.com has gold content but hardly converts

Rochard 04-21-2008 05:13 PM

Quote:

Originally Posted by Jai (Post 14095052)
http://www.nastydollars.com has gold content but hardly converts

I beg to differ. Across the board it converts the best off of our blog network....

mhende6600 04-21-2008 05:47 PM

Quote:

Originally Posted by BabesPost (Post 14095033)
Anyone else have their Fling sales drop to zero for no forseen reason? I was doing great, then nothing!! :mad: Traffic is still doing fine on my site, but for over a week now NO SALES!

http://data.tumblr.com/LnLgpI7mk2uwjtdsODOtBOwn_500.jpg

BabesPost 04-21-2008 05:48 PM

Quote:

Originally Posted by Jai (Post 14095052)
http://www.nastydollars.com has gold content but hardly converts

was converting great then just a dead stop, so yes it normally converts. I just want to know why it did a dead stop though.

BabesPost 04-21-2008 05:49 PM

Quote:

Originally Posted by mhende6600 (Post 14095151)

So you waste time posting bullshit? Get a life man!

mhende6600 04-21-2008 05:51 PM

Quote:

Originally Posted by BabesPost (Post 14095156)
So you waste time posting bullshit? Get a life man!

read between the lines

digifan 04-21-2008 05:53 PM

Quote:

Originally Posted by mhende6600 (Post 14095157)
read between the lines

:1orglaugh:1orglaugh:1orglaugh

rogerrabbit00 04-21-2008 06:04 PM

Try me on ICQ I can fix your dropped conversion problem.

fuzebox 04-21-2008 06:58 PM

Quote:

Originally Posted by Jai (Post 14095052)
http://www.nastydollars.com has gold content but hardly converts

Which is why you took the time to drop in a refcode? :disgust

Wagerboy 04-21-2008 07:18 PM

Quote:

Originally Posted by mhende6600 (Post 14095157)
read between the lines

:1orglaugh :1orglaugh

natas 04-21-2008 07:20 PM

they have gone to shit for me as well :(

rogerrabbit00 04-21-2008 07:23 PM

Here is a good script to see if a sponsor is shaving you. All traffic sent to this script will be equally split over 2 traffic urls that you enter. To make sure you are not getting shaved test sponsors against each other.

Script:

<?

$url_a = 'http://www.aol.com';
$url_b = 'http://www.gfy.com';
$goto = '';

$shm_key = ftok(__FILE__, 't');
$shm_id = shmop_open($shm_key, "c", 0644, 100);

$data = shmop_read($shm_id, 0, 1);

if (($data!='1') && ($data!='2'))
{
$shm_bytes_written = shmop_write($shm_id, '1', 0);
$data = 1;
}

if ($data=='1')
{
$goto = $url_a;
$bw = shmop_write($shm_id, '2', 0);
}
if ($data=='2')
{
$goto = $url_b;
$bw = shmop_write($shm_id, '1', 0);
}

shmop_close($shm_id);
//echo 'Redirecting to: '.$goto.'!';
header('Location: '.$goto);
die();


?>

Shoehorn! 04-21-2008 07:31 PM

Quote:

Originally Posted by rogerrabbit00 (Post 14095415)
Here is a good script to see if a sponsor is shaving you. All traffic sent to this script will be equally split over 2 traffic urls that you enter. To make sure you are not getting shaved test sponsors against each other.

Script:

<?

$url_a = 'http://www.aol.com';
$url_b = 'http://www.gfy.com';
$goto = '';

$shm_key = ftok(__FILE__, 't');
$shm_id = shmop_open($shm_key, "c", 0644, 100);

$data = shmop_read($shm_id, 0, 1);

if (($data!='1') && ($data!='2'))
{
$shm_bytes_written = shmop_write($shm_id, '1', 0);
$data = 1;
}

if ($data=='1')
{
$goto = $url_a;
$bw = shmop_write($shm_id, '2', 0);
}
if ($data=='2')
{
$goto = $url_b;
$bw = shmop_write($shm_id, '1', 0);
}

shmop_close($shm_id);
//echo 'Redirecting to: '.$goto.'!';
header('Location: '.$goto);
die();


?>

I have no clue what I am looking at, but the concept sounds quite brilliant. :2 cents:

rogerrabbit00 04-21-2008 07:35 PM

Quote:

Originally Posted by Shoehorn! (Post 14095430)
I have no clue what I am looking at, but the concept sounds quite brilliant. :2 cents:


Change the traffic urls to the sites you want to test with your affiliate code (aol / gfy). Then make a file called index.php with the script text and upload it to your server. Let me know if you have problems.

fris 04-21-2008 08:23 PM

why the hell are you messing with shared memory segments?

BabesPost 04-21-2008 09:20 PM

shaving one or two sales here and there would make it not obvious, so why the fuck take all sales away and make it so fucking right in my face? plus they started a $50 per sale today thats lasts till end of month, so you know i won't see any sales until next month now so they won't have to pay out that extra cash, fuckers!! :mad:

WiredGuy 04-21-2008 09:23 PM

Sales are normal for me.
WG

ChargebackJoe 04-21-2008 09:30 PM

how can this detect shaving exactly?

Quote:

Originally Posted by rogerrabbit00 (Post 14095415)
Here is a good script to see if a sponsor is shaving you. All traffic sent to this script will be equally split over 2 traffic urls that you enter. To make sure you are not getting shaved test sponsors against each other.

Script:

<?

$url_a = 'http://www.aol.com';
$url_b = 'http://www.gfy.com';
$goto = '';

$shm_key = ftok(__FILE__, 't');
$shm_id = shmop_open($shm_key, "c", 0644, 100);

$data = shmop_read($shm_id, 0, 1);

if (($data!='1') && ($data!='2'))
{
$shm_bytes_written = shmop_write($shm_id, '1', 0);
$data = 1;
}

if ($data=='1')
{
$goto = $url_a;
$bw = shmop_write($shm_id, '2', 0);
}
if ($data=='2')
{
$goto = $url_b;
$bw = shmop_write($shm_id, '1', 0);
}

shmop_close($shm_id);
//echo 'Redirecting to: '.$goto.'!';
header('Location: '.$goto);
die();


?>


Alky 04-21-2008 09:44 PM

Quote:

Originally Posted by ChargebackJoe (Post 14095748)
how can this detect shaving exactly?

Not sure if this is a rhetorical question or not... short answer is... it can't.

All this tracks is whether 2 sponsors both SHOW the same amount of traffic(uniques or whatever that sponsor uses to track number of visitors)

Since so many places use 1st page, or 2nd, or 3rd or join page to track uniques... this script is useless for tracking shaving.

Alky 04-21-2008 09:47 PM

Quote:

Originally Posted by BabesPost (Post 14095715)
shaving one or two sales here and there would make it not obvious, so why the fuck take all sales away and make it so fucking right in my face? plus they started a $50 per sale today thats lasts till end of month, so you know i won't see any sales until next month now so they won't have to pay out that extra cash, fuckers!! :mad:

or you can think on the flip side of things, that during a bonus everyone and their mother promotes them.

then sponsors have a hard time sending out email confirmations for profiles who just signed up, and I am sure things probably get a little back logged... like the email queue. there are a lot of factors.

I for one never promote a sponsor during a promotion, or I try my hardest to stay away from it.

martinsc 04-21-2008 09:48 PM

Quote:

Originally Posted by mhende6600 (Post 14095151)

:1orglaugh:1orglaugh:helpme:helpme

st0ned 04-21-2008 09:49 PM

Fling has been steadily increasing for me the past few months, no decrease in sales on my end. The promo is ROCKIN!!

boneprone 04-21-2008 10:23 PM

I need to give them a push again. They have the best members area and content around.
But I havent been able to pull in big or competitive $$$ from them in a while.

With that said I havent given them a good push in a while either. I think its time again.

I really like those sites.

BAKO 04-21-2008 10:42 PM

Last time pushed traffic to fling was about 6 months ago and i still make bank of the revshare.

bdld 04-21-2008 11:43 PM

ratio's aren't doing so well, but i'm doing the same as i was a few weeks/months ago.

Thurbs 04-22-2008 02:02 AM

fling is doing great for us

st0ned 04-22-2008 02:15 AM

Quote:

Originally Posted by WWC-Bako (Post 14095895)
Last time pushed traffic to fling was about 6 months ago and i still make bank of the revshare.

Really? I have always been on PPS since it was the original model, I had always debated on switching to rev but hadn't had any feedback on the subject. Anyone else using revenue share and getting good results?

nikad 04-22-2008 03:47 AM

ratios got really bad on my sites for over a month for Fling, so I had to pull off their links

paymeback 04-22-2008 04:49 AM

Stopped promoting them for some time and just started back again with the promo, looking awesome :thumbsup


All times are GMT -7. The time now is 09:22 PM.

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