Ok, I use Regnow and I really want to be able to track which ppc adwords keywords generate my sales. There is a &linkid= variable that i can set in the links to my order pages, and i was wondering if anyone here could set me up with a way to use php to set that variable to the incoming keyword that generated the adwords click. I'd post this in the php section but I figured affiliate marketers would know what i'm talking about a little better. The link structure for my links is roughly www.regnow.com/sell.cgi?product=xxxxx&affiliate=xxxxx&linkid=xxxxx Since I don't have control over putting the adwords conversion code on the order page itself, this is how I want to be able to do it, because each sale will tell me which keyword generated it. They let you set the linkid to whatever you want, and I'd like to insert php code there that would define the keyword that the adwords click came in on. I know basic php, but I don't know how to gather the incoming keyword from adwords. Can anyone help me out with this? It would be greatly appreciated! . And if there's a regnow affiliate out there with a better way to do this, please enlighten me! -Patrick
edit: actually i didn't fix the problem... regnow adds your conversion ID to it's order page and it fires for google, but it doesnt tell me what keyword because there is the disconnect between click the google ad > going to my website > clicking my order link and going to the regnow order screen where the conversion fires. Any ideas out there?
I guess what I'm asking is how can I use php to grab the adwords keyword that generated the visit to my landing page?