First ,I am sorry to my poor English ! An advertiser offers one CJ-formatted link tool to a specific link ! e.g. http://www.domain.com/product/200_to_299_99/category_search/index.cfm?Ne=2147475091&N=4001+10016+2147475097 CJ-formatted link http://www.domain.com/product/cj/click?www.jdoqocy.com/click-PID-UID?url=http%3A//domain/product/200_to_299_99/category_search/index.cfm%3FNe%3D2147475091%26N%3D4001+10016+2147475097%26sourceid%3DCOMJ0105 Afer a click ,it turns into http://www.domain.com/product/200_to_299_99/category_search/index.cfm?Ne=2147475091&N=4001%2010016%202147475097&sourceid=COMJXXX&AID=10XXX&PID=2XXXXXX Sometimes it works slowly. Whether anyone know the CJ-formatted link can be tracked normally ? Thank you !
Here is a handy link generation tool for commission junction. You need to know your Commission Junction affiliate ID (PID) and the advertiser ID (AID). http://www.netpaths.net/tools/cj-link-generator.html
it doesn't work, the problem is not the AID but the url tag that is bad formated. you can not use symbols like '/' , ':' on a tag parameter, you need to replace it by special characters and this tool don't do it - it will not work for most of the landing pages.
You do not need to escape special characters in the url string. http://www.netpaths.net/tools/cj-link-generator.html
I hope you begin to learn something here: testing your stupid generator: PID = 1 AID = 9111565 Page URL: http://www.easycgi.com/services/dedicated+hosting+overview.html The site generated: http://www.tkqlhce.com/click-1-AID?url=http://www.easycgi.com/services/dedicated+hosting+overview.html so I subst the AID by 9111565 and I have: http://www.tkqlhce.com/click-1-9111565?url=http://www.easycgi.com/services/dedicated+hosting+overview.html testing the page above, it direct me to the wrong page: http://www.easycgi.com/index.html But the correct would be (working page): http://www.tkqlhce.com/click-1-9111565?url=http%3A%2F%2Fwww%2Eeasycgi%2Ecom%2Fservices%2Fdedicated%2Bhosting%2Boverview%2Ehtml that gives me the correct landing page: http://www.easycgi.com/services/dedicated+hosting+overview.html?AID=9111565&PID=1 So what renoir? Don't need escape special characters?