Introduction
The Product Configurator is a web component that can be integrated in any website. It is not an iframe.
To be able to use it on your website, you will need to follow at least 2 steps:
- Add the product configurator to your website: Installation 🔗.
- Send the required data so it knows what to display: Initialization 🔗.
Once you followed those steps and a 3D product is displayed on your web page, you can start interacting with the product configurator: Interaction 🔗.
Sessions​
Each time a product is loaded in the Product Configurator, a session counter is incremented. There is no duration associated with a session.
Modifying the configuration of a product which is currently displayed, such as changing any parameter or adding a module does NOT increase the session counter.
The session counter is incremented (+1) in those scenarios ONLY:
- A product is loaded in the Product Configurator:
- The page is reloaded (so the product is reloaded in the Product Configurator).
- The Product Configurator is removed from the page, then loaded again with a product.
Session counts might be a parameter taken into account in the licensing of the product for each customer, as defined in the commercial documents and customer agreements.