From 29dce6c39be6f8395390617318c5dd1d59ba4a12 Mon Sep 17 00:00:00 2001 From: Jazma Foskin <82051355+jfoskin@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:43:09 -0500 Subject: [PATCH 1/2] Update custom-proxy.md --- .../catalog/libraries/website/javascript/custom-proxy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md b/src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md index 7bd144d8a2..bc154c8b0a 100644 --- a/src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md +++ b/src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md @@ -38,6 +38,9 @@ You need to set up two important parts, regardless of the CDN provider you use: > info "" > Segment only has the ability to enable the proxy setting for the Web (Analytics.js) source. Details for mobile source proxies are in the [Analytics-iOS](/docs/connections/sources/catalog/libraries/mobile/ios/#proxy-https-calls) and [Analytics-Android](/docs/connections/sources/catalog/libraries/mobile/android/#proxying-http-calls) documentation. It is not currently possible to set up a proxy for server sources using the Segment UI. +>info "" +> Any of Segment's integrations will be loaded via the proxy, however, we don't host 3rd party SDKs (with a few rare exceptions), so Fullstory's SDK for example would still be loaded by their own CDN. + ## Custom Proxy setup There are two options you can choose from when you set up your custom domain proxy. From 78700e8b34bdc3485b9c895bc274eb6e98c920ea Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:15:47 -0500 Subject: [PATCH 2/2] Update src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md --- .../catalog/libraries/website/javascript/custom-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md b/src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md index bc154c8b0a..a947b14b3c 100644 --- a/src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md +++ b/src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md @@ -38,8 +38,8 @@ You need to set up two important parts, regardless of the CDN provider you use: > info "" > Segment only has the ability to enable the proxy setting for the Web (Analytics.js) source. Details for mobile source proxies are in the [Analytics-iOS](/docs/connections/sources/catalog/libraries/mobile/ios/#proxy-https-calls) and [Analytics-Android](/docs/connections/sources/catalog/libraries/mobile/android/#proxying-http-calls) documentation. It is not currently possible to set up a proxy for server sources using the Segment UI. ->info "" -> Any of Segment's integrations will be loaded via the proxy, however, we don't host 3rd party SDKs (with a few rare exceptions), so Fullstory's SDK for example would still be loaded by their own CDN. +> info "Segment loads most integrations through the proxy, except for third-party SDKs" +> Third-party SDKs are loaded by a partner's CDN, even with a Segment proxy configured. For example, if you have a Segment custom proxy enabled and send data to a FullStory destination, FullStory's CDN would load the FullStory SDK. ## Custom Proxy setup