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] |
Name | Value |
---|---|
ADDEXPIREUSERTARGETDATE | "addExpireUserTargetDate" |
UPDATEEXPIREUSERTARGETDATE | "updateExpireUserTargetDate" |
REMOVEEXPIREUSERTARGETDATE | "removeExpireUserTargetDate" |
Name | Value |
---|---|
INCLUDED | "included" |
EXCLUDED | "excluded" |