In the
Proba.ai service the possibility of participants segmentation of the experiment is realized. Users are divided into new and old ones based on the app installation date received from the device.
The app installation date is compared with the experiment start date, then the service distributes the users according to the variants. By default, new users are those whose installation date is later than the experiment start date.
The app installation date transfer is implemented through the
deviceProperties structure, where the
installedAt key is added, for example (Swift):