JavaScript SDK

Work through the interactive installation guide below to start collecting responses from your web app.

How to connect

3 / 4 steps complete

Did this guide answer your question? Send us a note

Snippet for the <head> of every page

<!-- Oxbow web SDK — environment: production -->
<script>
  window.oxbow = window.oxbow || [];
  oxbow.init({ envId: "env_7ha42kd9", region: "eu" });
  oxbow.identify("user_3184", { plan: "scale" });
</script>