What is PlayFab Data?

PlayFab Data is a set of tools for data analytics, storage, processing, and exports. The features are Title data, Players data, Characters data, Groups data, along with data management and provisiong features like Entities, Content delivery network and Webhooks.

Players data, Characters data, Groups data are saved which manage the store settings, game save state, or other data. To get started, see the Player data Quickstart.

Title data manages the remote configurations of the game as key-value pairs. To get started, see the Title data Quickstart.

Entities are the most basic addressable "things" that PlayFab APIs operate on. Each entity has a Type and an Id which together uniquely identify it. The parent/child relationships between entities exists which governs the permissions on how an entity's resources may be accessed by other entities. To get started, see the Entities Quickstart.

Content delivery network is an infrastructure used to deliver assets - such as images, audio, binary content, etc. - to the end user that focuses on speed and availability. To get started, see the Content delivery network Quickstart.

Webhooks enables you to do event handling in your own custom server. To get started, see the Webhooks Overview.