Add the custom script
Before you can run tests or track conversions in Optibase, you need to add the Optibase script to your Webflow project. This allows Optibase to run on your site and communicate with the server.

How to install the script in Webflow
Select and copy your custom script
Click to copy the script block provided (includes your unique workspace ID)
Open your Webflow Site Settings
In Webflow, click the Webflow logo (top left)
Click Site Settings
Paste the script into the Head
From the left sidebar, click Custom Code
Scroll to the Head code section
Paste the Optibase script here
Save and publish
Click Save Changes
Then click Publish to apply the update to your live site
Example script snippet
<script src="https://cdn.optibase.io/client.js" data-optibase-id="your-workspace-id" defer></script>Make sure you’re using the Public script with the correct data-optibase-id.
Verify installation
Once you’ve published your site:
Open your live website in the browser
Return to the Optibase dashboard
Click the Check button to confirm the script was detected
If the script is running correctly, you’ll see a confirmation that Optibase has detected activity from your site.
Last updated