Manual Tagging - Essentials
To implement Nosto manually you will need to go through the following steps to ensure that the store data is captured by Nosto. The following steps will allow Nosto to gather product, cart and order data, and analyze how individual customers are interacting with this data. The implementation steps listed here are necessary for both functionalities based on crowd logic and 1-1 behavioral personalization.
If the store is built on explicitly supported platforms like Magento, Magento 2, Shopify, Prestashop or Shopware you should go through their platform specific guides instead.
The tagging context can be provided in two ways
programmatically via tagging providers
as dedicated Nosto elements in page markup
We recommend to utilize tagging providers due to the following benefits
tagging can be dynamically changed in JS without writing to the DOM
tagging context can be provided much earlier, since script tags can also be placed in head element
It is possible to mix DOM based tagging and tagging providers in case the main tagging is provided as HTML elements, but individual parts should be managed via Javascript code dynamically. Also both DOM and tagging provider based tagging are treated in the same way in the client script and debug toolbar.
Last updated
Was this helpful?