Mandera Docs

Introduction

Get started with Mandera analytics and growth platform

Mandera is an analytics and growth platform that helps you understand how users interact with your website. It tracks page visits, time on page, SPA navigation, heatmaps (click/scroll/mouse), and custom events.

Features

  • Page Analytics: Track sessions, time on page, and navigation paths
  • Heatmaps: Visualize click, scroll, and mouse movement patterns
  • Custom Events: Track any interaction with a simple ma_event() API
  • Form Analytics: Automatic tracking of form submissions
  • Bot Filtering: Exclude automated traffic from analytics

Quick Start

Add the snippet to your site (the Mandera dashboard provides the exact values):

<script
  src="https://<your-mandera-web-url>/analytics.js"
  mandera-org="ORG_ID"
  data-property-id="PROPERTY_ID"
  async
></script>
  • src: Your Mandera web URL hosting analytics.js
  • mandera-org: Your organization id (required)
  • data-property-id: The property id to attribute analytics to

Next Steps

On this page