Click or drag to resize
IAnalyticsLoggerLogCustomAnalytics Method
Logs custom analytics.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
void LogCustomAnalytics(
	string name,
	AnalyticsData data,
	Nullable<DateTime> logTime = null
)

Parameters

name
Type: SystemString
Custom name used in reporting.
data
Type: CMS.WebAnalyticsAnalyticsData
Analytics data.
logTime (Optional)
Type: SystemNullableDateTime
The time for which the analytics should be logged. If no value provided, Now value will be used.
See Also