Skip to content

docs(ads): clarify adding platforms to active syncs and segment preservation on delete - #2350

Merged
george-dilthey merged 1 commit into
mainfrom
docsbot/doc-2105-intercom-tag-0826-a85bcd29
Aug 26, 2026
Merged

docs(ads): clarify adding platforms to active syncs and segment preservation on delete#2350
george-dilthey merged 1 commit into
mainfrom
docsbot/doc-2105-intercom-tag-0826-a85bcd29

Conversation

@george-dilthey

Copy link
Copy Markdown
Contributor

What changed

Four targeted edits to docs/clay-ads.md:

  1. "Can I add another ad platform to an existing Ad Sync?" — Replaced the incorrect "Expand your reach" claim (that section only exists in the legacy table-based ad sync experience AdAudienceSidebar, not the new Audience Ads 2.0) with the accurate answer: destination platforms are locked once a sync is active; the workaround is to delete and recreate with all destinations configured from the start. Added note that deleting the sync does not affect the underlying audience segment.

  2. "Can I permanently delete an Ad Sync?" — Added a sentence clarifying that deleting an ad sync does not delete the underlying audience segment. Removed the paragraph referencing "Deactivate" as a separate UI option distinct from "Delete" — the only available action in the new Ads experience is Delete (confirmed in AdSyncsHomepageTable.tsx: sole DropdownItem labeled "Delete").

  3. "Can I edit the field mapping after setting up an Ad Sync?" — Removed the reference to a "Deactivate" option (doesn't exist in the new Ads UI) and changed "deactivate or permanently delete" to just "delete". Added that deletion doesn't affect the underlying segment.

  4. "Why does my ad audience show 'too small for use in campaigns'?" — Changed "deactivate the current sync" to "delete the current sync" and updated "Deactivation is permanent" to "Deletion is permanent". Added note that deleting the sync doesn't affect the underlying segment.

Why

Intercom ticket #215475650890846: Genesis-Vincent Velarde (Enterprise customer, Tealium) had 3 existing ad syncs going to LinkedIn and wanted to add Google Ads as a destination. The docs said "Expand your reach" would appear — but that section is only in the deprecated legacy table-based ad sync sidebar (AdAudienceSidebar/components/AddProviderSection.tsx), not in the new Audience Ads 2.0 experience (AdSyncs/). The customer was also unable to find a "deactivate" button (the doc described "Deactivate" as a separate option from "Delete"), and worried that clicking "Delete" would remove their audience segment (the doc said nothing about segment preservation). Support rep Ariana explicitly committed to updating the docs in the conversation.

Source link(s)

  • Intercom conversation: https://app.intercom.com/a/inbox/w28k1kwz/inbox/conversation/215475650890846
  • #proj-ads Slack thread (Abdul + Ariana, Aug 26): https://clay-hq.slack.com/archives/C08RWUQPPLN/p1787776073158989 — Abdul (engineer) confirmed: the only way to "deactivate" is to delete; deleting doesn't touch the underlying segment; deleting a segment does delete an ad sync.
  • Code (Claim 1 — can't add destinations to active sync): apps/api/v3/ad-audiences/domain/utils.ts:274-279validateAdSyncEditable throws for any non-draft sync. PASS.
  • Code (Claim 2 — Delete via ⋮ menu): apps/frontend/src/components/WorkspaceHomepage/AdAudiencesHomepage/AdSyncsHomepage/AdSyncsHomepageTable.tsx:55-68 — sole DropdownItem is "Delete". PASS.
  • Code (Claim 3 — Delete doesn't touch segment): apps/api/v3/ad-audiences/services/ad-sync.service.ts:311-326tearDownAdSync soft-deletes the sync record only; no segment deletion in the call chain. PASS.
  • Code ("Expand your reach" is legacy-only): apps/frontend/src/components/AdAudienceSidebar/components/AddProviderSection.tsx:115 — only in AdAudienceSidebar (deprecated table ads, confirmed by deprecation banner in AdAudienceHeader.tsx). AdSyncs/ has no equivalent component.

Uncertainties

None. All claims verified against code via the Docsbot Verifier sub-agent and corroborated by the product engineer in the #proj-ads Slack thread.

Related observations

Closes DOC-2105

…rvation on delete

- Replace incorrect "Expand your reach" claim (legacy-only feature) with accurate
  answer: destination platforms are locked once a sync is active
- Add explicit note that deleting an ad sync does NOT delete the underlying segment
- Remove confusing "use Deactivate instead" paragraph (no such button exists in new Ads UI)
- Fix "deactivate or permanently delete" → "delete" in field mapping and too-small FAQs
- Add segment-preservation note in "too small for campaigns" troubleshooting section

Source: Intercom ticket 215475650890846 (DOC-2105)
@linear-code

linear-code Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

DOC-2105

@george-dilthey
george-dilthey marked this pull request as ready for review August 26, 2026 22:03
@george-dilthey
george-dilthey merged commit 73631a1 into main Aug 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant