OpenPanel

Install OpenPanel

Get started with OpenPanel in less than 2 minutes.

The quickest way to get started with OpenPanel is to use our Web SDK. It works with any website.

Quick Start

Simply add this script tag to your website's <head> section.

index.html
<script>
  window.op=window.op||function(){var n=[],o=new Proxy((function(){arguments.length>0&&n.push(Array.prototype.slice.call(arguments))}),{get:function(o,t){return"q"===t?n:function(){n.push([t].concat(Array.prototype.slice.call(arguments)))}}});return o}();
  window.op('init', {
    clientId: 'YOUR_CLIENT_ID',
    trackScreenViews: true,
    trackOutgoingLinks: true,
    trackAttributes: true,
  });
</script>
<script src="https://openpanel.dev/op1.js" defer async></script>

That's it! OpenPanel will now automatically track:

  • Page views
  • Visit duration
  • Referrers
  • Device and browser information
  • Location

Using a Framework?

If you are using a specific framework or platform, we have dedicated SDKs that provide a better developer experience.

Explore all SDKs

We support many more platforms. Check out our SDKs Overview for the full list.

On this page