EXECUTION ANALYTICS

Track every run. Global.

Drop a single line into your script and get real-time execution data, unique visitors, global maps, and activity heatmaps — all for free.

01

Global Insight

Track visitors from around the world with a high-fidelity interactive SVG map and country breakdown.

02

Activity Heatmap

Visualize usage patterns with GitHub-style heatmaps and detailed 24h hourly traffic charts.

03

Deep Analytics

Total executions, unique visitors, and custom event tracking — all updated in real-time.

HOW IT WORKS

Set up in 60 seconds.

1

Create a project

Sign in with Discord and hit "New Project". Give it a name — you'll get an API key instantly.

2

Drop in the script

Click "Get Script" on your project and paste the generated code at the top of your Lua script. It fires once on execution — no setup needed.

3

Watch it live

Every execution shows up in your dashboard in real-time. Explore global visitor maps, activity heatmaps, and hourly charts. Share the public stats page with anyone.

your_script.lua
local http = (syn and syn.request) or request or http_request
local HttpService = game:GetService("HttpService")

local function Track(eventType, userId)
    pcall(function()
        http({
            Url = "https://xutions.pages.dev/api/xutions/track",
            Method = "POST",
            Headers = { ["Content-Type"] = "application/json" },
            Body = HttpService:JSONEncode({
                apiKey = "YOUR_API_KEY",
                eventType = eventType or "EXECUTION",
                userId = userId or tostring(game.Players.LocalPlayer.UserId)
            })
        })
    end)
end

Track()

Projects

Your active tracking instances.

Created by

- Total Executions
- Unique Users
- Last 24h

Activity

Last 30 days

Persistence

Daily frequency heatmap

Peak Hours

Execution distribution

Event Types

Top 10 labels

Visitors

Geographic distribution