PDA

View Full Version : keyword tracking help


kinitex
07-08-2008, 10:21 PM
http://new-forex-software.com?kw=test

In my adwords account I have each of my keywords pointing to a unique url with a different number assigned to each keyword so I can track them. Like ?kw=1. However this looks really ugly to users and might scare away potential customers thinking its some kind of affiliate link. I need to hide this some how.

At the end of all my links I have

?kw=<? echo $_GET['kw'] ?>

The problem is, my links go to another html page on my site with a frame that directs them to the merchant page. So it hides the affiliate link in the address bar but they will see http://new-forex-software.com/Product/?kw=23 or whatever number it might be.

What options do I have here?