> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalytics/ks.unity.editor.ksanalytics.events.md).

# Class ksAnalytics.Events

Namespace: [KS.Unity.Editor](/reactor/api-reference/ks.unity.editor.md)\
Assembly: KSUnity-Editor.dll

Analytics events

```csharp
public class ksAnalytics.Events
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [ksAnalytics.Events](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalytics/ks.unity.editor.ksanalytics.events.md)

#### Inherited Members

[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)), [object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)), [object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone), [object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

## Fields

### CLICK\_DISCORD <a href="#ks_unity_editor_ksanalytics_events_click_discord" id="ks_unity_editor_ksanalytics_events_click_discord"></a>

The user clicked the Discord link.

```csharp
public static readonly ksAnalyticsEvent CLICK_DISCORD
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### CLICK\_DOCS <a href="#ks_unity_editor_ksanalytics_events_click_docs" id="ks_unity_editor_ksanalytics_events_click_docs"></a>

The user clicked the docs link.

```csharp
public static readonly ksAnalyticsEvent CLICK_DOCS
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### CLICK\_REGISTER <a href="#ks_unity_editor_ksanalytics_events_click_register" id="ks_unity_editor_ksanalytics_events_click_register"></a>

The user clicked the docs register link.

```csharp
public static readonly ksAnalyticsEvent CLICK_REGISTER
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### CLICK\_WEB\_CONSOLE <a href="#ks_unity_editor_ksanalytics_events_click_web_console" id="ks_unity_editor_ksanalytics_events_click_web_console"></a>

The user clicked the web console link.

```csharp
public static readonly ksAnalyticsEvent CLICK_WEB_CONSOLE
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### CLICK\_YOUTUBE <a href="#ks_unity_editor_ksanalytics_events_click_youtube" id="ks_unity_editor_ksanalytics_events_click_youtube"></a>

The user clicked the youtube link.

```csharp
public static readonly ksAnalyticsEvent CLICK_YOUTUBE
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### INSTALL <a href="#ks_unity_editor_ksanalytics_events_install" id="ks_unity_editor_ksanalytics_events_install"></a>

The Reactor plugin was newly installed.

```csharp
public static readonly ksAnalyticsEvent INSTALL
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### LOCAL\_CLUSTER\_START <a href="#ks_unity_editor_ksanalytics_events_local_cluster_start" id="ks_unity_editor_ksanalytics_events_local_cluster_start"></a>

The user started a local cluster. Sent at most once per day.

```csharp
public static readonly ksAnalyticsEvent LOCAL_CLUSTER_START
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### LOCAL\_SERVER\_INSTALL <a href="#ks_unity_editor_ksanalytics_events_local_server_install" id="ks_unity_editor_ksanalytics_events_local_server_install"></a>

The user installed the local server.

```csharp
public static readonly ksAnalyticsEvent LOCAL_SERVER_INSTALL
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### LOCAL\_SERVER\_START <a href="#ks_unity_editor_ksanalytics_events_local_server_start" id="ks_unity_editor_ksanalytics_events_local_server_start"></a>

The user started a local server. Sent at most once per day.

```csharp
public static readonly ksAnalyticsEvent LOCAL_SERVER_START
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### OPEN\_GETTING\_STARTED\_WINDOW <a href="#ks_unity_editor_ksanalytics_events_open_getting_started_window" id="ks_unity_editor_ksanalytics_events_open_getting_started_window"></a>

The user opened the getting started window.

```csharp
public static readonly ksAnalyticsEvent OPEN_GETTING_STARTED_WINDOW
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### OPEN\_PUBLISH\_WINDOW <a href="#ks_unity_editor_ksanalytics_events_open_publish_window" id="ks_unity_editor_ksanalytics_events_open_publish_window"></a>

The user opened the publishing window.

```csharp
public static readonly ksAnalyticsEvent OPEN_PUBLISH_WINDOW
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### OPEN\_SERVERS\_WINDOW <a href="#ks_unity_editor_ksanalytics_events_open_servers_window" id="ks_unity_editor_ksanalytics_events_open_servers_window"></a>

The user opened the servers window.

```csharp
public static readonly ksAnalyticsEvent OPEN_SERVERS_WINDOW
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### OPEN\_SERVER\_LOGS\_WINDOW <a href="#ks_unity_editor_ksanalytics_events_open_server_logs_window" id="ks_unity_editor_ksanalytics_events_open_server_logs_window"></a>

The user opened the server logs window.

```csharp
public static readonly ksAnalyticsEvent OPEN_SERVER_LOGS_WINDOW
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)

### UPGRADE <a href="#ks_unity_editor_ksanalytics_events_upgrade" id="ks_unity_editor_ksanalytics_events_upgrade"></a>

The user updated to a newer version of Reactor.

```csharp
public static readonly ksAnalyticsEvent UPGRADE
```

#### Field Value

[ksAnalyticsEvent](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalyticsevent.md)
