Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unique device IDs #208

Merged
merged 1 commit into from
Sep 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions _sections/home-english.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@ XLSForm has a number of data type options available for meta data collection:
| start | Start date and time of the survey. |
| end | End date and time of the survey. |
| today | Day of the survey. |
| deviceid | IMEI (International Mobile Equipment Identity) |
| subscriberid | IMSI (International Mobile Subscriber Identity) |
| simserial | SIM serial number. |
| deviceid | Unique client identifier. Can be user-reset. |
| phonenumber | Phone number (if available). |
| username | Username configured (if available). |
| email | Email address configured (if available). |
Expand All @@ -305,8 +303,6 @@ For example, if you wanted to collect all of these types of metadata, put the fo
| end | end | | |
| today | today | | |
| deviceid | deviceid | | |
| subscriberid | subscriberid | | |
| simserial | simserial | | |
| phonenumber | phonenumber | | |
| username | username | | |
| email | email | | |
Expand Down