How can I use GLID effectively?

Feed 9 posts, 4 voices

Aug 18, 2008 07:24
Avatar
142 posts

Hi all,

I have a client who has just dropped me an email because he has been having trouble with adwords. Google are creating links such as:

mydomain.com/?gclid=CLXf9I7pkpUCFShUEAodkhk3gA

This is for tracking purposes - does anyone have any idea how to allow this page to redirect to the homepage whilst letting it "land" so that Google can track stats? Obviously it needs to be dynamic so that when the id changes, the page is still accepted.

TIA Andy

 
Nov 5, 2008 03:59
Avatar
4 posts

Hi Andy,

I have the exact same issue. My client has had to cease their campaign as a result of this issue with handling the adwords tracking link.

We end up with a 404 error whenever any of the adwords ads links to the site.

Did you manage to come up with a solution for this?

 
Nov 5, 2008 04:53
Avatar
820 posts

At the moment, this thread seems to be the definitive one on this issue. It does look like Cypherus cracked it, but no real info on the solution … yet.

 
Nov 5, 2008 05:17
Avatar
142 posts

Yeah, my solution was to get the client to switch off the click tracking. Not ideal, but stopped the problem!

 
Nov 5, 2008 05:23
Avatar
286 posts

how come this doesn’t affect my sites?

 
Nov 5, 2008 05:25
Avatar
142 posts

There are a lot of factors – are you paying google for clicks? If so, is GLID Tracking switched on in your settings? Two places to start looking…

 
Nov 5, 2008 05:28
Avatar
286 posts

Yes, I can see it in all of my stats. And no problem whatsoever. I tested it just now by pasting the whole long URL into the browser and it works fine.

 
Nov 5, 2008 05:38
Avatar
286 posts

Oh you know what. I just realized something :) Not all of my sites are in Frog :)

I guess maybe it doesn’t work afterall…

I guess we have to take a look at this then:

http://www.webmasterworld.com/apache/3705692.htm

 
Nov 5, 2008 16:18
Avatar
4 posts

Thanks for the input guys – much appreciated.

I ended up switching off the tracking too to get around it for the time being but will look into the rewrite suggestions.

In case anyone’s not sure how to switch off the adwords click tracking –

Log into Adwords and click on “My Account” > “Account Preferences”

Click the “edit” link next to “Tracking”

You should see the option “Destination URL Auto-tagging”

Uncheck this box and Save Changes.

 
Nov 11, 2008 17:18
Avatar
286 posts

I tried the solution suggested in webmasterworld, and it seems to work. Simpy append a question mark to the rewrite rule:

RewriteRule ^(.*)$ index.php?$1? [L,QSA]