Keyword Tracking Question

Discussion in 'Affiliate Programs' started by caniwi, Feb 9, 2007.

  1. #1
    Is there a way to append a sub that will return the keyword used to access my affilliate url in Azoogle? (Adword etc)

    (Using a landing page with the aff url in an Iframe)

    Or is there a script or something I need to "strip" this?

    Obviously a newbie at this, & my account manager didn't know, but sure there is some way

    Thanks
     
    caniwi, Feb 9, 2007 IP
  2. aeiouy

    aeiouy Peon

    Messages:
    2,876
    Likes Received:
    275
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well a sub-id is added with a "?sub=" at the end of the tracking url.

    As for how it works on each place, you would need to set up some scripting to capture the keyword from the ppc engine, and tack it on to the sub-id. Not really hard to do.

    You can do it fairly easy with Adwords just by adding a ?kw={KEYWORD} on the end of your destination url. Then just pull out the kw variable in php, and insert it into the tracking url in the sub-id.
     
    aeiouy, Feb 9, 2007 IP
  3. caniwi

    caniwi Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks.

    Then just pull out the kw variable in php, and insert it into the tracking url in the sub-id.

    Afraid I have no idea how to do this. Could someone give me the php code I'd need?
     
    caniwi, Feb 9, 2007 IP