Skip to content

Update process for requesting account-level Audiences #7333

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

Merged
merged 3 commits into from
Mar 5, 2025
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
8 changes: 5 additions & 3 deletions src/engage/audiences/account-audiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ You can use account-level audiences to accomplish the following use cases:

## Enable account-level audiences

1. Contact [friends@segment.com](mailto:friends@segment.com) and provide your workspace ID to have account-level audiences enabled for your workspace. Navigate to **Settings > Workspace Settings > General Settings** to view your workspace ID.
2. Ensure that `group_id` is configured as an identifier in Engage Identity Resolution settings. For more information, see [Identity Resolution Settings](/docs/unify/identity-resolution/identity-resolution-settings/).
3. Instrument [group](/docs/connections/spec/group/) calls to send account information to Segment.
1. Contact [friends@segment.com](mailto:friends@segment.com) to request account-level audiences. Include:
- **Your Workspace ID** (which you can find in **Settings > Workspace Settings > General Settings**)
- **Your intended use cases** for account-level audiences
2. If your workspace has account-level audiences enabled, ensure that `group_id` is configured as an identifier in Engage [Identity Resolution settings](/docs/unify/identity-resolution/identity-resolution-settings/).
3. Instrument [Group calls](/docs/connections/spec/group/) to send account information to Segment.

## Account-level audience conditions

Expand Down
Loading