Target
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The Target class defines a target for marketing and custom Web content, such as a particular type of user. A TargetGroup object links to one or moreTarget objects to form target groups. The custom content for the group of targets links to the TargetGroup object through a TargetGroupXRef object.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
SiteName |
nvarchar(255) |
Unknown |
Stores the site name associated with the object. Key member. |
TargetAction |
int |
None |
Stores the action code for the target. |
TargetExprID |
int |
None |
Stores the expression ID for the target. |
TargetGroupID |
binary |
0 |
None. |
TargetNum |
int |
0 |
Stores the unique key for the object. Key member. |
Class Key
TargetKey is composed of the following data members:
TargetNum + SiteName.
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
TargetGroupTarget |
TargetGroup |
Target |
2 |