> 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.categories.md).

# Class ksAnalytics.Categories

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

Event categories

```csharp
public class ksAnalytics.Categories
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [ksAnalytics.Categories](/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksanalytics/ks.unity.editor.ksanalytics.categories.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

### BUILD <a href="#ks_unity_editor_ksanalytics_categories_build" id="ks_unity_editor_ksanalytics_categories_build"></a>

Category for build events.

```csharp
public static readonly string BUILD
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### CLICK\_LINK <a href="#ks_unity_editor_ksanalytics_categories_click_link" id="ks_unity_editor_ksanalytics_categories_click_link"></a>

Category for click link events.

```csharp
public static readonly string CLICK_LINK
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### INSTALLATION <a href="#ks_unity_editor_ksanalytics_categories_installation" id="ks_unity_editor_ksanalytics_categories_installation"></a>

Category for installation events

```csharp
public static readonly string INSTALLATION
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

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

Category for open window events.

```csharp
public static readonly string OPEN_WINDOW
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### SERVER\_START <a href="#ks_unity_editor_ksanalytics_categories_server_start" id="ks_unity_editor_ksanalytics_categories_server_start"></a>

Category for server start events

```csharp
public static readonly string SERVER_START
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)
