Web SDK
Learn how to embed an Amondo Imprint on your website using the Web SDK.
Overview
Installation
<script async defer src="https://static.amondo.com/web-sdk/4/amondo-web-sdk.js" onload="amondo_init()"></script>Options
{
id: "UUID", // required
isCookieConsentGiven: boolean, // optional
isAnalyticsEnabled: boolean, // optional
analytics: { // optional
distinctId: string, // optional
options: Record<string, any> // optional
}
}General options
Analytics options
Basic usage
Advanced configuration (optional)
Troubleshooting
Related pages
Last updated