Hi,
when using Polylang all incoming visitors are redirected with 301 Permanent Redirect to their appropriate language pages.
Unfortunately during this redirect all Query String parameters and referrers are lost. This affects Google Analytics tracking for example so we don't know where is traffic coming from. Is there any solution?
Example:
curl -I "http://www.dotykacka.cz/cs/home/?utm_source=sigroup&utm_medium=website&utm_campaign=backlinks"
HTTP/1.1 301 Moved Permanently
Date: Fri, 20 Jun 2014 12:43:05 GMT
Server: Apache
Set-Cookie: pll_language=cs; expires=Sat, 20-Jun-2015 12:43:05 GMT; path=/; domain=www.dotykacka.cz
Set-Cookie: PHPSESSID=6768ee5824e38e3a7825f17c13f86a17; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: http://www.dotykacka.cz/xmlrpc.php
Location: http://www.dotykacka.cz/cs/home/
Content-Type: text/html; charset=UTF-8
Thanks,
Vlad