You just signed up to Screeb and you're ready to add our surveys to your web app? First of all: thank you! 🎉
This page will guide you through the installation of Screeb, even if you're not a developer.
Step 1️⃣ Find your Tag
Here's how to find your Tag:
Click on Workspace Settings, on the bottom left corner on the app:
Then, click on Install Screeb and there you'll find the Tag that you need :
You will find different Tag : Javascript Snippet, Javascript Module, React, Angular and Segment
Step 2️⃣ Paste it in your web app code
In the file serving the first portion of your HTML, paste your Javascript Tag right before the </head> tag.
If you can't find the </head> tag, you can also copy the Screeb Javascript Tag before the end of the HTML body, so right before the </body> tag.
To get the most out of Screeb, we strongly advise you to complete steps 2, 3 and 4 so that you can identify your users, track their events and add them to a segment.
Note that you have access to two versions of this tag: one for anonymous websites, where you don't need to identify who are your visitors, and one in which you can identify them (ideal for SaaS apps for examples).
⚠️ If you use the second one, don't use it on part of your website where people are not logged in (a login page for example). I invite you to check this documentation about this.
Step 3️⃣ That's it!
There's no other step! It's that easy to deploy Screeb in your web app!
You're now ready to create your first survey and collect actionnable feedback from your users!
💡 Tip
Need more technical help? You can check our developer documentation here .