Share via


TargetGroupXRef

The TargetGroupXRef class cross-references a target group with the custom content for the target group. Target objects form target groups by linking with a TargetGroup object. The custom content, represented by a CampaignItem object, links to the TargetGroup object through the TargetGroupXRef object.

Data Members

Data member name

Data type

Default value

Description

CampaignItemID

binary(6)

0

Key member.

SiteName

nvarchar(255)

None

Stores the name of the site associated with the object.

TargetGroupID

binary(6)

0

Key member.

Class Key

TargetGroupXrefKey is composed of the following data members:

   CampItemNum + TargetGroupNum

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation name

Parent

Child

Type

CampaignItemTargetGroupXRefRel

CampaignItem

TargetGroupXRef

2

TargetGroupTargetGroupXRefRel

TargetGroup

TargetGroupXRef

2

See Also

Other Resources

Data Warehouse Classes