2012,Feb
W

Google Analytics Sub Domain Tracking

in GA, Technical, Web analytics, by Elam

Today I had an issue For one of our customer. They had implemented the Google analytics tracking code in their website and they have so many sub domain which they want to track in main domain GA profile Id. They had implemented the Ga code properly and also used _gaq.push(['_setDomainName', '']);, but the problem is the sub domain is still capture as new visit.

when I check the problem it simple they forget to change the subdomains option in the GA profile settings page. it need to be like this

Ga Profile Settings

After I changed this also it was not working. because they had added “.”(dot) before the domain. For example if you want to capture the sub domain for elamparuthi.com. we need to set it like this

_gaq.push(['_setDomainName', 'elamparuthi.com']);

Not

_gaq.push(['_setDomainName', '.elamparuthi.com']);

I used GA debugger chrome extension to debug this. it’s really nice tool.You can download it from here

https://chrome.google.com/webstore/detail/jnkmfdileelhofjcijamephohjechhna

Elam

 
2011,Sep
W

Google Analytics Premium

in Personal, Web analytics, by Elam

Today Google had released the google analytics premium account with the price band of $150,000 per year, i was really shocked on the price band, no idea how many enterprise customer will go for it. In general google analytics premium account we have some nice stuff like

  • Run sql query aganist your data
  • Client will owns the data
  • 24/7 support
  • 50 custom variables

Here is the GA account comparison

google account comparison chart

Because of the data Data ownership may be most of the enterprise company can look to move to GA permium account

Competition is healthy for any industry to grow and progress, but Google appears to be doing this all by itself in the field of web analytics.

will write a another post tomorrow on drawback in free GA account

Regards,
Elam

 
2011,Sep
W

Google Analytics Keyword problem

in Web analytics, by Elam

Today i found some strange problem in my google analytics account. when i was looking for last 1 year keyword report, i got almost 300 keyword, in that last 2 keywords has visits of Zero (0) . How this can possible ??. i was further investigating the problem. attached the screenshot of the problem.

Google Analytics problem

If anyone know the reason reply me..

Elam