CodeIgniter Forums
URI Routing and Google Adwords - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: URI Routing and Google Adwords (/showthread.php?tid=35536)



URI Routing and Google Adwords - El Forum - 11-02-2010

[eluser]Adrian Walls[/eluser]
I know this question has been asked a thousand times on the CI forums but I can't get any of the solutions to work for me. Basically I am re-building a website which has links to it from Google AdWords. Google Adwords appended
Code:
?glcid=
to the end of the URL.

My issue is that I am using CI routing from which I cannot get access to the glci parameter via GET. My routes.php file looks like:

Code:
$route['adwords-landing-page']  = "campaigns/google_adwords";

However after the routing has taken place the query string entry added by the Adwords re-direct has been removed. Is there something I should be doing in my routing to ensure the query string parameters are maintained?

Thanks in advance,
Adrian.


URI Routing and Google Adwords - El Forum - 11-08-2010

[eluser]Adrian Walls[/eluser]
Just wanted to highlight this again to see if anyone has any ideas.


URI Routing and Google Adwords - El Forum - 11-16-2010

[eluser]Adrian Walls[/eluser]
Bump.


URI Routing and Google Adwords - El Forum - 11-18-2010

[eluser]William Rufino[/eluser]
you have to enable query strins otherwise you can't track it right...