Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix return user segmentation (#3387)
Task/Issue URL: https://app.asana.com/0/414709148257752/1208380046395184/f Tech Design URL: CC: **Description**: Fix usage segmentation for return users. **Steps to test this PR**: 1. Reset the simulator `xcrun simctl erase all` 2. Add the following lines to the start of the `load` func of `StatisticsLoader`: statisticsStore.variant = "ru" statisticsStore.atb = "v446-1" statisticsStore.appRetentionAtb = "v447-1" statisticsStore.searchRetentionAtb = "v447-2" 4. Run the app and check for a pixel like this: Pixel fired m.retention.segments ["count_as_mau_n": "tttt", "new_set_atb": "v448-7", "count_as_wau": "true", "segments_today": "first_month,reactivated_wau,reinstaller", "activity_type": "app_use"] 5. Ensure that `reinstaller` and `"activity_type": "app_use"` are in the parameters as above 6. Get through onboarding and do a search 7. Check for a similar pixel ensuring that `reinstaller` and `"activity_type": "search"` are in the parameters **Definition of Done (Internal Only)**: * [x] Does this PR satisfy our [Definition of Done](https://app.asana.com/0/1202500774821704/1207634633537039/f)?
- Loading branch information