Webflow Browser API The Browser API is a JavaScript interface exposed via the global object on all Webflow sites with Analyze and Optimize enabled. It requires no manual installation. Use it to manage consent, track experiments, and personalize user experiences. Key Concepts - Global object — Automatically available on all sites with Analyze or Optimize enabled - — All Browser API calls must be wrapped in this readiness callback. See - Consent management — Three methods to manage tracking consent: , , - Variations — Track experiment results via and forward to analytics tools - Custom attribut…