CAMPAIGNTARGET Table

Added in Version 7.0

The CAMPAIGNTARGET table stores all the information pertaining to campaign targets. This information includes, but is not limited to, campaign target ID, campaign ID, target type, target group name, and status. It links the CAMPAIGN table to records in ACCOUNT, CONTACT, LEAD, and USERINFO tables.

 

Legend
 

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

CAMPAIGNTARGETID (PK)

char(12)

NOT NULL

CAMPAIGNTARGET_ID_PK (CA)

(One) to (Many)

MKTGSVC_RECIPIENT.CAMPAIGNTARGETID

(One) to (Many)

TARGETRESPONSE.CAMPAIGNTARGETID

CAMPAIGNID (FK)

char(12)

NOT NULL

CAMPAIGNTARGET_CAMPAIGN ID (IE)

(Many) to (One)

CAMPAIGN.CAMPAIGNID

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

MODIFYDATE

datetime(8)

NULLS

 

 

 

ENTITYID (FK)

char(12)

NULLS

CAMPAIGNTARGET_ENTITY ID (IE)

(Many) to (One)

ACCOUNT.ACCOUNTID

(Many) to (One)

CONTACT.CONTACTID

(Many) to (One)

LEAD.LEADID

(Many) to (One)

USERSECURITY.USERID

TARGETTYPE

varchar(32)

NULLS

 

 

 

GROUPNAME

varchar(32)

NULLS

 

 

 

INITIALTARGET

char(1)

NULLS

 

 

 

STAGE

varchar(64)

NULLS

 

 

 

STATUS

varchar(32)

NULLS