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: 13.0.131
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.
Top
See Also