PageGroup
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class represents a group of custom content items used on a Web page for a marketing campaign. The page is part of one or more marketing campaign events; a link from the PageGroup object to one or more CampaignEvent objects represents this information. CampaignItem objects represent the custom content items, and link to the PageGroup object through one or more PageGroupXRef objects.
Data Members
Data Member Name |
Data Type |
Default Value |
Description |
---|---|---|---|
PgDescription |
nvarchar(255) |
None |
Stores a description of the Web page. |
PgNum |
int |
0 |
Stores the unique key for the object. |
PgTag |
nvarchar(255) |
"No Pagegroup" |
Stores the HTML tag associated with the Web page. |
SiteName |
nvarchar(255) |
"Unknown" |
Key member. |
Class Key
PageGroupKey is composed of the following data members:
PgNum + SiteName
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation Name |
Parent |
Child |
Type |
---|---|---|---|
PageGroupCampaignEventRel |
PageGroup |
CampaignEvent |
2 |
PageGroupPageGroupXRefRel |
PageGroup |
PageGroupXRef |
2 |