Click or drag to resize
StrandsScriptGeneratorGetVisitedTrackingScript Method
Returns script which logs "visited" event to the Strands Recommender.

Namespace: CMS.StrandsRecommender.Web.UI
Assembly: CMS.StrandsRecommender.Web.UI (in CMS.StrandsRecommender.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual string GetVisitedTrackingScript(
	string itemID
)

Parameters

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

Return Value

Type: String
JavaScript code which logs "visited" event
See Also