diff options
-rw-r--r-- | templates/web/fixmindelo/static/privacy.html | 7 | ||||
-rw-r--r-- | templates/web/fixmystreet-uk-councils/static/privacy.html | 7 | ||||
-rwxr-xr-x | templates/web/fixmystreet.com/static/privacy.html | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/templates/web/fixmindelo/static/privacy.html b/templates/web/fixmindelo/static/privacy.html index fd75f65e2..79817af4b 100644 --- a/templates/web/fixmindelo/static/privacy.html +++ b/templates/web/fixmindelo/static/privacy.html @@ -85,10 +85,9 @@ bloquear o Google Analytics.</a>. <table cellpadding=5> <tr align="left"><th scope="col">Nome</th><th scope="col">conteúdo típico </th><th scope="col">Expira</th></tr> -<tr><td>__utma</td><td>anônimo único ID</td><td>2 anos</td></tr> -<tr><td>__utmb</td><td>única sessão anônima ID </td><td>30 minutos</td></tr> -<tr><td>__utmz</td><td>IInformações sobre como o site foi alcançado (eg direta ou através de um link / search / propaganda)</td><td>6 meses</td></tr> -<tr><td>__utmx</td><td>Que variação de uma página que você está vendo se estamos testando versões diferentes para ver qual é o melhor </td><td>2 anos</td></tr> +<tr><td>_ga</td><td>anônimo único ID</td><td>2 anos</td></tr> +<tr><td>_gat</td><td>única sessão anônima ID </td><td>30 minutos</td></tr> +<tr><td>__utmx / __utmxx</td><td>Que variação de uma página que você está vendo se estamos testando versões diferentes para ver qual é o melhor </td><td>2 anos</td></tr> </table> <h4>Declaração oficial sobre dados do Google Analytics</h4> diff --git a/templates/web/fixmystreet-uk-councils/static/privacy.html b/templates/web/fixmystreet-uk-councils/static/privacy.html index ba1745978..394f3587e 100644 --- a/templates/web/fixmystreet-uk-councils/static/privacy.html +++ b/templates/web/fixmystreet-uk-councils/static/privacy.html @@ -92,10 +92,9 @@ plugin for blocking Google Analytics</a>. <table cellpadding=5> <tr align="left"><th scope="col">Name</th><th scope="col">Typical Content</th><th scope="col">Expires</th></tr> -<tr><td>__utma</td><td>Unique anonymous visitor ID</td><td>2 years</td></tr> -<tr><td>__utmb</td><td>Unique anonymous session ID</td><td>30 minutes</td></tr> -<tr><td>__utmz</td><td>Information on how the site was reached (e.g. direct or via a link/search/advertisement)</td><td>6 months</td></tr> -<tr><td>__utmx</td><td>Which variation of a page you are seeing if we are testing different versions to see which is best</td><td>2 years</td></tr> +<tr><td>_ga</td><td>Used to distinguish users</td><td>2 years</td></tr> +<tr><td>_gat</td><d>Used to throtle request rate</td><td>10 minutes</td></tr> +<tr><td>__utmx / __utmxx</td><td>Which variation of a page you are seeing if we are testing different versions to see which is best</td><td>2 years</td></tr> </table> <h4>Google’s Official Statement about Analytics Data</h4> diff --git a/templates/web/fixmystreet.com/static/privacy.html b/templates/web/fixmystreet.com/static/privacy.html index ba1745978..394f3587e 100755 --- a/templates/web/fixmystreet.com/static/privacy.html +++ b/templates/web/fixmystreet.com/static/privacy.html @@ -92,10 +92,9 @@ plugin for blocking Google Analytics</a>. <table cellpadding=5> <tr align="left"><th scope="col">Name</th><th scope="col">Typical Content</th><th scope="col">Expires</th></tr> -<tr><td>__utma</td><td>Unique anonymous visitor ID</td><td>2 years</td></tr> -<tr><td>__utmb</td><td>Unique anonymous session ID</td><td>30 minutes</td></tr> -<tr><td>__utmz</td><td>Information on how the site was reached (e.g. direct or via a link/search/advertisement)</td><td>6 months</td></tr> -<tr><td>__utmx</td><td>Which variation of a page you are seeing if we are testing different versions to see which is best</td><td>2 years</td></tr> +<tr><td>_ga</td><td>Used to distinguish users</td><td>2 years</td></tr> +<tr><td>_gat</td><d>Used to throtle request rate</td><td>10 minutes</td></tr> +<tr><td>__utmx / __utmxx</td><td>Which variation of a page you are seeing if we are testing different versions to see which is best</td><td>2 years</td></tr> </table> <h4>Google’s Official Statement about Analytics Data</h4> |