Hi all,
I am using POF and trying to set up a conversion tracking pixel from pof to prosper 202. So far the conversion hasn't been tracked I want know if I had set up the prosper202 correctly. I will post the pages that I was confused about so perhaps i can get some insight to what the problem might be. I took from pof the ifram pixel tracking and pasted in the traffic source setup section. I thought that this the correct setting but since it is not working, I need some help with it. Thanks you in advance.


In the campaign URL section you should split your custom variables to pass in different subids.
Otherwise, you won't be able to get the network to pass conversions back to prosper202 with a postback URL, and your data will be a mess.
At the moment you are passing ...&s1=[[subid]][[c1]][[c2]][[c3]][[c4]]
If you passed unique values for all of these from your traffic source, e.g. your ad URLs were ....&c1=male&c2=21-25&c3=angle1&c4=banner1
Then what you would effectively pass to the network is a single piece of data with the value "1234male21-25angle1banner1"
Now, you need to pass the subid '1234' back to Prosper202 to track the conversion. That's going to be a right pain in the ass when it has male21-25angle1banner1 attached to it's rear end.
My point: split your data into the available network subids sensibly: ...&s1=[[c1]]&s2=[[c2]]&s3=[[c3]]&s4=[[c4]]&s5=[[subid]]
Don't use [[subid]] as the value passed for s1, you will break Cake and it will get angry.
Then, at your network, place your postback URL and use the #s5# token to pass back this [[subid]] value, i.e. 1234.
On to your traffic source setup.
I believe you need to remove the iFrame tags. Just paste the source URL, i.e. everything inside the quote marks from that contain the http:// link.
When you pick the pixel type - image, iframe, etc., it automatically knows to add the right enclosing tags.
Thanks for the tips. I made the changes to my subids and iframe.
Can you take a quick look at my MB and let me know if this was set up correctly?

Looks fine to me!
Run a test conversion - load your p202 campaign tracking URL with an appropriate VPN and get through to the offer.
Watch the spy and you'll see your click pass through, the subid, etc. Disconnect from VPN > check network stats and see if the same subid appears as subid5.
Then, open up Google Chrome or any browser in private mode (I don't use FF as it stupidly shuts everything you have open), then load your postback URL as above but with the subid value replaced with whatever was passed through.
Once you load that, it should go to a blank page. Now go check your p202 stats and see if the conversion was picked up.
Hi zeno, I have tried this but it does not work. I have fixed the iframe conversion pixel for POF but I think there might still be something wrong with my subids I posted it. Can you please take a look at this again and let me know if something is wrong here? I just can't seem to get it right

That looks fine. Is s1/s2/etc. dating being passed to your network when you test the link?
Do postbacks to p202 itself work?
The p202 pixel is an iFrame which means it will be client-side. You don't fire these like you would a postback URL so if you didn't come from a PoF ad, it wont work.
Nothing is being passed back. As of now I have a few conversions that registered on maxbounty but none registered on POF still. So strange. Don't really know what to do right now.
prosper 2 is also not registering conversion either so that means the conversion is not being passed back from the post back url?
Right, that's critical - no postback, no 3rd party pixel.
It also just dawned on me that since you're using an iFrame pixel for PoF that it needs to be fired by the client so will have to be placed at the network.
Several ways to do this:
1) Place the p202 postback and the PoF pixel directly with the network (e.g. if Cake use the postback URL and the pixel HTML box).
2) Use the p202 Universal Smart Pixel (not a postback) instead
First though, check your Mundo stats and see if you are getting numbers in the s5 column.
Also - just noticed an error - you have [[subid]][[c1]] as s5 in your URL. Firstly, you have already passed [[c1]], secondly, you need to pass the value of [[subid]] ONLY back to prosper202.
If you have a [[c1]] value of 'bob' then your postback might send back '1234bob' and this is useless to a computer that explicitly needs to hear '1234'.
Oh I am using Maxbounty which has an entire different system of their own not mundo. It doesn't use cake and apparently it only can pass up to two-piece of sub-ID data so only s1 and s2. Does this change everything? Should I still use the p202 Universal Smart Pixel (not a postback) instead? Thank you
this is how my subid data looks right now when i go into Maxboutny reporting. it looks like a huge mess.

oh to add on, he variables such as cartoon1, blue, purple. those are my different C1 that I put when I generated the links from Prosper 202 to put in my creatives in POF. I am not sure if that can help with solving this puzzle, but I just thought the more info you know the better you can help me
Thank youuu!