Click or drag to resize
CampaignConversionViewModel Class
View model for campaign conversions.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalytics.Web.UICampaignConversionViewModel

Namespace: CMS.WebAnalytics.Web.UI
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class CampaignConversionViewModel

The CampaignConversionViewModel type exposes the following members.

Constructors
  NameDescription
Public methodCampaignConversionViewModel
Top
Properties
  NameDescription
Public propertyActivityName
Activity name.
Public propertyActivityType
Activity type.
Public propertyCampaignID
ID of campaign this conversion belongs to. Used when creating or updating conversion.
Public propertyID
Conversion ID.
Public propertyIsFunnelStep
Boolean flag if conversion is part of funnel.
Public propertyItemID
ID of object which is monitored by conversion. For example nodeid for pagevisitActivityType.
Public propertyName
Conversion name.
Public propertyOrder
Order of conversion in the campaign.
Public propertyUrl
Page visit URL. Used if a campaign is running on content only site SiteIsContentOnly.
Top
See Also