Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The mktg_page_group_xref table in the marketing database contains information that cross-references page groups and campaign items.
The following table describes the columns in the mktg_page_group_xref table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_pg_id |
int |
no |
The ID of the associated page group. This is a primary key, and a foreign key into the mktg_page_group table. |
i_campitem_id |
int |
no |
The ID of the associated campaign item. This is a primary key, and a foreign key into the mktg_campaign_item table. |