CampaignTrackers
Stores tracking links that monitor campaign click-through and web engagement behavior. This table supports digital engagement analytics and response measurement.
Columns
| Name | Type | ReadOnly | Description |
| Campaign_Id | String | False |
The unique identifier (Id) of the campaign that this tracker is associated with. This field links the tracker to a specific campaign for performance tracking. |
| Created_By | String | True |
The user Id of the user who created this campaign tracker record. This field supports auditing and ownership tracking. |
| Date_Entered | Datetime | True |
The date and time when this campaign tracker record was created. This field supports lifecycle and historical reporting. |
| Date_Modified | Datetime | True |
The date and time when this campaign tracker record was most recently modified. This field supports update tracking and audit compliance. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when the campaign tracker record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and record recovery. |
| Id [KEY] | String | True |
The Id for this campaign tracker record. This field ensures reliable reference for reporting, analytics, and integration processes. |
| Is_Optout | Bool | False |
A Boolean field that returns a value of 'true' when the tracker URL serves as an opt-out link for recipients. It returns a value of 'false' when the tracker represents a standard campaign-engagement link. |
| Modified_User_Id | String | True |
The Id of the user who most recently modified this campaign tracker record. This field supports audit tracking and change visibility. |
| Tracker_Key | Int | False |
The internal system-generated key that uniquely identifies the tracker entry. This field is primarily used for internal reference and system performance optimization. |
| Tracker_Name | String | False |
The display name that is assigned to this campaign tracker. This field is used to identify and categorize trackers within reporting and campaign configuration screens. |
| Tracker_Url | String | False |
The URL that recipients access when clicking the tracker link in a campaign message. This field enables click-through tracking, engagement measurement, and campaign performance analytics. |