Skip to content

Update the Prerequisites steps to include "Destination Filters" #6703

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

Closed
wants to merge 1 commit into from
Closed
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 @@ -24,10 +24,11 @@ Before you can configure consent in Segment, take the following steps:
> info "Limited availability of destinations"
> AWS S3 and Engage destinations do not enforce consent preferences.

1. From the [Segment homepage](https://app.segment.com/goto-my-workspace/){:target="_blank”}, select the Privacy tab and click **Consent Management**.
2. On the Consent management page, click **Create categories**.
3. Confirm that you have completed the required prerequisites, and click **Next**.
4. On the Create consent categories page, add the following information to the category form:
1. For Analytics.js sources only - On the Source Settings page, enable **Destination Filters**.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. For Analytics.js sources only - On the Source Settings page, enable **Destination Filters**.
1. _For Analytics.js sources only_ : Navigate to your Analytics.js source and select **Settings > Analytics.js**. Enable **Destination Filters**.

2. From the [Segment homepage](https://app.segment.com/goto-my-workspace/){:target="_blank”}, select the Privacy tab and click **Consent Management**.
3. On the Consent management page, click **Create categories**.
4. Confirm that you have completed the required prerequisites, and click **Next**.
5. On the Create consent categories page, add the following information to the category form:
- **Category name**: Enter a name that describes your use case for the data sent to this destination. This field only accepts category names that are 20 characters or less.
- **Category ID**: In OneTrust, this is a string of up to five alphanumeric characters, but other CMPs may have a different format. This field is case sensitive.
- **Mapped destinations**: Select one or more of your destinations to map to this category. Category mappings apply to all instances of a destination.
Expand Down