Google analytics and 301 redirects
- by Ilian Iliev
We have a multi language website and the first page redirects to specific language page using 301 redirect based on some logic.
For exmaple: http://mysite.com/ redirects to http://mysite.com/en/
The problem is that these redirects destroy the primary request so we do not get correct results for traffic sources in GA.
How do you handle this case? Is there something that we can do?
Any ideas will be appreciated