Adding the Category/Brand Tagging
nostojs(api => {
api.setTaggingProvider("pageType", "category")
api.setTaggingProvider("categories", ["/Mens/Jackets/Ski Jackets"])
})<div class="nosto_page_type" style="display:none" translate="no">category</div>
<div class="nosto_category" style="display:none" translate="no">/Mens/Jackets/Ski Jackets</div>nostojs(api => {
api.setTaggingProvider("pageType", "category")
api.setTaggingProvider("brands", ["Acme"])
})<div class="nosto_page_type" style="display:none" translate="no">category</div>
<div class="nosto_brand" style="display:none" translate="no">Acme</div>Tagging the categories
Faceting by other attributes
Tagging the current page type
Troubleshooting

Translate attribute
Last updated
Was this helpful?