H all
A client of mine has recently setup an adwords campaign without my knowledge.
They have just contacted me to say that when they click the adword link, it redirects them to the 404 error page which created.
I have built the site using mod_rewrite to force all requests to the index.php and then I query the database and display content based on the URL. If no content is found in the database, I display my 404 page.
Problem is, Google's links are along the lines of:
www.mysite.com/?gclid=CMv-kavAgqUCFYxH4wod_C4
And because my database does not have a page in the database that matches that URL request, the 404 page is displayed.
has anyone used adwords before?
Do I have to capture that adword string literally and do a 301 redirect for EVERY adword campaign???
Any advice, greatly appreciated.
kbc