Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.26 KB

PatchSegmentInstruction.md

File metadata and controls

36 lines (20 loc) · 1.26 KB

PatchSegmentInstruction

Properties

Name Type Description Notes
kind KindEnum The type of change to make to the user's removal date from this segment
userKey String A unique key used to represent the user
targetType TargetTypeEnum The segment's target type
value Integer The time, in Unix milliseconds, when the user should be removed from this segment. Required if <code>kind</code> is <code>addExpireUserTargetDate</code> or <code>updateExpireUserTargetDate</code>. [optional]
version Integer The version of the segment to update. Required if <code>kind</code> is <code>updateExpireUserTargetDate</code>. [optional]

Enum: KindEnum

Name Value
ADDEXPIREUSERTARGETDATE "addExpireUserTargetDate"
UPDATEEXPIREUSERTARGETDATE "updateExpireUserTargetDate"
REMOVEEXPIREUSERTARGETDATE "removeExpireUserTargetDate"

Enum: TargetTypeEnum

Name Value
INCLUDED "included"
EXCLUDED "excluded"