What does __utma mean?

url

Solution

Here's a good link to explain them. They are cookies used by Google Analytics to track information on your website:

https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage#gajs

Problem

What does it mean when you see things like: ``` ?__utma=1.32168570.1258672608.1258672608.1259628772.2&__utmb=1.4.10.1259628772& ``` etc in the the url string? Maybe it's simple, but I'm thinking it's something I'm not aware of because I see it every now and again.

Original source

Related problems