dataRetentionResetOnNewActivity property

bool? dataRetentionResetOnNewActivity
getter/setter pair

Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period). Set to false to delete data associated with the user identifier automatically after the rentention period. This property cannot be set on insert.

Implementation

core.bool? dataRetentionResetOnNewActivity;