# Humblytics > Privacy-first analytics, A/B testing, and conversion optimization platform. - Website: https://humblytics.com - Docs: https://docs.humblytics.com - App: https://app.humblytics.com - Contact: https://humblytics.com/contact-us ## What is Humblytics? Humblytics is an all-in-one A/B testing and analytics platform built for marketers. It combines no-code visual split testing, click and scroll heatmaps, conversion funnel analytics, revenue attribution, and AI-powered optimization — all without cookies or consent banners. GDPR compliant by design. ## Core Features ### A/B Split Testing No-code visual editor for creating split tests. Supports text changes, CSS modifications, element swaps, and redirect tests. Statistical significance calculated in real-time. Tests can auto-stop after a configured duration. ### Heatmaps Click heatmaps and scroll heatmaps to visualize user behavior. Identify high-engagement areas and scroll depth drop-offs on any page. ### Funnel Analytics Multi-step conversion funnel tracking. See where users drop off between page views, clicks, form submissions, and purchases. ### Revenue Attribution Connect Stripe or track purchase events to attribute revenue to traffic sources, campaigns, and A/B test variants. Cookie-free attribution. ### AI Insights AI-generated optimization recommendations. Analyzes your traffic data and suggests test hypotheses with confidence scores and element selectors. ### AI Workflows Automated CRO workflows powered by AI. Configure triggers and let the platform continuously generate and prioritize optimization opportunities. ## Agent API Humblytics provides a REST API for AI agents to programmatically analyze pages, generate test hypotheses, and launch A/B experiments. - Base URL: `https://app.humblytics.com/api/external/v1` - Auth: Bearer token (API key from dashboard) ### GET /properties/{property_id}/split-test-recommendations Returns AI-powered A/B test recommendations for a given page. Query parameters: - `page` (string, required): The page path to analyze (e.g., "/home") Response includes recommendations with: - `title`: Human-readable test name - `selector`: CSS selector for the target element - `confidence`: Score 0–100 - `variant`: Suggested variant text/value - `impact`: Expected impact rating ### POST /properties/{property_id}/split-tests Creates and launches a no-code A/B split test. Request body: - `name` (string): Test name - `page` (string): Target page path - `type`: `"nocode"` - `goal`: `"click_through"` | `"conversion"` - `auto_stop_days` (number): Days to run before auto-stopping (default: 14) - `variants`: Array of `{ label, changes: [{ selector, op, value }] }` ### Agent Integration Add to your CLAUDE.md, .cursorrules, or system prompt: ``` API Base: https://app.humblytics.com/api/external/v1 Auth: Bearer $HUMBLYTICS_API_KEY 1. GET /properties/{id}/split-test-recommendations?page={path} 2. Filter recommendations with confidence >= 70 3. POST /properties/{id}/split-tests with selected recommendations 4. Set auto_stop_days: 14 ``` ## Pricing ### Plus — $19/month - 10K Events - 5 Websites - 1 A/B Split Test - 1 Funnel - 1 Heatmap - Revenue Tracking - Cross-Domain Tracking - 25 AI Insights/month - Unlimited AI Workflows - Unlimited Ad Connectors - API access ### Business — $79/month ($65/month yearly) - 500K Events - Unlimited Websites - 5 A/B Split Tests - 5 Funnel Tracking - 5 Heatmaps - Revenue Tracking - Cross-Domain Tracking - 200 AI Insights/month - Unlimited AI Workflows - Unlimited Ad Connectors - API access ### Scale — $279/month ($230/month yearly) - 1 Million Events - Unlimited Websites - Unlimited A/B Split Tests - Unlimited Funnel Tracking - Unlimited Heatmaps - Revenue Tracking - Cross-Domain Tracking - 5 Team Members - API access - 1,000 AI Insights/month - Unlimited AI Workflows - Unlimited Ad Connectors - Priority AI Processing ### Enterprise — Custom pricing - Unlimited Events - Unlimited Feature Usage - Unlimited Team Members - Unlimited Retention Limits - Custom API - Priority Support - Dedicated Account Specialist - Unlimited AI Insights - Unlimited Custom Workflows - Unlimited Connectors - Priority AI Processing - Dedicated AI Configuration All plans include a 14-day free trial. Start at https://app.humblytics.com/auth ## Integrations - **Shopify**: Complete e-commerce tracking including checkout funnels and revenue attribution for your Shopify store. - **Wix**: Add analytics to your Wix site through the Custom Code settings. Track visitors, conversions, and run experiments. - **Squarespace**: Navigate to Settings → Advanced → Code Injection. Full analytics and A/B testing support for Squarespace sites. - **Next.js**: First-class support for app router and pages router. Add the script to your _document or layout. - **Stripe**: Complete revenue tracking with automatic attribution. See which channels and A/B tests drive real sales. - **Foxy**: Track Foxycart purchase events and connect them to your experiments and funnels. - **Webflow**: Easily track clicks, view heatmaps, and run A/B tests on your Webflow site—all without code, cookies, or complicated setup. - **Framer**: Effortlessly track clicks, see how users behave, and test what works best on your Framer site—no code, just clarity. - **WordPress**: Seamlessly integrate Humblytics with WordPress to track user interactions, analyze behavior, and run no-code A/B tests. - **Tally.so**: Track Tally.so form submissions in Humblytics to measure conversions, optimize funnels, and make smarter marketing decisions. - **Cal.com**: Track Cal.com bookings in Humblytics to measure conversions, optimize funnels, and see which traffic sources drive real results. - **GoHighLevel**: Track GoHighLevel form completions out of the box. Just install the Humblytics script—no custom tags, API hooks, or cookies. ## Privacy & Compliance - 100% cookieless tracking — no cookies, no local storage - No consent banners required - GDPR, CCPA, and PECR compliant - Visitors anonymized via one-way hash - Script size: ~36 KB, loaded asynchronously via CDN - No impact on Core Web Vitals ## Links - Homepage: https://humblytics.com - Pricing: https://humblytics.com/pricing - Documentation: https://docs.humblytics.com - Blog: https://humblytics.com/blog - Integrations: https://humblytics.com/integrations - Agent API: https://humblytics.com/agents - Changelog: https://humblytics.com/changelog - Contact: https://humblytics.com/contact-us