Click or drag to resize
WebAnalyticsServiceScriptsRendererRegisterLogBannerHitCall Method
Registers script which logs banner hit asynchronously.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void RegisterLogBannerHitCall(
	Page page,
	int bannerID
)

Parameters

page
Type: System.Web.UIPage
Page where script should be registered
bannerID
Type: SystemInt32
Banner which was viewed
See Also