Data Management
Data Management is a feature that allows you to store and manage data per player. Data is stored in key-value format, and access permissions can be configured.
Service Activation
To use the Data Management feature, you must first activate the service. Click the Activate button to start the service.
Data List Lookup
On the Data Management page, you can search and view stored data.
Search Options
| Field | Description |
|---|---|
| Player ID | Search for a player's data by Player ID |
| Storage Key | Search for data by storage key name |
When searching by storage key, data from all players with that key will be retrieved.
List Fields
| Field | Description |
|---|---|
| Storage Key | The unique key name of the data |
| Size | Data size (KB) |
| Access Permission | Public or Private |
| Player ID | The Player ID of the data owner |
| Modified Date | Last modified date |
| Registration Date | First registration date |
| Management | Edit, Delete buttons |
Data Registration
To register new data, click the Register button at the bottom of the list.
| Field | Description |
|---|---|
| Storage Key * | Enter the unique key name of the data. Enter using a combination of letters and numbers |
| Player ID * | Enter the Player ID to store the data for |
| Data Type * | Select the type of data to store (String, JSON) |
| Data Value * | Enter the data value to store. For JSON type, a JSON editor can be used |
| Access Permission * | Set the access permission of the data (Public, Private) |
Data Edit
Clicking the edit button in the list allows you to edit the data. The storage key and Player ID cannot be modified; you can change the data type, data value, and access permission.
The storage key and Player ID cannot be changed after registration.