TargetGroup
The TargetGroup class defines a group of targets for marketing and custom Web content. One or more Target objects linked with a TargetGroup object forms a target group. A target group links to the content for the group through a TargetGroupXRef object.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
SiteName |
nvarchar(255) |
Unknown |
Stores the site associated with the object. Key member. |
TargetGroupName |
nvarchar(255) |
None |
Stores the name of the group of targets. |
TargetGroupNum |
int |
0 |
Stores the unique key for the object. Key member. |
Class Key
TargetGroupKey is composed of the following data members:
TargetGroupNum + SiteName
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
TargetGroupTarget |
TargetGroup |
Target |
2 |
TargetGroupTargetGroupXrefRel |
TargetGroup |
TargetGroupXRef |
2 |