CampaignTrackers
Create, update, delete, and query the CampaignTrackers module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier for the record. |
| 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. |
| Tracker_Key | Int | True |
The internal key to uniquely identify the tracker URL. |
| Campaign_Id | String | False |
The Id of the campaign. |
| Date_Entered | Datetime | False |
The date the record was created. |
| Date_Modified | Datetime | False |
The date the record was last modified. |
| Modified_User_Id | String | False |
The user who last modified the record. |
| Created_By | String | False |
The Id of the user who created the record. |
| Is_Optout | Bool | False |
Indicates whether the tracker URL represents an opt-out link. |
| Deleted | Bool | False |
Record deletion indicator. |