IAnalyticsLoggerLogCustomAnalytics Method |
Logs custom analytics.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax 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