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
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.
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?