AnalyticsProgressionType
Specifies the player's progression status in a level-progression event logged by AnalyticsService:LogProgressionEvent().
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 619 | Custom | 0 | A custom progression status for events outside the standard start/fail/complete lifecycle. | |
| 619 | Start | 1 | The player started the level attempt. | |
| 619 | Fail | 2 | The player failed the level attempt. | |
| 619 | Complete | 3 | The player completed the level successfully. |
Description
Passed as the status argument to
AnalyticsService:LogProgressionEvent() to indicate whether a player is
starting, completing, or failing a level attempt. The convenience methods
AnalyticsService:LogProgressionStartEvent(),
AnalyticsService:LogProgressionCompleteEvent(), and
AnalyticsService:LogProgressionFailEvent() set this value
automatically; use Custom for
progression events that fall outside the standard lifecycle.