Click or drag to resize
StrandsScriptRendererRenderItemVisitedTrackingScript Method
Renders script for the item visited event tracking.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public void RenderItemVisitedTrackingScript(
	string itemID
)

Parameters

itemID
Type: SystemString
ID of the catalog item which is being visited. Must correspond to the IDs send through catalog feed
See Also