You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/privacy/faq.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,22 +24,19 @@ All Segment plans include access to the Privacy Portal. Data privacy is a fundam
24
24
25
25
When you block data at the source level using Privacy Controls, the data never enters Segment. As a result, Segment can't replay the data. Segment recommends exercising caution when blocking data at the source level.
26
26
27
+
### The Privacy Portal classified my property as Yellow, but my destinations require it to function. What should I do?
27
28
28
-
### The Privacy Portal classified my property as `Yellow`, but it's required for some of my destinations to function. What should I do?
29
+
Segment classifications are recommendations. If a destination requires a field classified as Yellow, you can override the recommended classification to ensure the field gets sent downstream.
29
30
30
-
Segment classifications are simply recommendations. If an integration you rely
31
-
on requires a field that we recommend be classified as Yellow, you can override
32
-
the recommended setting to send that field downstream.
31
+
## User deletion and suppression questions
33
32
34
-
##User deletion and suppression Questions
33
+
### How can I find a specific `userId`?
35
34
36
-
### How can I find my user's userId?
37
-
38
-
The easiest way to find a customer's `userId` is by querying an existing tool. Specifically, you can use your Segment [data warehouse](https://segment.com/warehouses) to query the `users` table for another known item of information about the user (their email address, for example) and then use that row to find their userId.
35
+
To locate a specific `userId`, query your Segment [data warehouse](https://segment.com/warehouses){:target="_blank”} for the `users` table. Use other known details about the user, like their email address, to identify the correct row and retrieve the `userId`.
39
36
40
37
### How many deletion requests can I send?
41
38
42
-
You can send us batches of up to 5,000 `userIds`, or 4 MB, per payload. We process these batches asynchronously. [Contact Segment](https://segment.com/help/contact/){:target="_blank”} if you need to process more than 110,000 users within a 30day period.
39
+
You can send batches of up to 5,000 `userIds`, or 4 MB, per payload. Segment processes these batches asynchronously. [Contact Segment](https://segment.com/help/contact/){:target="_blank”} if you need to process more than 110,000 users within a 30-day period.
43
40
44
41
### Which Destinations can I send deletion requests to?
0 commit comments