RecommendationActionType
Describes the type of action a user took on a recommended item, used when logging action events via RecommendationService:LogActionEvent().
Items 7
| History | Name | Value | Description | |
|---|---|---|---|---|
| 678 | AddReaction | 0 | The user added a reaction to the item, such as a "like". | |
| 678 | RemoveReaction | 1 | The user removed a reaction from the item. | |
| 678 | Share | 2 | The user shared the item. | |
| 678 | Report | 3 | The user created an abuse report of the item. | |
| 678 | Comment | 4 | The user commented on the item. | |
| 678 | Play | 5 | The user joined an experience through the item, or played a mini-game associated with the item. | |
| 678 | Purchase | 6 | The user made a purchase from the item. |
Description
Action a user performed on a recommended item. Pass as the first argument to RecommendationService:LogActionEvent() to record interaction signals used for personalization.