Basic Tagging
nostojs(api => {
api.setTaggingProvider("pageType", "product")
api.setTaggingProvider("products", [{ product_id: "Canoe123" }])
})<div class="nosto_page_type" style="display:none" translate="no">product</div>
<div class="nosto_product nosto_basic" style="display:none" translate="no">
<span class="product_id">Canoe123</span>
</div>Via an API
Via a Feed
Troubleshooting



Translate attribute
Last updated
Was this helpful?