JoinSource
Identifies the context in which a player joined an experience via a deeplink.
Items 1
| History | Name | Value | Description | |
|---|---|---|---|---|
| 624 | CreatedItemAttribution | 1 | The player joined by following an attribution link for an item created inside an experience. |
Description
Identifies the context in which a player joined an experience via a deeplink.
The value is available as the JoinSource key in the GameJoinContext table
returned by Player:GetJoinData(). Experiences can inspect this value
on Players.PlayerAdded to customize the player's starting state
depending on how they arrived.
History 2
- 624 Add CreatedItemAttribution
- 624 Add JoinSource