CampaignItemType Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the type of campaign item.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration CampaignItemType
'Usage
Dim instance As CampaignItemType
[ComVisibleAttribute(false)]
public enum CampaignItemType
[ComVisibleAttribute(false)]
public enum class CampaignItemType
public enum CampaignItemType
Members
Member name | Description | |
---|---|---|
Discount | Discount campaign item. | |
DirectMail | DirectMail campaign item. | |
Advertisement | Advertisement campaign item. |
Remarks
This enumeration is a value for the type of CampaignItem. There are three types of campaign items in Commerce Server:
Advertisement - An ad is a CampaignItem that typically has a delivery goal, date ranges, and target attributes. e.g. Showcase the newly introduced Product B in the homepage.
DirectMail - Direct mail is a CampaignItem that can be targeted toward specific users by using mailing lists. e.g. send the company newsletter to all active customers every month.
Discount - A Discount applies for this CampaignItem. e.g. Buy C, Get D at 20% off.