データの解像度と保存
イベントデータの解像度
devices during past 24h
| include session.events during past 24h
| compute total_user_interaction = user_interaction_time.sum()
| where total_user_interaction > 8h
| list device.name, total_user_interaction devices during past 30d
| include session.events during past 30d
| compute total_user_interaction = user_interaction_time.sum()
| where total_user_interaction > 10d
| list device.name, total_user_interaction データカテゴリごとの保持期間
データカテゴリ
データサブカテゴリ
保持
例
モジュール内のデータ可用性
モジュール
利用可能なデータ
Last updated
Was this helpful?