This field group will be shared by the journeyStepEvent and journeyStepProfileEvent.
If the step has an action to be processed, those fields will be added to the event payload.
ID of the action that is being executed.
Type: string
Name of the action. If no name has been set, the stepName will be taken.
Type: string
Type of the action.
Type: string
Indicates if the action is parameterized or not.
Type: boolean
The amount of time (in milliseconds) taken to execute a current action.
Type: long
Type of error that happens when the action is called.
Type: string
Values:
Code for action execution error. Present if the error has a code, such as an HTTP one.
Type: string
A timeout can occur, in two cases:
For instance, an email is being sent and an HTTP 500 error is returned at the first attempt. The fetch is retried, but the duration of the 2 attempts exceeds the timeout. Then the action execution is tagged as timedout. The action part will look like:
...
"actionId": "myActionId",
"actionName": "My mail sending",
"actionType": "acsRestAction",
"actionParameterized": true,
"actionExecError": "timedout",
"actionExecOrigError": "http",
"actionExecOrigErrorCode": "500"
Type: string
Error code of the actionExecOrigError.
Type: string
Indicates the type of action.
Values:
Type: string
This describes the delivery Job Id for the batch Journey.
Type: string
This describes the delivery Id for the batch Journey.
Type: string
This describes if the Batch Journey is triggered from Audience Segment.
Type: boolean
Count of scheduler notification requests sent to the scheduler service during the step processing.
Type: long