SubscriptionEventItem
Represents a single segment membership event.
Contents
- Event
-
Whether the profile joined or left the segment. The following are valid values:
-
JOINED: The profile joined the segment.
-
LEFT: The profile left the segment.
Type: String
Valid Values:
JOINED | LEFTRequired: No
-
- EventType
-
The type of event that triggered the membership change. The following are valid values:
-
LIVE: Real-time event triggered by a profile or calculated attribute change (Classic segments only).
-
SCHEDULE: Event generated during a scheduled execution.
Type: String
Valid Values:
LIVE | SCHEDULERequired: No
-
- ProfileId
-
The unique identifier of a customer profile.
Type: String
Pattern:
[a-f0-9]{32}Required: No
- UpdatedAt
-
The timestamp of when the membership change was detected.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: