文档

​
​

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

Standard Events

Discover predefined events you can use to track key player actions and game lifecycle events.
阅读时间2 分钟
最后更新于 9 个月前

Standard Events are events that are ready to use without the need for instrumentation or developer configuration. Unity Analytics SDK sends some of these events automatically, but you need to populate and record others manually at an appropriate point in your game's lifecycle. These are used by out-of-the-box dashboards and in the Data Explorer.
Standard events are triggered when players perform key actions. You can find out things like: How engaged are your players? What are your best performing countries? Which audiences are underperforming?
The available standard events are:

Event Name

Description

Trigger type

aquisitionSource
Record information about the channel that the user was acquired from. This event should be populated with the information available from the attribution provider's SDK.Requires manual triggering. For information about how to record this event, see the attribution support tutorial.
sdkStart
Recorded at the start of a session. A new session starts when the user launches an app and when the user ID changes.Automatic.
newPlayer
Recorded at the start of a session if the user ID is different from the previous session. A new session starts when the user launches an app and when the user ID changes.Automatic.
gameStarted
Recorded at the start of a session. A new session starts when the user launches an app and when the user ID changes.Automatic.
clientDevice
Recorded at the start of a session. A new session starts when the user launches an app and when the user ID changes.Automatic.
gameRunning
Recorded periodically when the app is running to detect session activity.Automatically every 60 seconds, if no other events have been recorded since the last check.
gameEnded
Recorded when a player exits the game.Automatic. Note that if the operating system does not give sufficient time for the game to shut down gracefully, this event may not be recorded, or may be cached to local storage and only uploaded if the game is started again later.
ddnaForgetMe
Recorded when a player opt outs of data collection.Manually by calling
RequestDataDeletion()
. See the manage data privacy page.
adImpression
Available to be recorded manually when a player has been shown an ad within the game.Requires manual triggering. For information about how to record this event, see the record Ad Impression events tutorial.
transaction
Recorded when a player makes an in-app purchase and tracks the purchase amount. Transaction validation can be done via the Unity IAP.Requires manual triggering. For information about how to record this event, see the record transaction events tutorial.
transactionFailed
Recorded when a player makes an unsuccessful in-app purchase transaction. Successful transactions are tracked by the
transaction
event.
Requires manual triggering. For information about how to record this event, see the record transaction events tutorial.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。


    报告此页面的问题