Install our SDK
Requirements
Load the snippet on your website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Your website</title>
<!-- Paste Jimo snippet here -->
<script>
(function(j,i,m,o) {
if (j["jimo"] != null) {
return;
}
var s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = "https://undercity.usejimo.com/jimo-invader.js";
j['jimo'] = [];
j['JIMO_PROJECT_ID'] = "YOUR_PROJECT_ID_HERE";
document.getElementsByTagName("head")[0].appendChild(s);
})(window);
</script>
</head>
<body>
</body>
</html>Advance integrations
Typescript
Domain Whitelisting
Install with Google Tag Manager
Go to the installation page
Setup Google Tag Manager

Self Hosting
Download our javascript sources
Update your snippet setup
Check that everything works normally
Upgrade your version
Last updated
