docs(clay-ads): explain 95%+ match rate display for Meta, Reddit Ads, Bing Ads - #2507
Open
george-dilthey wants to merge 2 commits into
Open
docs(clay-ads): explain 95%+ match rate display for Meta, Reddit Ads, Bing Ads#2507george-dilthey wants to merge 2 commits into
george-dilthey wants to merge 2 commits into
Conversation
Contributor
george-dilthey
marked this pull request as ready for review
September 2, 2026 23:15
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
Updated
docs/clay-ads.md: replaced the closing sentence of the FAQ "Why is my matched count higher than the number of contacts I sent?" with two sentences that also explain that when this behavior drives the match rate to 95% or higher, Clay displays the rate as 95%+ rather than an exact percentage on the professional network, Meta, Reddit Ads, Bing Ads, and Vibe, and that a tooltip on the 95%+ display confirms the behavior.Why
Commit
e6017f3(deploye0b7a81...e6017f3— https://github.com/clay-run/clay-base/actions/runs/33689435705) extended the 95%+ match-rate display cap from the professional network and Vibe to also cover Meta, Reddit, and Bing Ads. Customers using Meta (the most common platform) will now see "95%+" in the Sync History and provider card when their match rate is very high — triggered by Enhanced Matching sending up to 3 hashed emails per contact, which can push the platform's matched count above the contacts-sent count, driving the raw rate above 100%.The existing FAQ explained why matched count can exceed contacts sent, but never mentioned that the match rate itself also displays as "95%+" in that situation. Fin and customers searching "why does my match rate show 95%+" had no targeted answer in the docs.
Source link(s)
isMatchRateCappedatrun-history.utils.ts:116–129confirms the professional network, Vibe, Meta, Reddit, Bing; display constant'95%+'at line 110; tooltip text at lines 112–113. Feature is GA for Growth and Enterprise plans (confirmed via #proj-ads Aug 4 GA post).Uncertainties
None. The changed line is directly verified against the deployed code.
Related observations
docs/audiences.md:589has a table row: "Professional network ≤ 95%, Meta ≤ 65%" under expected Enhanced Matching match rates. That row describes typical expected rates, not the display cap, so it is not contradicted by this change — but it may benefit from a future review pass to clarify the distinction.Confidence: high
Closes DOC-2291