.NET tracker setup - winlinvip/snowplow GitHub Wiki

HOME > SNOWPLOW SETUP GUIDE > Step 2: Setup a Tracker > .NET tracker

This page refers to the Snowplow .NET Tracker, which has not yet been released.

Contents

## 1. Overvew

The Snowplow .NET Tracker is written in C# and lets you add analytics to your .NET applications.

Setting up the Tracker should be relatively straightforward if you are familiar with C# development.

## 2. Tracker compatibility

The .NET Tracker is known to be compatible with C# version 4.0.0.0. It introduces two external dependencies: NLog and Sider.

## 3. Setup

To add the .NET Tracker as a dependency to your project, install it in the Visual Studio Package Manager Console using NuGet:

Install-Package Snowplow.Tracker

Remember to add an assembly reference to the .NET Tracker to your project.

## 4. Next steps

Once you have set up the .NET Tracker, read the API documentation and you will be ready to start tracking your own events.

⚠️ **GitHub.com Fallback** ⚠️