For the complete documentation index, see llms.txt. This page is also available as Markdown.

FAQ

The nosto parameter allows Nosto to attribute clicks on content and recommendations. In the event, you'd like to omit the parameter, you'll need to manually send the product-view event. You can do so by executing the following snippet.

nostojs(api => {
   var request = api.createRecommendationRequest()
     .addEvent('vp', "product-id", "placement-id")
     .loadRecommendations();
});

How the attribution is tracked will be entirely dependent upon your implementation.

Last updated

Was this helpful?