Click or drag to resize
ILogHitsProviderLogBannerHit Method
Performs logging of banner hit.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
void LogBannerHit(
	int bannerID
)

Parameters

bannerID
Type: SystemInt32
ID of the banner the visitor clicked on
Exceptions
ExceptionCondition
InvalidOperationExceptionJavascript logging is not enabled on the current site.
See Also