Installing the SDK
Installing the Eucera SDK to Your SaaS Product (SPA/MPA)
This call is nonblocking and will not impact the product or website’s performance
The JavaScript Snippet can be found under Settings > Product settings

Waiting for the initialization of the Eucera variable
eucera('when', 'ready', () => {
//put your code here
});
Updated 3 days ago