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
videoAdType: "clip" | "thumbnail", // optional
clipDuration: number, // optional
analytics: { // optional
distinctId: string, // optional
options: Record<string, any> // optional
}
}General options
Analytics options
Basic usage
Advanced configuration (optional)
Intercepting Analytics Events
Listening for Events
Event Structure
Troubleshooting
Related pages
Last updated

