Click or drag to resize
StrandsScriptRendererRenderSearchedTrackingScript Method
Renders script for the item searched event tracking.

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

Parameters

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