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.
| Column | Description |
|---|---|
| Date | The date of API usage |
| Account | Account service API call count |
| Coupon | Coupon service API call count |
| Receipt Verification | In-app purchase verification API call count |
| Inbox | Inbox service API call count |
| Data Management | Storage service API call count |
| Cache Data | Cache data service API call count |
| Leaderboard | Leaderboard service API call count |
| Friends | Friends service API call count |
| Game Currency | Game currency service API call count |
| Cloud Code | Cloud Code service API call count |
| Guild | Guild service API call count |
| Push | Push notification service API call count |
| Game Log | Game log service API call count |
| API Log | API log service API call count |
| Chat | Chat service API call count |
| Chat Messages | Number 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 |
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
| Field | Description |
|---|---|
| API Code | Select the API code to query. (Required, categorized by service) |
| Player ID | Enter the player UUID to query logs for a specific player. (Required) |
| Query Period | Select the start and end dates for the log query. (Required) |
Search Results
| Column | Description |
|---|---|
| API Code | The called API code |
| Player ID | The player UUID that called the API |
| Log File | The log file name (click for details popup) |
| Log Size | The log file size (KB) |
| Status | The API call result status |
| Date | The API call date |
Log Details
Click on a log file to view Request, Response, and Error information in a popup window.
| Field | Description |
|---|---|
| Request | API request data (Pretty Mode supported, clipboard copy available) |
| Response | API response data (Pretty Mode supported, clipboard copy available) |
| Error | Error information when an error occurs |
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.
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
| Column | Description |
|---|---|
| Table Code | The unique code of the table (clipboard copy available, click to navigate to details page) |
| Name | The table name |
| Modified Date | The last modified date |
| Registration Date | The table creation date |
| Actions | Edit and Delete buttons |
Register/Edit Table
| Field | Description |
|---|---|
| Table Name | Enter the name of the log table. (Required) |
Log Search
Search and view game logs for a specific table. You can search from the table details page.
Search Criteria
| Field | Description |
|---|---|
| Query Period | Select the start and end dates for the log query. (Required) |
| Player ID | Enter the player UUID to query logs for a specific player. (Required) |
Search Results
| Column | Description |
|---|---|
| Table Code | The table code where the log is stored |
| Player ID | The player UUID that recorded the log |
| Log File | The log file name (click for details popup) |
| Log Size | The log file size (KB) |
| Date | The log recording date |
Log Details
Click on a log file to view the log data in Key-Value format in a popup window table.
| Column | Description |
|---|---|
| Key | The key of the log data |
| Value | The value of the log data |
Funnel Analysis
You can perform funnel analysis based on game log data.
Funnel analysis is a beta service.
Search Criteria
| Field | Description |
|---|---|
| Analysis Period | Select the start and end dates for analysis. (Required) |
| Game Log Steps | Select the game log table to analyze for each step. (Minimum 2 steps required) |
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
| Column | Description |
|---|---|
| Step | The analysis step (Step.1, Step.2, ...) |
| Game Log | The game log table name mapped to that step |
| User Count | The number of users who reached that step |
| Conversion Rate | The conversion rate relative to Step.1 (%) |