Ok. I'm trying to set up sub id tracking in adwords. Here is what I got:
http://example.com/item.php?k={keyword}
Ok, got this on my land page...
Google=<? print $k; ?>
The problem is subid2 which prints the keyword at the cpa network only show one word instead of the whole string. For instant some one may have typed in brick house but it is only showing up as brick.
What am I doing wrong here?
http://example.com/item.php?k={keyword}
Ok, got this on my land page...
Google=<? print $k; ?>
The problem is subid2 which prints the keyword at the cpa network only show one word instead of the whole string. For instant some one may have typed in brick house but it is only showing up as brick.
What am I doing wrong here?