Skip to content

Commit d6b6021

Browse files
committed
more edits!
1 parent fc42bca commit d6b6021

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/_includes/content/domain-delegation-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Segment's domain delegation solutions
22

3-
Segment offers two domain delegation solutions: [Custom Proxy](/docs/connections/sources/catalog/libraries/website/javascript/custom-proxy) and [Custom Domain](/docs/connections/sources/custom-domain). If you use Custom Domain, you can choose to use either DNS delegation or a Cannonical Name (CNAME). Segment recommends using Custom Domain with DNS delegation, as Segment manages the SSL certificates for your subdomain, which leads to continuous security monitoring of your subdomain, easy setup, and no long-term maintenance.
3+
Segment offers two domain delegation solutions: [Custom Proxy](/docs/connections/sources/catalog/libraries/website/javascript/custom-proxy) and [Custom Domain](/docs/connections/sources/custom-domain). If you use Custom Domain, you can choose to use either DNS delegation or a Cannonical Name (CNAME). Segment recommends using Custom Domain with DNS delegation, which leads to easy setup, maintenance, and monitoring.
44

55
| Service | How it works | Infrastructure management | Availability |
66
| ------- | ------------ | ------------------------- | ------------ |

src/connections/sources/custom-domain.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ When a user tries to access the alias domain, the DNS resolver looks up the CNAM
2121

2222
CNAME records provide flexibility and centralized management, making it easier to handle domain redirections and subdomain configurations.
2323

24+
Implementing a Custom Domain using CNAME delegation requires you to add a CNAME and record for two domains that Segment generates on your behalf: one for the Segment CDN and a second for the Tracking API. You must add a CNAME and DNS record for both domains.
25+
2426
## Supported sources
2527

2628
Custom Domain supports the following sources:
@@ -37,7 +39,7 @@ Custom Domain supports the following sources:
3739
## Getting started
3840

3941
> info "Custom Domain is only available to Business Tier customers"
40-
> Customers not on the Business Tier but who have interest in Custom Domain should [contact Segment's sales team](https://segment.com/demo/){:target="_blank”} for assistance with upgrading to a Business Tier plan. Segment also offers an alternative DNS record service, [Custom Proxy](/docs/connections/sources/catalog/libraries/website/javascript/custom-proxy/), which uses a Canonical Name (CNAME) and only works with Analytics.js sources.
42+
> Customers not on the Business Tier but who have interest in Custom Domain should [contact Segment's sales team](https://segment.com/demo/){:target="_blank”} for assistance with upgrading to a Business Tier plan. Segment also offers an alternative DNS record service, [Custom Proxy](/docs/connections/sources/catalog/libraries/website/javascript/custom-proxy/).
4143
4244
To configure Custom Domain:
4345
1. Select the subdomain you'd like Segment to use for event request tracking (for example, `cdp.domain.com`).

0 commit comments

Comments
 (0)