Click or drag to resize
StrandsScriptRenderer Class
Class capable of rendering various JavaScripts needed by Strands recommendation engine.
Inheritance Hierarchy
SystemObject
  CMS.StrandsRecommenderStrandsScriptRenderer

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 9.0.0
Syntax
C#
public class StrandsScriptRenderer

The StrandsScriptRenderer type exposes the following members.

Constructors
  NameDescription
Public methodStrandsScriptRenderer(Page, String)
Constructs class with default Scripts Generator.
Public methodStrandsScriptRenderer(Page, String, StrandsScriptGenerator)
Constructs class.
Top
Methods
  NameDescription
Public methodRenderCultureScript
Includes information about current culture in the page. Strands is then able to show recommendations in given culture.
Public methodRenderCurrencyScript
Includes information about current currency in the page. Strands is then able to show recommendations with price in given currency.
Public methodRenderCustomizedRendererScript
Renders script from custom layout of recommendation template.
Public methodRenderItemVisitedTrackingScript
Renders script for the item visited event tracking.
Public methodRenderLibraryScript
Includes Strands library in the page and initializes it by calling SBS.Worker.go. This is needed to perform any other actions (event tracking or getting recommendations). Strands library and initialization call are rendered at the end of the page, so every other script (tracking, settings, etc.) is before it.
Public methodRenderPurchasedTrackingScript
Renders purchased script with informations about all purchased items.
Public methodRenderSearchedTrackingScript
Renders script for the item searched event tracking.
Public methodRenderUpdateShoppingCartTrackingScript
Renders script for updateschoppingcart tracking event.
Public methodRenderUserLoggedTrackingScript
Renders event indicating which user is browsing the web. This event needs to be logged at every page user visits (see http://recommender.strands.com/developers/javascript/#ulogin"/). Strands can later associate this user ID with the ID of the newsletter recipient and show appropriate recommendations.
Top
See Also