WebAnalyticsService LogHits Method Kentico 8.0 API Reference
Method for logging most of web analytics (page view, browser type, countries, ..). See code comments for more details. Web analytics that doesn't make sense to log via JavaScript (RSS crawlers, 404s, ..) are omitted.

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

Parameters

parameters
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
Dictionary of all parameters that go to the web service. This is different than in other web service methods, because you can modify items that are being sent to the web service with InsertAnalyticsJS event and than process those parameters with ProcessAnalyticsService event.

Return Value

Type: OnlineString
"ok" string if everything went ok
Exceptions

See Also