ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Analytics

Unity SDK

Client API

Analytics

このページは選択した言語では使用できません。
LiveOps
​
​
Analytics
  • Overview
  • Get started
  • Pricing
  • Concepts
  • Tutorials
  • Reference
    • Standard events
    • Standard audiences
    • Reserved parameter names
    • Data Explorer V1 metrics
    • Data Explorer V2 measures and metrics
    • SDK Event class
    • SDK CustomEvent class
    • SDK behavior
    • SQL Data Explorer queryable tables
    • SQL Data Explorer cookbook
    • Data Access available views
    • Glossary
  • Privacy and consent
  • FAQ
  1. Unity Analytics

Analytics SDK behavior

Understand how the Analytics SDK handles event batching, uploads, and offline caching.
読み終わるまでの所要時間 1 分
最終更新 9ヶ月前

The Analytics SDK is designed to exist seamlessly behind your game logic, able to collect events and upload them efficiently without causing frame spikes or battery drain. It is also designed to be resilient to upload failure due to intermittent internet access.
It does this by recording events first into an in-memory buffer, and then uploading them in batches to the back-end. The flush period is 60 seconds and this is not configurable, but you can call
AnalyticsService.Instance.Flush()
to manually trigger an immediate upload if necessary.
There might be occasions where the SDK fails to send a batch of events, for example, when the Analytics service is down or the player is offline. Events are stored in memory until they're successfully uploaded or the app is shut down. If there's still no internet connection when the app is shut down, and file system access is available, up to 5MB of events are cached to disk so that they can be uploaded during the next session.
Events are always uploaded with the data they had when they were recorded, including common parameters like platform and session ID. For example, if an event was recorded in a previous session but only flushed days later, it'll keep its association with its original session.

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。


    このページの問題を報告する