Skip to content

Additional download completion log

Category

Common Server service_metrics-file_download_complete_log
Test Server service_metrics_test-file_download_complete_log

Log specification

Note

The snake-cased field, like server_id, is transformed to camel case, like serverId, when it stores in the final storage (BigQuery), and the log sent in the unspecified form, such as serverid, is not saved in its column.

Field Name Description Type Required
date The time storing log, Format: yyyy-mm-dd hh🇲🇲ss
e.g., 2012-01-19 16:24:00
string Y
timezone UTC offset of time parameter in the log
e.g., "UTC+10:30"
string Y
channel Login channel
C2S: HIVE
KAK: Kakao Talk
LIN: LINE
WEI: Weibo
STE: Steam
string (3) Y
user_id User identifier used with the configured channel field
C2S: vid
KAK: User identifier issued by App Center
LIN: User identifier issued by App Center
WEI: Weibo
bigint Y
app_id AppID which Hive SDK uses
e.g., 'com.com2us.derbyday.kakao.freefull.google.global.android.common'
string (200) Y
did Device ID which Hive SDK uses bigint Y
server_id Server Code
Refer to Table of Server Code to input server code (JSON Input Code)
string Y
client_ip Client IP. This value extracts the value of country from GeoIP string (32) Y
server_ip Server IP string (32) Y
company Game publishing company, the target of log:
e.g., "C2S": Com2uS, "GVI": Com2uS Holdings
string (3) Y

Log sample

{
    "date": "2014-07-11 10:30:24",
    "channel": "C2S",
    "server_id": "GLOBAL",
    "app_id": "com.com2us.acefishing.normal.freefull.apple.global.ios.universal",
    "timezone": "UTC+9",
    "vid": 39314114,
    "did": 433970919,
    "server_ip": "112.175.229.236",
    "client_ip": "125.95.8.45",
    "company": "C2S"
}