# EditorAnalyticsSessionInfo

> Provides access to Editor Analytics session information.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static class EditorAnalyticsSessionInfo
```

## Remarks

This class contains static methods for looking up session information collected by the Editor Analytics system.

## Static Properties

| Property                                                                                                             | Description                                                                                                           |
| -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| [activeElapsedTime](/engine/6000.0/script-reference/unityeditor/editoranalyticssessioninfo/activeelapsedtime.md)     | The total time, in milliseconds, that the user interacted with the Editor since the beginning of the current session. |
| [elapsedTime](/engine/6000.0/script-reference/unityeditor/editoranalyticssessioninfo/elapsedtime.md)                 | The length of the current session, in milliseconds.                                                                   |
| [focusedElapsedTime](/engine/6000.0/script-reference/unityeditor/editoranalyticssessioninfo/focusedelapsedtime.md)   | The total time, in milliseconds, that the Editor has been in focus during the current session.                        |
| [id](/engine/6000.0/script-reference/unityeditor/editoranalyticssessioninfo/id.md)                                   | A random, unique GUID identifying the current Editor session.                                                         |
| [playbackElapsedTime](/engine/6000.0/script-reference/unityeditor/editoranalyticssessioninfo/playbackelapsedtime.md) | The total time, in milliseconds, that the Editor has been in playmode during the current session.                     |
| [sessionCount](/engine/6000.0/script-reference/unityeditor/editoranalyticssessioninfo/sessioncount.md)               | The number of Editor sessions that have occurred since the current instance of the Unity Editor was installed.        |
| [userId](/engine/6000.0/script-reference/unityeditor/editoranalyticssessioninfo/userid.md)                           | A random GUID uniquely identifying an Editor installation.                                                            |
