I’m developing web site on java.
Site contains some texts and sponsored links.
I need to traced user click by sponsored links without javascript.
How can do that?
PS: Requirement of sponsored links provider is redirect to there server directly without us servlets or filters.
make the links point to a servlet ( or similar ) that redirects the user to the correct website and count the redictions in that servlet