How Do I track keywords

Discussion in 'Google AdWords' started by kingfish, Oct 10, 2007.

  1. #1
    I'm trying to make a tracking system for my adwords campaign to get specific conversion data. I've got a system that saves the referer url for my visitors and it appears that I can get the user search query from that. However I also want to get what keywords made my add show up for them before they clicked.

    From my research I thought google was supposed to append these as arguments and as such I could use a _GET[gkw] to get them but this isn't giving me the keywords. Anyone have experience with this and know what format it comes in as?
     
    kingfish, Oct 10, 2007 IP
  2. peterkohar

    peterkohar Guest

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    actually you can track on your adwords account by itself
     
    peterkohar, Oct 10, 2007 IP
  3. kingfish

    kingfish Peon

    Messages:
    189
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I know but I want to do it myself because I need to convert the keywords into tracking ids for the affiliate program

    just got another click and it came in with this url ?gclid=CKCHrKynho8CFQzclAodMx0huw so that paramater means nothing to me
     
    kingfish, Oct 11, 2007 IP
  4. jerome

    jerome Banned

    Messages:
    1,052
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What about google analytics and google sitemap?
     
    jerome, Oct 11, 2007 IP
  5. golles

    golles Active Member

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #5
    just add variable to the end of your destination url in your adwords ad for each ad you want to track, e.g.

    Ad1 -
    dest url = www.widgets.com?kw={keyword}&g=1&ad=1

    Ad2
    dest url = www.widgets.com?kw={keyword}&g=1&ad=2

    where
    kw= the keyword that triggered the ad (note: not necessarily the user search query)
    g = adwords group
    ad= ad version

    You can then grab these in a php (or whatever) script and store is a database alongside your referrer data.

    If you are an affiliate and want to track this through to your network you can assign each database row a unique id and then pass that id as a subid to your affiliate network - that way you can track back commissions to:

    1. actual keyword searched
    2. keyword that triggered the ad
    3. ad group
    4. and actual version of ad that was displayed and resulted in a click
     
    golles, Oct 16, 2007 IP
  6. kingfish

    kingfish Peon

    Messages:
    189
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks golles this is pretty much what I ended up doing. Originally I thought that google could do this for you in adwords but I suppose not. Hooray for typing lots lol. Maybe one day I'll make an autocompleter and package all this stuff up and make it nicely interfaced and sell it.
     
    kingfish, Oct 20, 2007 IP