snowplow / snowplow-cpp-tracker

Snowplow event tracker for C++. Add analytics to your C++ applications, games and servers
http://snowplowanalytics.com
Apache License 2.0
9 stars 6 forks source link

Add IP address property to Subject (close #62) #70

Closed matus-tomlein closed 2 years ago

matus-tomlein commented 2 years ago

Issue #62

Adds a set_ip_address function to the Subject which was missing before but is provided in other trackers (e.g., the Java tracker).

Originally, I also wanted to add properties for domain user id, network user id and session id but these are mostly useful for page views and web events and the C++ tracker doesn't even provide such events out of the box. That's why I decided to skip those (even though the Java tracker provides them).