Skip to main content

Monitoring

In the Monitoring menu, you can check the operational status of game services through API usage, API logs, game logs, and funnel analysis.

API Usage

You can view daily API call counts per service in a table.

ColumnDescription
DateThe date of API usage
AccountAccount service API call count
CouponCoupon service API call count
Receipt VerificationIn-app purchase verification API call count
InboxInbox service API call count
Data ManagementStorage service API call count
Cache DataCache data service API call count
LeaderboardLeaderboard service API call count
FriendsFriends service API call count
Game CurrencyGame currency service API call count
Cloud CodeCloud Code service API call count
GuildGuild service API call count
PushPush notification service API call count
Game LogGame log service API call count
API LogAPI log service API call count
ChatChat service API call count
Chat MessagesNumber of chat messages
Inbox (Deprecated)Legacy inbox service API call count
Invite (Deprecated)Invite service API call count
Ranking (Deprecated)Ranking service API call count
info

A status icon is displayed next to the call count for each service, allowing you to visually check the normal/abnormal status.

API Logs

You can search and view detailed logs for API calls. API Logs consists of Log Viewer and Log Settings pages.

Log Viewer

Search API call logs by conditions and view detailed content.

Search Criteria

FieldDescription
API CodeSelect the API code to query. (Required, categorized by service)
Player IDEnter the player UUID to query logs for a specific player. (Required)
Query PeriodSelect the start and end dates for the log query. (Required)

Search Results

ColumnDescription
API CodeThe called API code
Player IDThe player UUID that called the API
Log FileThe log file name (click for details popup)
Log SizeThe log file size (KB)
StatusThe API call result status
DateThe API call date

Log Details

Click on a log file to view Request, Response, and Error information in a popup window.

FieldDescription
RequestAPI request data (Pretty Mode supported, clipboard copy available)
ResponseAPI response data (Pretty Mode supported, clipboard copy available)
ErrorError information when an error occurs
info

Enable Pretty Mode to view data in a neatly formatted layout. You can download log data as a JSON file through the JSON Download button.

Log Settings

Select the services for which to collect API logs. You can configure log collection for each service using checkboxes.

info

Changes to log settings will apply to API calls made after the change.

Game Logs

You can manage and view custom in-game logs. Provides table management and log search functionality.

Table Management

Create and manage tables for storing game logs.

Table List

ColumnDescription
Table CodeThe unique code of the table (clipboard copy available, click to navigate to details page)
NameThe table name
Modified DateThe last modified date
Registration DateThe table creation date
ActionsEdit and Delete buttons

Register/Edit Table

FieldDescription
Table NameEnter the name of the log table. (Required)

Search and view game logs for a specific table. You can search from the table details page.

Search Criteria

FieldDescription
Query PeriodSelect the start and end dates for the log query. (Required)
Player IDEnter the player UUID to query logs for a specific player. (Required)

Search Results

ColumnDescription
Table CodeThe table code where the log is stored
Player IDThe player UUID that recorded the log
Log FileThe log file name (click for details popup)
Log SizeThe log file size (KB)
DateThe log recording date

Log Details

Click on a log file to view the log data in Key-Value format in a popup window table.

ColumnDescription
KeyThe key of the log data
ValueThe value of the log data

Funnel Analysis

You can perform funnel analysis based on game log data.

info

Funnel analysis is a beta service.

Search Criteria

FieldDescription
Analysis PeriodSelect the start and end dates for analysis. (Required)
Game Log StepsSelect the game log table to analyze for each step. (Minimum 2 steps required)
info

Click the Add Game Log button to add analysis steps. You can remove unnecessary steps through the Delete button for each step.

Analysis Results

Funnel analysis results are displayed as charts and tables.

Result Chart

A funnel chart visually representing the number of users at each step is displayed.

Result Table

ColumnDescription
StepThe analysis step (Step.1, Step.2, ...)
Game LogThe game log table name mapped to that step
User CountThe number of users who reached that step
Conversion RateThe conversion rate relative to Step.1 (%)