> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ActionTrigger

> ActionTrigger data type.

Information about the trigger that initiated the action.

## Properties

| Name        | Type                                                                        | Description                                                  |
| :---------- | :-------------------------------------------------------------------------- | :----------------------------------------------------------- |
| RuleId      | String                                                                      | The ID of the rule that triggered the action.                |
| RuleName    | String                                                                      | The friendly name of the rule that triggered the action.     |
| Timestamp   | DateTime                                                                    | The server time when the rule was evaluated.                 |
| ActionIndex | int32                                                                       | The position of the action within the rule, starting from 0. |
| ActionId    | String                                                                      | The ID of the action.                                        |
| ActionName  | String                                                                      | The friendly name of the action.                             |
| ActionType  | [ActionType](/services/playfab/api-references/events/data-types/actiontype) | The type of the action.                                      |


## Related topics

- [action_executed](/services/playfab/api-references/events/PlayStream/action-executed.md)
- [action_failed](/services/playfab/api-references/events/PlayStream/action-failed.md)
- [player_triggered_action_executed_function](/services/playfab/api-references/events/Functions/player-triggered-action-executed-function.md)
- [player_triggered_action_executed_cloudscript](/services/playfab/api-references/events/CloudScript/player-triggered-action-executed-cloudscript.md)
- [Actions & Rules](/services/playfab/data-analytics/acting-data/action-rules-overview.md)
