Most affiliates use Prosper202, and their FB ad destination URL would probably contain this link tracking202/redirect/dl.php?t202id=xxxxx&t202kw=
I think it won't be long before FB starts identifying these URLs as belonging to affiliates (whom they hate to the core) and begin flagging ads containing them.
So, I wanna know if there's a way we can modify our Prosper202 outbound links so they don't appear too similar to everyone else, and more importantly, Facebook can't tell it's a Prosper202 domain.
definitely yes, with a simple htaccess i think that could be enough, something like :
RewriteRule ^files/([^/]+)/([^/]+)/ tracking202/redirect/dl.php?t202id=$1&t202kw=$2 [NC]
since anyone will be writing there own rules there won't be any pattern.
also, a more tricky thingy would to use the famouse &utc_param=bla bla , I think it's openx's url structure or something ..
Mehdi
awesome post mehdi!
Thanks mehdi, going to have to test that out. Also, check out #7 on this blog post by Wes @ MasterlessSamurai on hiding your tracking link.
Hi debut,
Let's assume your 202 dl.php file is in yourtrackingdomain.com/tracking202/redirect/dl.php
You create a .htaccess file in the root folder of yourtrackingdomain.com and put this in it :
RewriteEngine On
RewriteRule ^files/([^/]+)/([^/]+)/ tracking202/redirect/dl.php?t202id=$1&t202kw=$2 [NC]
Okey now all you need to do is use this type of url for your ads :
http://www.yourtrackingdomain.com/files/(value of t202id)/(value of t202kw)/
And it should work perfectly 
Mehdi
Would probably be a good idea to edit the php generator file too. I think making a full mod for pretty links would be better. Thanks for the code though mehdi.
When creating an add - Do you just submit the modified tracking URL as the destination URL?
Does anyone get the issue of their tracking domain appearing underneath the headline of the ad when direct linking? Is it possible to avoid this?!