> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started with PlayFab Explorer

> Reference for the PlayFab Insights events.all Kusto table, including the schema, entity fields, and payload columns that power Event History and Explorer.

# About the events.all table

The events.all table is the destination for all incoming events regardless of the ingestion pipeline they come through. This table powers several features on Game Manager, including Event History and Explorer.

<Note>
  Many columns present are written as an artifact of our ingestion process and are in the process of being deprecated. Only those listed below are intended to remain. Other columns can and should be disregarded.
</Note>

| Column Name                            | Data Type | Description                                                                                                                                                                                                        |
| :------------------------------------- | :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SchemaVersion                          | String    | Indicates the schema version assigned to the event by the PlayFab services. This number increments when structural changes occur to the event.                                                                     |
| FullName\_NameSpace                    | String    | A namespace assigned to the event in ingestion. Designed to prevent collisions between title telemetry events and PlayFab events of the same name. Useful for grouping by domain.                                  |
| FullName\_Name                         | String    | The name of the event.                                                                                                                                                                                             |
| Entity\_Id                             | String    | The unique ID of the entity sending the event, such as title player, character, and title.                                                                                                                         |
| Entity\_Type                           | String    | The type of entity sending the event, such as title player, character, and title.                                                                                                                                  |
| EntityLineage\_title                   | String    | The Title ID from which the event occurred.                                                                                                                                                                        |
| EventData                              | Dynamic   | The original JSON payload of the event.                                                                                                                                                                            |
| EventId                                | String    | A unique GUID identifier for each event.                                                                                                                                                                           |
| Timestamp                              | DateTime  | The time the event was received by PlayFab.                                                                                                                                                                        |
| EntityLineage\_title\_player\_account  | String    | The title player ID associated with the event. For more information, see [Available built-in entity types](/services/playfab/live-service-management/game-configuration/entities/available-built-in-entity-types). |
| EntityLineage\_master\_player\_account | String    | The main player ID associated with the event. For more information, see [Available built-in entity types](/services/playfab/live-service-management/game-configuration/entities/available-built-in-entity-types).  |
| EntityLineage\_namespace               | String    | The namespace associated with the event. For more information, see [Available built-in entity types](/services/playfab/live-service-management/game-configuration/entities/available-built-in-entity-types).       |


## Related topics

- [Insights](/services/playfab/data-analytics/legacy/insights/overview.md)
- [Multiplayer Android getting started](/services/playfab/multiplayer/lobby/lobby-matchmaking-sdks/android-specific-requirements.md)
- [PlayFab Multiplayer getting started for Unity](/services/playfab/multiplayer/lobby/lobby-matchmaking-sdks/multiplayer-unity-sdk-getting-started.md)
- [Get started with PlayFab Economy Legacy, Unity IAP, Android](/services/playfab/economy-monetization/economy/tutorials/getting-started-with-unity-iap-android.md)
- [Getting started with Data Explorer basic mode](/services/playfab/data-analytics/learn-data/data-explorer/getting-started-with-data-explorer-basic.md)
