goofball
31-08-08, 02:09
Hi there, anyone know how to track ppc/adwords keywords?
I am using $_REQUEST, so my adwords url could be www.mysite.com/?keyword=test
Then in shopwindow I am trying to implement the following (which has worked on other sites):
a href="{$oProduct->sBuyLink}&keyword={$_REQUEST['keyword']}">
However this just stops part of the product page to load - I think its my php skills!!
Anyone know how I could fix this?
I am using $_REQUEST, so my adwords url could be www.mysite.com/?keyword=test
Then in shopwindow I am trying to implement the following (which has worked on other sites):
a href="{$oProduct->sBuyLink}&keyword={$_REQUEST['keyword']}">
However this just stops part of the product page to load - I think its my php skills!!
Anyone know how I could fix this?