Built for Game Developers
100,000 free events on registration

Analytics for Game Developers

Simple integration. Raw data ownership. Pay only for what you use.

Integrate in Minutes

Add our package and start tracking events with just a few lines of code.

1

Add Package

Open Unity Package Manager and add package from git URL:

https://github.com/game-events-io/unity-analytics-plugin.git
2

Initialize & Track

Initialize the SDK with your API key and start logging events. Support for custom properties and user attributes out of the box.

3

Analyze & Optimize

Build detailed funnels, analyze retention by properties, and get deep insights into player behavior immediately.

GameManager.cs
using GameEventsIO;

// Initialize
GameEventsIOSDK.Initialize("YOUR_API_KEY_HERE");

// Log event
GameEventsIOSDK.LogEvent("level_completed", new Dictionary()
{
    { "level_id", 5 },
    { "difficulty", "hard" }
});

// User properties
GameEventsIOSDK.SetUserProperty("subscription", "premium");

Simple, Transparent Pricing

No tiers. No hidden fees. Pay only for what you use.

PAY AS YOU GO
100,000 free events on registration
$1
per 100,000 events
  • Unlimited Projects
  • Unlimited Team Members
  • Raw Data Access
  • SQL Queries
  • AI Query Assistant
Start Building