Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.98 KB

UpdateAchievement.md

File metadata and controls

20 lines (15 loc) · 1.98 KB

# UpdateAchievement

Properties

Name Type Description Notes
name string The internal name of the achievement used in API requests. [optional]
title string The display name for the achievement in the Campaign Manager. [optional]
description string A description of the achievement. [optional]
target float The required number of actions or the transactional milestone to complete the achievement. [optional]
period string The relative duration after which the achievement ends and resets for a particular customer profile. [optional]
periodEndOverride \TalonOne\Client\Model\TimePoint [optional]
recurrencePolicy 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. [optional]
activationPolicy 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. [optional]
fixedStartDate \DateTime The achievement's start date when `activationPolicy` is set to `fixed_schedule`. Note: It must be an RFC3339 timestamp string. [optional]
endDate \DateTime The achievement's end date. If defined, customers cannot participate in the achievement after this date. Note: It must be an RFC3339 timestamp string. [optional]

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