Loading Recommendations
nostojs(api => {
api.loadRecommendations();
});nostojs(api => {
api.loadRecommendations({markNostoElementClicked: "nostocategorypg1"});
});nostojs(api => {
api.setAutoLoad(false)
});nostojs(api => {
api.load();
});Last updated
Was this helpful?