Get FunnelWatch running on your store in just a few minutes. No technical expertise required.
Three simple steps to start monitoring your customers
Create your free account and add your store URL. We'll generate a unique tracking code for you.
Copy and paste one line of code into your website. Works with Shopify, WooCommerce, and all platforms.
Within minutes, you'll start seeing where customers get stuck and receive actionable recommendations.
Add FunnelWatch to your website with one line of code
<!-- Add this to your website's <head> tag -->
<script
src="https://funnelwatch.vercel.app/funnelwatch-tracker.js"
data-tracking-code="YOUR_TRACKING_CODE"
data-site-id="YOUR_SITE_ID">
</script>Step-by-step instructions for popular e-commerce platforms
Integrate FunnelWatch data into your own tools and workflows
// Example: Get your store's UX score
fetch('https://funnelwatch.vercel.app/api/v1/sites/YOUR_SITE_ID/score', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
})
.then(response => response.json())
.then(data => {
console.log('UX Score:', data.score);
console.log('Issues:', data.issues);
});Connect FunnelWatch to your existing tools
Automatically create tickets for UX issues
Sync UX improvements to your product roadmap
Get instant alerts in your team channels
Receive detailed reports via email
Build custom integrations with our API
Gate deployments on UX score thresholds