I started to use the new universal analytics. Now there is only 1 cookie _ga that contains the client id. However I want to know the relation of the clientid with the utm parameters (utm_source, utm_term,...) How can I access this information? With the previous cookie, I could retreive that information easily. In the end I need a database that looks like this: cid; utm_source; utm_term; utm_campaign; ... Can anybody help me out?