CampaignAssignments Table

Column Type Default Extra Comment
CampaignID int(11)      
SectionID smallint(6)      
Type enum('Include', 'Exclude', 'Exclusive') Include   If Type is set to "Include", the campaign will run on the section specified (and all sections beneath it in the section tree). If it is set to "Exclude", it will not run on the section specified (or any beneath it), overriding Include assignments made higher up on the tree. If it is set to "Exclusive", it will run on the section specified (and all beneath it), and no other campaigns will be allowed to run on those sections.

Note that CreativeAssignments override CampaignAssignments.