Copy the text of the message and send it to the person responsible for domain administration in your company. You can also share the developer reference:
Snippet install guide for developers (Copy link)Our research team need to install a code snippet on our
website(s) in order to connect Soffit, our usability
testing tool, and run live studies with participants.
The snippet should be pasted immediately after the
website's <head>.
Here's the code snippet for your ease:
<script>
(function (w, d, o, k) {
var s, t;
try {
t = w.sessionStorage.getItem('soffit-sid');
} catch (err) { t = null; }
s = d.createElement('script');
s.async = 1;
s.src = 'https://cdn.soffit.dev/s.js?p=' + k + (t ? '&sid=' + t : '');
d.head.appendChild(s);
})(window, document, 'soffit', 'ps_7Kq2vR4m');
</script>
We recommend installing the code snippet directly rather than through TW. Learn more