CPP tracker setup - OXYGEN-MARKET/oxygen-market.github.io GitHub Wiki
HOME > SNOWPLOW SETUP GUIDE > Step 2: setup a Tracker > CPP Tracker
The Snowplow C++ Tracker lets you add analytics to your C++ based apps, games and servers.
Ready? Let's get started.
The Snowplow C++ Tracker has been built and tested using C++11 as a minimum.
Supported operating systems:
- OSX
- Windows
The Tracker is hosted on Github and versions of the Tracker will need to be included by manually dragging and dropping the source files directly into your codebase.
Everything in both the src
and include
folders will need to be included in your application. It is important to keep the same folder structure as references to the included headers have been done like so: ../include/json.hpp
.
If you wish to change this you will need to manually update the src
header files.
NOTE: We have included the raw sqlite3.h & c
files which will need to be compiled seperately before being linked to your main C++ project.
The current version of the Snowplow C++ Tracker is 0.1.0.
Done? Now read the C++ Tracker API to start tracking events.