StrandsScriptRendererRenderItemVisitedTrackingScript Method |
Renders script for the item visited event tracking.
Namespace: CMS.StrandsRecommender.Web.UIAssembly: CMS.StrandsRecommender.Web.UI (in CMS.StrandsRecommender.Web.UI.dll) Version: 12.0.0
Syntax 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