lyrCampaigns
Find the lyrCampaigns table description below :
Primary key: CampaignID
|
Field Name |
Description |
Version Added |
|---|---|---|
| CampaignID |
A unique, auto-incrementing identifier for this row (int (4), NOT NULL) |
|
| CampaignName |
The unique name of this campaign. (varchar(50), NOT NULL) |
|
| CampaignDescription |
A description of this campaign. (varchar(200), NOT NULL) |
|
| ListID |
The identifier of this campaign in lists_. (int, NULL) |
|
| SiteID |
The identifier of this campaign in sites_. (int (4), NULL) |
|
| SplitTestID |
The ID of the Split Test this campaign is for. NULL or 0 if this campaign is not part of a Split Test. (int, NULL) |