ActivityLogHelper ParseActivityLogRecord Method Kentico 8.0 API Reference
Parses one line of the log file.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

line
Type: OnlineSystem String
Log record (line contains activity type, contact ID, site ID, title, item ID, URL, node ID, item detail ID, value, IP address, campaign name, additional param1, additional param2... )

Return Value

Type: ActivityData
ActivityData or null if passed log record is in incorrect format
Exceptions

See Also