Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 2.43 KB

AchievementProgressWithDefinition.md

File metadata and controls

24 lines (21 loc) · 2.43 KB

TalonOne.Model.AchievementProgressWithDefinition

The current progress of the customer in the achievement.

Properties

Name Type Description Notes
Status string The status of the achievement.
Progress decimal The current progress of the customer in the achievement.
StartDate DateTime Timestamp at which the customer started the achievement. [optional]
CompletionDate DateTime Timestamp at which point the customer completed the achievement. [optional]
EndDate DateTime Timestamp at which point the achievement ends and resets for the customer. [optional]
AchievementId int The internal ID of the achievement.
Name string The internal name of the achievement used in API requests.
Title string The display name of the achievement in the Campaign Manager.
Description string The description of the achievement in the Campaign Manager.
CampaignId int The ID of the campaign the achievement belongs to.
Target decimal The required number of actions or the transactional milestone to complete the achievement. [optional]
AchievementRecurrencePolicy string The policy that determines if and how the achievement recurs. - `no_recurrence`: The achievement can be completed only once. - `on_expiration`: The achievement resets after it expires and becomes available again.
AchievementActivationPolicy string The policy that determines how the achievement starts, ends, or resets. - `user_action`: The achievement ends or resets relative to when the customer started the achievement. - `fixed_schedule`: The achievement starts, ends, or resets for all customers following a fixed schedule.
AchievementFixedStartDate DateTime The achievement's start date when `achievementActivationPolicy` is equal to `fixed_schedule`. Note: It is an RFC3339 timestamp string. [optional]
AchievementEndDate DateTime The achievement's end date. If defined, customers cannot participate in the achievement after this date. Note: It is an RFC3339 timestamp string. [optional]

[Back to Model list] [Back to API list] [Back to README]