I have just opened an affiliate account and have advertised a product on adwords. The product gives you 3 cents per visitor but it has to come via my website.
I have put a redirect on my site so the adword goes through my site to the affiliate.
The problem I have is that the text link from the affiliate is in javascript so I have had to take the link out of the javascript to use in the redirect.
My problem is that although the affiliate knows the visitors are coming from my site I am not getting the 3 cents per click as I haven't used the full link.
Here's the code for the link
<script language="javascript">
var uri = 'http://impes.#*$!xx.com/imp/js/#*$!/xxxx?' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript language="JavaScript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script>
I,ve just used this bit of the link
[
impes.#*$!xx.com...]
Anyone know how to use this link in a redirect.
steve