Skip to main content

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

FieldDescription
Player IDSearch for a player's data by Player ID
Storage KeySearch for data by storage key name
info

When searching by storage key, data from all players with that key will be retrieved.

List Fields

FieldDescription
Storage KeyThe unique key name of the data
SizeData size (KB)
Access PermissionPublic or Private
Player IDThe Player ID of the data owner
Modified DateLast modified date
Registration DateFirst registration date
ManagementEdit, Delete buttons

Data Registration

To register new data, click the Register button at the bottom of the list.

FieldDescription
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.

info

The storage key and Player ID cannot be changed after registration.