PageGroup
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 | WSTR | None | Stores a description of the Web page. |
PgNum | LONG | 0 | Stores the unique key for the object. |
PgTag | WSTR | None | Stores the HTML tag associated with the Web page. |
SiteName | WSTR | None | None |
Class Key
PageGroupKey is composed of a single data member, PgNum.
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 |