The properties specific to the "increaseAchievementProgress" effect. This gets triggered whenever a validated rule contained an "increase customer progress" effect.
Name | Type | Description | Notes |
---|---|---|---|
AchievementId | int | The internal ID of the achievement. | |
AchievementName | string | The name of the achievement. | |
ProgressTrackerId | int | The internal ID of the achievement progress tracker. | [optional] |
Delta | decimal | The value by which the customer's current progress in the achievement is increased. | |
Value | decimal | The current progress of the customer in the achievement. | |
Target | decimal | The target value to complete the achievement. | |
IsJustCompleted | bool | Indicates if the customer has completed the achievement in the current session. |