SubscriberStatusEvent
Retrieves information about subscribers, the current subscribers' status and the reasons why the subscribers unsubscribed, if any.
Columns
| Name | Type | Description |
| ObjectID [KEY] | String | Specifies the system-controlled text string that serves as the unique identifier (Id) for the subscriber-status event record. This Id is read-only and is generated internally. |
| SubscriberID | Long | Specifies the Id that is assigned to the subscriber within the Salesforce Marketing Cloud account context. This Id is used to link the status event to the corresponding subscriber record. |
| Client_ID | Long | Specifies the Id of the client that owns or manages the subscriber associated with this status event. The system uses this Id to ensure that status tracking aligns to the correct account. |
| CurrentStatus | String | Defines the subscriber status that is currently active at the time the event was recorded. This value reflects the most recent state (for example, Active, Bounced, or Unsubscribed. |
| PreviousStatus | String | Defines the subscriber status that was in effect immediately prior to the status change represented by this event. This value provides historical context for understanding lifecycle transitions. |
| CreatedDate | Datetime | Indicates the date and time when the subscriber-status event was created within the system. This value establishes the chronological sequence of the subscriber's status changes. |
| SubscriberKey | String | Specifies the subscriber key that uniquely identifies the subscriber across lists, sends, and data extensions. This value is used for tracking, segmentation, and auditing. |
| ReasonUnsub | String | Specifies the explanation that describes why the subscriber unsubscribed from a list or communication source. This value can represent a system-detected reason or a subscriber-provided reason. |