docs(audiences): clarify that CRM-synced properties are available as audience filters - #2485
Merged
Merged
Conversation
… audience filters
Contributor
george-dilthey
marked this pull request as ready for review
September 1, 2026 23:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Added a paragraph to
docs/audiences.mdin the "Creating an audience" section clarifying that all CRM-synced and data warehouse fields are available as filter options — not just Clay's built-in properties. The note includes a concrete example (filter by Account Type = "Customer" to build a Companies segment of existing customers) and a pointer to the existing FAQ for cases where a field is missing from the filter list.Why
An Enterprise customer (Intercom conversation #215475693941435) asked how to access the Audiences feature, then followed up asking how to build a "compound audience" — specifically contacts at companies in their CRM where company type = 'customer'. A human support agent (Bo) answered the question but the docs never explicitly stated that CRM-synced properties are available as audience filters. The existing "Creating an audience" section covered AND/OR filter logic but didn't tell users they could type any CRM property name to filter on it. Fin couldn't answer the follow-up question because the docs were silent on this.
Source link(s)
audiencesRuleFieldDefinitions.ts:254-271confirms CRM-synced account fields are filterable by default (canUserCreateFilterWith: true);GlobalSidebarSections.tsx:172-185confirms People/Companies sidebar entries;FilterBuilderAddFilterDropdown.tsx:43andFilterBuilderAddGroupButton.tsx:26confirm the UI labelsUncertainties
None for the intended change. All claims verified by the Docsbot Verifier sub-agent (PASS). Audiences is GA since June 23, 2026 per
#all-claymate-appreciationSlack announcement.main):These regressions should be resolved before merging — the simplest fix is to replace the regressed content with the corresponding sections from
main.Related observations
Materiality check — 13 existing open PRs on audiences.md reviewed:
Closes DOC-2264