Web
Seamlessly integrate Monterosa's interactive Experiences into your website or application.
Overview
Embed using HTML & JavaScript
1
<!-- The rest of your head contents -->
<script src="https://sdk.monterosa.cloud/0.18.11/static-embed/index.js" defer="defer"></script>2
import '@monterosa/sdk-widget';<monterosa-experience
host="<host>"
projectId="<project id>"
>
</monterosa-experience>3
Project vs Event embedding
Use case
Set event id?
Reasoning
Embed using NPM
1
2
npm install @monterosa/sdk-core
npm install @monterosa/sdk-launcher-kit
npm install @monterosa/sdk-interact-kit3
import { configure } from '@monterosa/sdk-core';
// E.g. this could be the root component of your ReactJS application
// or in the first file you import with a <link> HTML tag
configure({
host: '<static host>',
projectId: '<project id>'
});Launch an App/Experience
How to launch multiple Apps/Experiences
How to configure Identify Kit for multiple apps
Disposing of an Experience
Last updated

