CMS.WebAnalytics.Web.UI Namespace |
Class | Description | |
---|---|---|
ActivityTypeViewModel |
View model for ActivityTypeInfo | |
AnalyticsLog |
Cache log base class.
| |
AssetController |
Handles the campaign assets.
| |
CampaignController |
Handles getting of campaigns.
| |
CampaignConversionItemController |
Provides conversion items for Smart Drop-down in campaign conversions.
Controller handles selected site-specific object types and checks read permissions.
| |
CampaignConversionViewModel |
View model for campaign conversions.
| |
CampaignEditViewModel |
Represents View model of Campaign Info which can be serialized and used for communication between API controller and javascript services.
This wrapper has to be used because info objects cannot be easily serialized and deserialized.
| |
CampaignListItemViewModel |
Represents listing View model of Campaign Info which can be serialized and used for communication between API controller and javascript services.
This wrapper has to be used because info objects cannot be easily serialized and deserialized.
| |
CampaignObjectiveViewModel |
View model for campaign objective.
| |
CampaignReportSourceDetailsViewModel |
View model for campaing conversion containing utm source and utm content that were used in campaign along with link to email report details.
| |
CMSAnalyticsContentPage |
Base page for the analytics pages.
| |
CMSCampaignPage |
Base page for campaigns.
| |
CMSConversionPage |
Base page for conversions.
| |
CMSWebAnalyticsPage |
Base page for the CMS Web analytics pages to apply global settings to the pages.
| |
ContactDetailsCampaignViewModel |
Represents view mdoel for the contact campaign details field.
| |
PageSelectorViewModel |
View model for page selector.
| |
WebAnalyticsController |
Handles logging of visitor hits.
| |
WebAnalyticsServiceScriptsRenderer |
Contains methods for registering JavaScript code into page which logs web analytics statistics asynchronously via call to WebAnalyticsService.
LogHits call is registered automatically for each page request. Other calls have to be registered manually.
| |
WebAnalyticsTreeExtender |
Extender for Web Analytics Tree
| |
WebAnalyticsWebUIHandlers |
Web analytics Web UI events handlers
| |
WebAnalyticsWebUIModule |
Represents the Web Analytics Web UI module.
|
Interface | Description | |
---|---|---|
IActivityTypeService |
Service that provides method to work with the ActivityTypeViewModel objects.
| |
ICampaignConversionService |
Service that provides method to work with the CampaignConversionViewModel objects.
| |
ICampaignObjectiveService |
Service that provides method to work with the CampaignObjectiveViewModel objects.
| |
ICampaignReportService |
Service providing methods to work with campaign reports.
| |
ICampaignReportViewModelService |
Service providing CampaignReportViewModel for campaign.
|