Constants
ACTIVE = CampaignStatus.new("ACTIVE")
DELETED = CampaignStatus.new("DELETED")
PAUSED = CampaignStatus.new("PAUSED")