StrandsScriptRenderer Class |
Namespace: CMS.StrandsRecommender.Web.UI
public class StrandsScriptRenderer
The StrandsScriptRenderer type exposes the following members.
Name | Description | |
---|---|---|
StrandsScriptRenderer(Page, String) |
Constructs class with default Scripts Generator.
| |
StrandsScriptRenderer(Page, String, StrandsScriptGenerator) |
Constructs class.
|
Name | Description | |
---|---|---|
RenderCultureScript |
Includes information about current culture in the page. Strands is then able to show recommendations in given culture.
| |
RenderCurrencyScript |
Includes information about current currency in the page. Strands is then able to show recommendations with price in given currency.
| |
RenderCustomizedRendererScript |
Renders script from custom layout of recommendation template.
| |
RenderItemVisitedTrackingScript |
Renders script for the item visited event tracking.
| |
RenderLibraryScript |
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.
| |
RenderPurchasedTrackingScript |
Renders purchased script with informations about all purchased items.
| |
RenderSearchedTrackingScript |
Renders script for the item searched event tracking.
| |
RenderUpdateShoppingCartTrackingScript |
Renders script for updateschoppingcart tracking event.
| |
RenderUserLoggedTrackingScript |
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.
|