Click or drag to resize
CampaignReportSourceDetailsViewModel Class
View model for campaing conversion containing utm source and utm content that were used in campaign along with link to email report details.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalytics.Web.UICampaignReportSourceDetailsViewModel

Namespace: CMS.WebAnalytics.Web.UI
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax
C#
public sealed class CampaignReportSourceDetailsViewModel

The CampaignReportSourceDetailsViewModel type exposes the following members.

Constructors
  NameDescription
Public methodCampaignReportSourceDetailsViewModel
Top
Properties
  NameDescription
Public propertyContentName
Name of the content corresponding to UTM content.
Public propertyEmailLinkDetail
Link to email report details.
Public propertySourceName
Name of the source corresponding to UTM source.
Top
See Also