Network Isn't Showing SubIDS. What's wrong?

ItsYoBuddy

Rise And Grind!
Apr 6, 2008
1,609
17
38
Philly
Short version at bottom, long version here:

Alright so this one network isn't showing subids. I must be doing something really dumb because I've never had this problem in the past. I asked the owner of the network and he said everything is fine with the network so it could be a problem the way I'm tracking it (The network uses linktrust if it helps.). I'm using P202, but I could see Wes just saying, "It's the network, its nothing with prosper". I did post this problem in tracking202 support section. I'm posting here because maybe it's not a prosper mistake or maybe I'm doing something dumb outside of prosper.

I have ads on facebook going to a landing page. Then a link on the landing page going to the offer. I'm getting conversions, but no subids. I'm using facebook ad manager to submit ads. So when I setup everything in prosper, my link for the facebook ads is:

Code:
http://www.mydomain.com?t202id=11435&t202kw=
So I would put that into facebook ad manager. Also, FB ad manager puts a subid(a number) at the end of the link.

This is how I setup my prosper campaign:


1) I go to step 3 for aff. campaigns. I choose the affiliate network, put in a campaign name, and enter my affiliate url. My affiliate url is this:
Code:
http://www.NETWORKTRACKING.com/click.track?CID=1111&AFID=2222&ADID=3333&SID=
Also turned on cloaking.

2) Went to LP and added the information that was needed. Added my landing page as:
Code:
http://www.mydomain.com
That's it.

3) Next I went to step 5 for text ads and put the information there.

4) Went to LP code and got the info there and added it to my LP. Added the one piece of code right above </body>. Also made a php file for the Landing Page: Outbound PHP redirect code and just named the file next.php. The user clicks that on the landing page to go to the offer.

5) Went to get my links. Filled out all the information and left the Tracking ID c1, Tracking ID c2, etc all blank. So my link would be (same as above for the FB ad manager):

Code:
http://www.mydomain.com?t202id=11435&t202kw=
Is there anything I'm doing wrong? I have to be making some dumb mistake I'm not noticing.


Short Version
:

Basically this code
Code:
http://www.mydomain.com?t202id=11435&t202kw=
(but has numbers at the end of the link for ads on FB) goes to my LP
Code:
http://www.mydomain.com
then user clicks on "next.php" (which contains the Landing Page: Outbound PHP redirect code) and lands on offer. But I get no SubIDs, but I do get conversions.


*Obviously the MyDomain and NETWORKTRACKING would be replaced by the real domains.