Invoker Analytics/Documentation
Getting Started

Quick Start Guide

Get Invoker Analytics running on your website in under 5 minutes.

Step 1: Create an Account

If you haven't already, create a free account. You'll get a 14-day free trial with access to all features.

Step 2: Add Your Website

After logging in, you'll be taken to your dashboard. Click "Add Site" and enter your website's domain:

  1. Go to the Sites page
  2. Click the "Add Site" button
  3. Enter your website domain (e.g., example.com)
  4. Click "Add Site" to confirm

Step 3: Install the Tracking Script

After adding your site, you'll receive a unique tracking script. Add it to your website's HTML, just before the closing </head> tag:

Tracking Script
<script
  defer
  data-domain="your-domain.com"
  src="https://api.invoker-analytics.com/js/script.js"
></script>

Replace your-domain.com with your actual domain name.

Step 4: Verify Installation

Visit your website in a browser, then check your Invoker dashboard. You should see:

  • A pageview recorded in the Real-time section
  • Your browser and location in the visitor details
  • The page URL in the Pages analytics
You're all set!
Invoker Analytics is now tracking your website. Data will appear in your dashboard within minutes.

Next Steps