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

Dashboard: Added unmasking phone steps in dashboard doc #217

Merged
merged 3 commits into from
Sep 16, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,21 @@ END

18 . Go back to DataStudio and follow the same steps as we did for `contacts` (6 and 7) above to connect the `Contact Collection` data source.

19 . Click `CLOSE` on the top right, and your reports will be ready
19 . **Masked Phone Numbers**

<img width="1028" alt="Screenshot 2024-09-16 at 3 21 29 PM" src="https://github.com/user-attachments/assets/6fa394c8-768d-4ac5-88df-1aa65793762c" />

If you want to reveal the phone numbers in your dashboard
1. In your dashboard, navigate to the table where you want to unmask the phone numbers.
2. Click on the edit button, then select the table.
3. On the right-hand side, under `Dimension`, click on `Add Dimension`.
4. Search for `contact_phone` (in some cases, it may be listed as `Phone`) under the default group. Add it, then remove the previous `Phone` from the dimension.

20 . Click `CLOSE` on the top right, and your reports will be ready

<img width="1468" alt="Image 5" src="https://user-images.githubusercontent.com/119285990/217206715-0c5bec40-8b91-437d-9155-5a001eb6c536.png" />

20 . Your reports are ready for use.
21 . Your reports are ready for use.

---

Expand Down
Loading