Affiliate management system for wordpress url redirect
I am developing a wordpress plugin which will be implemented as an
affiliate management system. My wordpress site will have links to products
listed on other sites and when the link is clicked it first goes to
affiliate network partner( through url redirection ) and then goes to the
original product link ( again through url redirection ).
Lets say, i have a product link on my website:
http://myshop.com/product
when somebody will click on that link, it will first redirect to the
affiliate network,
bannerid=5426_zoneid=25720_OXLCA=1_szid=1_cb=28874d4111_oadest=http://www.myntra.com/sales?utm_source=ibiboads&utm_medium=affiliate&utm_name=homepage_16/10/2012">http://ads.ibibo.com/ad/www/delivery/ck.php?oaparams=2_bannerid=5426_zoneid=25720_OXLCA=1_szid=1_cb=28874d4111_oadest=http://www.myntra.com/sales?utm_source=ibiboads&utm_medium=affiliate&utm_name=homepage_16/10/2012
and then will ultimately land on product page on
http://myshop.com/product
I know Wordpress is not built to handle such kind of url routing tasks,
apparently ruby on rails can handle it more efficiently. But if someone
out there tried to achieve something similar to it so please give me some
suggestion which plugin hook/filter could be used to accomplish this?
No comments:
Post a Comment