AdItem

This class represents scheduled advertising content for a Web page. The class contains data members describing when the advertisement runs and codes linking the advertisement to the products it represents. The IndustryCode class provides a classification of the type of advertisement contained in the AdItem object.

Data Members

Data Member Name Data Type Default Value Description
AdItemCustomerOrderNum WSTR None Stores the code used by customers to order through the advertisement.
AdItemDaysOfWeekMask SHORT None Indicates which days of the week the advertisement was shown.
AdItemEventsScheduled LONG None Stores the number of scheduled events associated with the advertisement.
AdItemNum LONG 0 Stores the unique key for the object.
AdItemTimeOfDayEnd SHORT None Indicates the time of day the advertisement stopped being displayed.
AdItemTimeOfDayStart SHORT None Indicates the time of day the advertisement started being displayed.
AdItemType SHORT None Stores the type of advertisement.
AdItemWeight LONG None Stores the relative importance of the advertisement.
CampItemNum LONG 0 None
IndustryNum LONG 0 None
SiteName WSTR None Stores the name of the site associated with the advertisement.

Class Key

AdItemKey is composed of a single data member, AdItemNum.

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation Name Parent Child Type
AdItemCampaignItem CampaignItem AdItem 2
AdItemIndustryCode IndustryCode AdItem 2


All rights reserved.