Add identifiers for every endpoint for analytics
Closed this issue · 2 comments
mattbarker016 commented
In v2 backend endpoints, we will send a user identifier (UID) to every endpoint request to log a specific (anonymous) user to their actions. This will help us better understand user behavior and potentially improve route suggestions on a per user basis.
Apple provides identifiers for us in UIDevice.current.identifierForVendor
(documentation).
This can be integrated directly in Network.swift, as backend will just ignore the extra parameter.
mattbarker016 commented
mattbarker016 commented
This was implemented in #192