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 event-level Subject #61

Closed matus-tomlein closed 2 years ago

matus-tomlein commented 2 years ago

Enable attaching Subject instances to each Event similar to how it is implemented in the Java tracker. Make use of the Event base class to provide this functionality.