How Do You Track Keywords?

Status
Not open for further replies.

BeefyChong

New member
May 11, 2007
85
0
0
www.thewebmasterscafe.net
I would like to know what's the best way to track keywords your visitors entered before clicking on your AdWords ads?

I thought that I could get this with PHP through $_SERVER['HTTP_REFERER'] but this var is empty when a visitor gets to my landing page by clicking on an ad.

When then they get to my landing page through a search result, I do get the keywords they searched for though.

Thank you for your help.
 


Use the inhouse special tags like: {keyword} etc. Then pass them to the url, and parse them on the page :)
 
Yeah just whack DKI (dynamic keyword insertion) in the destination url in adwords and you're good. In YSM turn on keyword tracking and it'll do this for you automatically.
 
The only problem with doing this is that it doesn't tell you the match type, so that is kind of a problem. I think the only really accurate way to do it is to have a DB of your keywords with a unique ID for each, and use that ID in your dest URL - basically have a unique dest URL for each and every single keyword.
 
Status
Not open for further replies.