Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.34 KB

AchievementProgress.md

File metadata and controls

21 lines (16 loc) · 1.34 KB

# AchievementProgress

Properties

Name Type Description Notes
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.
status string The status of the achievement.
target float The required number of actions or the transactional milestone to complete the achievement. [optional]
progress float The current progress of the customer in the achievement.
startDate \DateTime Timestamp at which the customer started the achievement.
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.

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