Skip to content

Commit f7acb63

Browse files
authored
Merge pull request #4149 from segmentio/source-URL-vs-source-ID
Clarify Source URL vs Source ID [#4027]
2 parents 9da5f1c + 5339ff3 commit f7acb63

File tree

1 file changed

+10
-9
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+10
-9
lines changed

src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ Hi,
3434
3535
This is {person} from {company}. I would like to configure a proxy for the following source(s):
3636
37-
* Source {link to source in Segment} with source ID {source id}
38-
* Source {link to source in Segment} with source ID {source id}
37+
* Source URL with Source ID
38+
* Source URL with Source ID
3939
```
4040

41-
Double-check the source link and the Source ID.
41+
- **Source URL**: link to the source in your Segment workspace (for example, `https://app.segment.com/<your_slug>/sources/<source>/overview`)
42+
- **Source ID**: navigate to **API Keys** on the left-hand side of the source **Settings** and provide the Source ID
43+
44+
Double-check the Source URL and the Source ID.
4245

4346
A Segment Customer Success team member will respond that they have enabled this option for your account. When you receive this confirmation, open the source in your workspace, and navigate to Settings > Analytics.js. Update the **Host Address** setting from `api.segment.io/v1` to `[your proxy host]/v1`.
4447

@@ -50,7 +53,7 @@ A Segment Customer Success team member will respond that they have enabled this
5053
These instructions refer to Amazon CloudFront, but apply more generally to other providers as well.
5154

5255
### CDN Proxy
53-
To set up your CDN Proxy:
56+
To set up your CDN Proxy:
5457
1. Log in to the AWS console and navigate to CloudFront.
5558
2. Click **Create Distribution**.
5659
3. Configure the distribution settings. In the Origin section, update the following values:
@@ -71,11 +74,11 @@ Take note of the Domain Name for use in the next step.
7174
To add a CNAME record for the Segment proxy to your organizations DNS settings:
7275
1. Use a name that makes it clear what you are using the subdomain for, for example `analytics.mysite.com`.
7376
2. Go to your domain registrar and add a new record to your DNS of type "CNAME".
74-
3. Configure these values:
77+
3. Configure these values:
7578
- **Name**: `<subdomain_name>.yourdomain.com`
7679
- **Value**: The Domain Name value from CloudFront
77-
4. Save your record. This might take some time to take effect, depending on your TTL settings.
78-
5. Make a `curl` request to your domain to verify that the proxy works.
80+
4. Save your record. This might take some time to take effect, depending on your TTL settings.
81+
5. Make a `curl` request to your domain to verify that the proxy works.
7982

8083

8184

@@ -97,5 +100,3 @@ To add a CNAME record to your DNS settings:
97100
- **Value**: Tracking API CloudFront Distribution Domain Name
98101
3. Save your record. This might take some time to take effect, depending on your TTL settings.
99102
4. Run `curl` on your domain to check if the proxy is working correctly.
100-
101-

0 commit comments

Comments
 (0)