Browser Metrics:Data Collection Service: Difference between revisions

no edit summary
(add guid and response details)
No edit summary
 
Line 11: Line 11:
= Client ID =
= Client ID =


The data collection service generates a client GUID the first time data is uploaded.  The GUID is placed into an HTTP header, as follows:
The data collection service generates a client GUID the first time data is uploaded.  The GUID is placed as an attribute into the XML file:


X-Moz-Client-ID: b317a3ab-05a5-4bd2-b783-5768024727f6
  <log version="2" clientid="bQYUeSd3XK8zJxRT4Y+8EA==">
 
The GUID is stored and reused for subsequent uploads, which allows the data to be correlated across sessions.  Note that no other identifying information, such as a cookie, is sent when data is uploaded.


= Server Response =
= Server Response =
334

edits