Click or drag to resize
HitsInfoProviderSetHitsInfo Method
Sets (updates or inserts) specified hits.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void SetHitsInfo(
	HitsInfo hits
)

Parameters

hits
Type: CMS.WebAnalyticsHitsInfo
Hits to set
See Also