snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
110 stars 63 forks source link

Fix network type is tracked instead of network technology when filtering mobile context parameters #635

Closed matus-tomlein closed 1 year ago

matus-tomlein commented 1 year ago

Describe the bug When choosing the parameters to add to the mobile context entity (using TrackerConfiguration.platformContextProperties), network technology is tracked instead of network type and vice versa.

To Reproduce Choose network type in the tracker configuration, you should see network technology in the mobile context.

Expected behavior The tracked properties should match with the configuration.