Prosper202 not passing through subids

JoseArmando

work = life
Jul 24, 2008
2,455
65
0
So I created an advanced lander with two offers.

Added offers in campaign step. Then got code for advanced lander and for both offers.

Now whenever traffic clicks through the subid doesn't get passed through nor does prosper register a click through in stats.

I'm out of ideas what might be wrong.

In the network stats I can see "www.domain.com/?t202id=53542&t202kw.." as referrer but the part where subid should be is empty.
 


set up your link wrong in #3 Affiliate Campaigns? On the new version you have to use [[subid]]
 
Jose- to echo what Garrett is saying you now physically have to type in " [[subid]] at the end of your campaign link after http://www.networkabc.com/track?subid=

instead of just pasting it in where it ends where the subid should be appended and p202 would automatically append it.

This caught me quite off guard, I'd highly recommend the P202 team note this on the aff campaigns screen in 1.6 since a lot of people are/have/were upgrading from 1.3.2
 
Nope, I'm still using old 1.3.2 version. I should probably update.

It's also getting pretty slow so I should reinstall anyway. Is it normal it's slow even though I only have 400k clicks tracked in it?
 
go into spy view - for an outbound click for this network/campaign if you hover over the right most 'dot' it should show the network link and the corresponding subid (as the left most column) on the end.

If it DOES propser is appending but your network isn't receiving it correctly formatting/etc.

Let me know if this is the case, I'm curious as I'm seeing this sporadically with a network that I haven't had issues with in the past and would like to compare notes w/ you via PM
 
Shit so I installed 1.6.1 on a new domain and I'm still having this problem.

I added [[subid]] at the end at the campaign setup stage but nothing gets through anyway.

Somehow there's an issue in the php redirect files - or it at least looks so.

I'm guessing I'm doing something wrong, but I can't figure it out since I've been using prosper for like a year and I know it in and out...

Also it's probably not network issue as I've never had tracking issues with them.
 
So I talked with bigwill and we kinda came to conclusion there's an issue with cookies.

The offer.php script can't pull "tracking202pci" because if I look at http headers it's obvious nothing is going on there.

Here's except from http headers as I click on offer:

http://lander.com/offer.php

GET /offer.php HTTP/1.1
Host: lander.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.lander.com/

HTTP/1.1 302 Found
Date: Sun, 03 Oct 2010 17:37:31 GMT
Server: Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/5.2.9
X-Powered-By: PHP/5.2.9
Location: http://www.prosperdomain.com/tracking202/redirect/off.php?acip=413&pci=
Content-Length: 0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html
----------------------------------------------------------
http://www.prosperdomain.com/tracking202/redirect/off.php?acip=413&pci=

GET /tracking202/redirect/off.php?acip=413&pci= HTTP/1.1
Host: www.prosperdomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.lander.com/
Cookie: tracking202subid=33; tracking202subid_a_0=1; tracking202subid_a_=33; tracking202subid_a_1=33

HTTP/1.1 302 Found
Date: Sun, 03 Oct 2010 17:37:31 GMT
Server: Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/5.2.9
X-Powered-By: PHP/5.2.9
Location: http://network.com/rd/r.php?sid=YYYYYY&pub=XXXXXX&c1=
Content-Length: 0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html
----------------------------------------------------------
http://network.com/rd/r.php?sid=YYYYYY&pub=XXXXX&c1=



Any ideas?
 
Holy shit I just realized mine werent' being passed either for the prosper installs I've upgraded. Oddly, My conversions were still being tracked tho.
 
I didn't read the whole thread (so my answer could be wrong, just lazy ya know) but I had a similar problem a while back because I was using a landing page id from the network and it was not putting the Subid in the right place.

(e.g I was using www.networktracker.com/?sid={subid}&lpid=lp2)

I had to switch it to www.networktracker.com/?lpid=lp2&sid={subid}

but if you are using this with the new prosper you should have placed it in the right place with the [[subid]] unless you just tagged it on the end without looking.

/ half ass answer
 
Just to echo something similar to what that guy said ^^^ except in my case the new Prosper kept giving me the lp Jscript without the 'www' which was messing with mine and not passing subids

Changed this:

Code:
<script src="http://trackdom.com/tracking202/static/landing.php?lpip=111" type="text/javascript"></script>
to this and immediately solved the problem for me:

Code:
<script  src="http://[B]www.[/B]trackdom.com/tracking202/static/landing.php?lpip=111"  type="text/javascript"></script>