docs(clay-ads): warn that ad sync deactivation is permanent and irreversible - #2335
Merged
Merged
Conversation
Contributor
george-dilthey
marked this pull request as ready for review
August 26, 2026 18:04
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 explicit permanence warnings to two places in
docs/clay-ads.mdwhere ad sync deactivation is recommended as a workaround, without previously noting it cannot be reversed:"Can I add another ad platform to an existing Ad Sync?" FAQ — the bullet describing the deactivate-and-recreate workaround now states: "Deactivation is permanent — once deactivated, the sync becomes read-only and cannot be reactivated or edited; the previous sync remains visible as read-only history."
"Why does my ad audience show 'too small for use in campaigns'?" FAQ — the fix-it instruction now includes: "Note: Deactivation is permanent — the sync becomes read-only and cannot be reactivated afterward."
Why
Intercom conversation #215475591107773: Casey Christensen (Alchemer) reported she was unable to reactivate an ad sync she had deactivated, after previously being told that deactivating was the workflow for adding new platforms. Human support agent Ryan Phung had to step in and explain: "Deactivation is recommended as a way to manage the sync but we should have been clearer that it is a permanent action in Clay. Once an Ad Sync is deactivated, it becomes read-only and cannot be reactivated or edited, even if the ad account is reconnected."
The existing docs said deactivation "places it in read-only history" (in the edit-field-mapping and delete FAQs) but never explicitly stated it cannot be reactivated. The two workaround instructions recommended deactivation without that warning, creating a gap confirmed in multiple Slack threads from the same period (same confusion surfaced at another customer on Aug 26).
The docs already have a "Will I be charged again if I deactivate and recreate an Ad Sync?" FAQ that covers the credits question — no new FAQ was needed.
Source link(s)
apps/api/v3/ad-audiences/services/ad-audiences.service.ts:174–180(assertAdAudienceIsMutablethrows'Ad audience is deactivated and read-only.', noreactivateAdAudiencefunction exists in the codebase);DeactivateAdAudienceModal.tsx:135(UI modal reads "This cannot be undone.");apps/api/v3/ad-audiences/domain/utils.ts:427–440(skipAlreadyEnriched: truehardcoded — credits not re-charged for already-enriched audience records)Uncertainties
None. Both claims verified PASS by the verifier sub-agent with file:line code evidence and strong Slack corroboration.
Related observations
Closes DOC-2091