cuappdev/ithaca-transit-ios

Add identifiers for every endpoint for analytics

Closed this issue · 2 comments

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.

This was implemented in #192