Can Prosper unique click id [[subid]] be put into s3 instead of s2 URL parameter?
Will putting it into s3 still work with Cake?
yes it can be and yes it will still work
The reason i want to use s3 is because i am passing s2 value from another tracker (PofPro) to Prosper. I tried using s3 and it gets passed to Cake but i end up with a comma , in s2 field in Cake. Is there a way to get rid of comma and pass back just s2 value to my first tracker (pofpro)? see link
http://screencloud.net/v/Apb
Can you show us how you currently have the POFpro and Prosper links out formatted? That's probably where the comma's cropping up.
PofPro to Prosper tracking202/redirect/dl.php?t202id=934&t202kw=&s2={subid:}
PofPro tracking pixel in Prosper tracking/track-postback.php?amount=&subid=#s2#
Prosper to Cake &s2=[[c2]]&s3=[[subid]]
Prosper postback in Cake tracking202/static/upx.php?amount=&s2=#s2#&subid=#s3#" seamless>
I used to use only s2 for both PofPro and Prosper and 2 s2 values were getting separate by comma. Now that i split them up i am still getting comma in front of s2
http://screencloud.net/v/Apb
Also, is there a way to see s2, s3 etc in the Prosper reports? For some reason i cannot find them.
OK, I see a few formatting errors in there.
tracking202/redirect/dl.php?t202id=934&t202kw=&s2={subid:} should be tracking202/redirect/dl.php?t202id=934&t202kw=&c2={subid:} Prosper uses the "c" variables to take in extra information.
That might well sort out your comma problem!
Also, your POFpro tracking pixel from Prosper should be tracking/track-postback.php?amount=&subid=[[c2]]
You can find c2 and c3 in your Prosper tracking under the Group Overview screen.
Hope that helps!
Thank you, Caurmen [[c2]] solved comma and conversions not being sent back to Pofpro issues.
I looked at the Group Overview screen, is there a way to see c1, c2 etc as columns same as subids in Cake?
Also, is it possible to track browser version in Prosper like Android 4.0 vs 4.1, iOs 4 vs5 etc?