Click or drag to resize
CalculateCampaignConversionReportTaskExecute Method
Calculates the campaign conversion and campaign visitors statistics. Updates or creates the CampaignConversionHitsInfo objects. Visitors count for campaigns is stored in the CampaignVisitors property.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public string Execute(
	TaskInfo task
)

Parameters

task
Type: CMS.SchedulerTaskInfo
Task to process.

Return Value

Type: String

Implements

ITaskExecute(TaskInfo)
Remarks
If the task is site specific, only statistics data on the given site are updated. To calculate statistics, feature FullContactManagement is required.
See Also