.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.
-
- 2.1 Tracker compatibility
- 2.2 Dependencies
-
- 3.1 CocoaPods
- 3.2 Manual setup
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 compatibilityThe .NET Tracker is known to be compatible with C# version 4.0.0.0. It introduces two external dependencies: NLog and Sider.
## 3. SetupTo 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 stepsOnce you have set up the .NET Tracker, read the API documentation and you will be ready to start tracking your own events.