docs(clay-ads): add beta note for Growth plans with Audience Ads V2 entitlement#1524
Open
george-dilthey wants to merge 1 commit into
Open
docs(clay-ads): add beta note for Growth plans with Audience Ads V2 entitlement#1524george-dilthey wants to merge 1 commit into
george-dilthey wants to merge 1 commit into
Conversation
Contributor
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.mdto add a beta note in the plan availability section: Growth workspaces with Audience Ads V2 enabled can create additional Audience Ads for people lists beyond the 1 included sync, while company list syncs remain limited to 1 per workspace.Why
A code change deployed July 13, 2026 (clay-run/clay-base
8b12379...bee4969) updated the Audience Ads entitlement logic. The newuseAdsEntitlement.tshook allows Growth workspaces with theenable-ads-v2Eppo flag enabled to access Audience Ads for people lists beyond their 1 included ad sync limit — company list syncs remain gated at 1. Previously, Growth plans were only entitled via the separateAdsAudienceEntitlementflag (an escape hatch for non-standard plans). This deploy adds a formal plan-based entitlement path for Growth + AdsV2.The verifier sub-agent confirmed the entitlement formula at
clay-base/apps/frontend/src/hooks/ad-syncs/useAdsEntitlement.ts:20-21(isEnterprise || (isGrowth && isAdsAudiencesV2Enabled) || isAdsAudienceEntitlementFlagEnabled) and returned BETA — the flag defaultsfalse, was in internal beta as of July 8, and Eppo controls actual Growth rollout. Beta framing is applied per the BETA verdict.Source link(s)
clay-base/apps/frontend/src/hooks/ad-syncs/useAdsEntitlement.ts:20-21Uncertainties
The
enable-ads-v2flag defaults tofalseand was in an internal-only beta as of July 8 (workspace 4515 only). The Eppo dashboard controls which Growth workspaces have it enabled — no confirmed broader customer rollout at time of write. The verifier returned BETA (not INTERNAL), so documenting with beta framing is appropriate, but actual customer exposure is limited until the flag is enabled more broadly.Related observations
docs/clay-ads.mdand adds a general note that Clay Ads is in beta rollout for Growth and Enterprise workspaces. That note is broader than this change; a reviewer should reconcile the two at merge time to avoid redundancy. This PR's addition is materially distinct — it documents the specific new AdsV2 capability (additional people-list Audience Ads for Growth beyond the 1 included sync) rather than the general availability status.1f9e6f04) is a backend Clickhouse performance optimization with no customer-visible behavior change. No docs needed.Confidence: medium
Closes DOC-1104