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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public HttpResponseMessage LogBannerHit(
	int bannerID
)

Parameters

bannerID
Type: SystemInt32
ID of the banner the visitor clicked on

Return Value

Type: HttpResponseMessage
HTTP response message containing the status code dependent on whether the action was successful or not. Returns 200 OK status if logging was successful. Returns 400 Bad request if exception was thrown while trying to log the hit.
See Also