Sending Product-View Events
nostojs(api => {
api.createRecommendationRequest()
.setProducts([{product_id: 'product-id-101'}])
.load();
});nostojs(api => {
api.createRecommendationRequest({includeTagging:true})
.setCurrentTags(["color:red"])
.setElements(["productpage-nosto-2"])
.load()
.then(response => {
console.log(response);
});
});Attribution for recommended Products
Sending Product Variant-view Events
See also
Last updated
Was this helpful?