Install Analytics for Unity Packages
Finally know who's using your Git-based UPM packages. Track installs, see geographic distribution, and understand your users.
How It Works
Get started in under 2 minutes. No SDK required.
Register Your Package
Sign up and add your GitHub repository. We generate a unique tracking URL for your package.
Share the URL
Replace your GitHub URL with the pkglnk URL in your README and documentation.
See Analytics
Watch installs roll in. See geographic distribution, Unity versions, and trends over time.
Why pkglnk?
Git-based Unity packages have zero visibility into usage. We fix that with a simple, transparent solution.
Real Install Counts
Unlike GitHub clones (which count bots and CI), track actual Unity Package Manager installs.
Geographic Insights
See where your users are located. Useful for planning localization and support hours.
Transparent Proxy
Users don't know they're being tracked. Installation works exactly like direct GitHub URLs.
Zero Setup for Users
No SDK, no code changes. Just share your tracking URL instead of the GitHub URL.
REST API
Access your analytics programmatically. Build dashboards, automate reports, or integrate with CI/CD.
README Badges
Embed live install count badges in your README. Show off your package popularity.
There's an API
Access your analytics programmatically. Build custom dashboards, automate reports, or integrate with your CI/CD pipeline.
Token Auth
Secure Bearer token authentication with customizable scopes
Rate Limits
Generous limits with clear headers so you always know where you stand
Full Analytics
Daily trends, OS breakdown, geographic data, and aggregated summaries
const res = await fetch(
'https://pkglnk.com/api/v1/' +
'packages/my-pkg/analytics',
{
headers: {
'Authorization': 'Bearer pk_...'
}
}
);
const data = await res.json();
console.log(data.totals.installs);Free While We Build
All the good stuff, zero dollars
Full Access
Everything you need to track your Unity packages
- Up to 50 packages
- 365 days analytics history
- Custom branded slugs
- Private packages
- Export analytics (CSV/JSON) Coming Soon
- API access (1,000 req/day)
- Up to 5 team members Coming Soon
- Public package pages
- Install badges for README
We're keeping pkglnk free while we're building it out. No catch, no credit card, no "limited time offer" nonsense. Just a small team who thinks Unity devs deserve nice things.
When server costs grow beyond what we can handle, we'll introduce paid tiers — but we'll always have a generous free tier for hobbyists and small projects. We'll give you plenty of notice before anything changes.