CampaignTrackers
The CampaignTrackers table.
Columns
| Name | Type | ReadOnly | Description |
| Campaign_Id | String | False |
The ID of the campaign |
| Created_By | String | True |
User ID who created record |
| Date_Entered | Datetime | True |
Date record created |
| Date_Modified | Datetime | True |
Date record last modified |
| Deleted | Bool | False |
Record deletion indicator |
| Id [KEY] | String | True |
Unique identifier |
| Is_Optout | Bool | False |
Indicator whether tracker URL represents an opt-out link |
| Modified_User_Id | String | True |
User who last modified record |
| Tracker_Key | Int | False |
Internal key to uniquely identifier the tracker URL |
| Tracker_Name | String | False |
The name of the campaign tracker |
| Tracker_Url | String | False |
The URL that represents the landing page when the tracker URL in the campaign email is clicked |