コンテンツにスキップ

資産・スコアログとメタデータ

アセットログとスコアログは、各ログ項目に関連するIDの名前を送信する必要がありました。現在、リアルタイムログからIDを簡単に送信できます。リアルタイムログを送信する際に名前を省略した場合は、追加で名前を入力するために以下のカテゴリを構成してください。

カテゴリー

  • Fluentd タイプ (ログ定義に基づく)
    サーバー (2つのサーバーへの負荷分散) analytics-hivelog-03.withhive.com
    analytics-hivelog-04.withhive.com
    タグ命名のルール ha2union.game.[ゲームの短い名前].common_meta 例: ha2union.game.samplegame.common_meta
    フィールドのcategoryの値 hive_common_meta 例: {"category":"hive_common_meta","game":"samplegame"}
    詳細な伝送方法
  • Http タイプ (ログ定義に基づく)
    サーバー https://analytics-log.withhive.com
    フィールドcategoryの値 hive_common_meta 例: {"category":"hive_common_meta","game":"samplegame"}
    詳細な送信方法
  • Scribe タイプ
    共通サーバー common_meta_log
    テストサーバー test_common_meta_log

ログ仕様

フィールド名 説明 タイプ 必須
dateTime メタデータが定義される時間またはメタデータが送信される瞬間
フォーマット: yyyy-mm-dd hh:MM:ss
文字列 2012-01-19 16:24:00 N
game ゲームの短い名前 文字列 samplegame Y
servicemetrics 関連するログカテゴリの短い名前
例: score2, asset_var
文字列 asset_var Y
type score2およびasset_varに関連するIDのタイプ 例: **action_id**と**action_name**のペアの場合、**action**がタイプです。 文字列 action Y
id score2およびasset_varに関連するIDの値 例: **action_id=1001**および**action_name=Test**のペアの場合、**1001**が値です。 整数 1001 Y
name score2およびasset_varに関連するIDの名前
例: **action_id=1**および**action_name=Test**のペアの場合、**Test**が名前です。
文字列 Test Y

JSONサンプル

{"category":"hive_common_meta","name":"landing action 2","game":"misample","dateTime":"2018-10-30 15:49:11","servicemetrics":"score2","type":"mode","id":6}
{"category":"hive_common_meta","name":"lv032","game":"misample","dateTime":"2018-10-30 15:49:11","servicemetrics":"score2","type":"submode","id":9000303}
{"category":"hive_common_meta","name":"store2","game":"misample","dateTime":"2018-10-30 15:49:11","servicemetrics":"score2","type":"grade","id":1}
{"category":"hive_common_meta","name":"COLLECTION-2","game":"misample","dateTime":"2018-10-30 15:49:11","servicemetrics":"asset_var","type":"action","id":11}
{"category":"hive_common_meta","name":"PLAYER_LIST-2","game":"misample","dateTime":"2018-10-30 15:49:11","servicemetrics":"asset_var","type":"item","id":110001}
{"category":"hive_common_meta","name":"point-2","game":"misample","dateTime":"2018-10-30 15:49:11","servicemetrics":"asset_var","type":"asset","id":2}