Click or drag to resize
WebAnalyticsEventsCampaignLaunchLog Field
Fires when campaign launch collects messages of all actions.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static CampaignLaunchLogHandler CampaignLaunchLog

Field Value

Type: CampaignLaunchLogHandler
Remarks
Do not modify any the content or do not make any persistent changes (these changes should be handled in CampaignLaunched). Event should only insert messages to the Messages which explains what will happen to the campaign after launch.
See Also