Open AnalyticsDocs
Multi-Stack Installation Guide

Install Open Analytics Tracking Code

Open Analytics works across any modern web framework, static site, or backend stack with a single non-blocking script tag.

HTML / Vanilla JS Setup

Target file: .html

Project: open_prj_your_key

Add this script tag inside the <head> section of your HTML template before closing </head>.

<!-- Add to <head> -->
<script defer src="https://api.openanalytics.org.in/open.js" data-project-id="open_prj_your_key"></script>

Verify Installation & Send Test Ping

Send a simulated heartbeat to test if your project ID is authorized and receiving telemetry.