Skip to content

Commit 3fca865

Browse files
committed
UI casing updates
1 parent 2e1cb64 commit 3fca865

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

src/unify/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Debugger provides you with the payload information you need to troubleshoot
1313

1414
## Working with the Debugger
1515

16-
Navigate to the Debugger tab on the Unify Settings page of the space you want to debug. Select the Source you want to inspect in the Debugger.
16+
Navigate to the Debugger tab on the Unify settings page of the space you want to debug. Select the Source you want to inspect in the Debugger.
1717

1818
The Debugger presents a stream of incoming events. The event inspector displays three tabs for each event:
1919

src/unify/identity-resolution/space-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before you connect any source to the Dev space, Segment recommends that you firs
1414

1515
## Step three: Set up a connection policy
1616

17-
If you haven't already, Segment highly recommends labeling all your sources with *Dev* or *Prod* [environments](/docs/segment-app/iam/labels/). Once your sources have been labeled, visit the **Connection Policy** page by navigating to **Unify > Unify Settings > Space Management**. Here, you can enforce that only sources labeled *Dev* can be connected to your *Dev* Unify instance.
17+
If you haven't already, Segment highly recommends labeling all your sources with *Dev* or *Prod* [environments](/docs/segment-app/iam/labels/). Once your sources have been labeled, visit the **Connection Policy** page by navigating to **Unify > Unify settings > Space management**. Here, you can enforce that only sources labeled *Dev* can be connected to your *Dev* Unify instance.
1818

1919
[](images/connection-policy.png)
2020

@@ -23,7 +23,7 @@ If you haven't already, Segment highly recommends labeling all your sources with
2323
2424
## Step four: Connect sources and create test audiences
2525

26-
Once your connection policy is in place, select the **Sources** tab in **Unify Settings**. Now you can connect a few sources that will automatically begin to replay.
26+
Once your connection policy is in place, select the **Profile sources** tab in **Unify settings**. Now you can connect a few sources that will automatically begin to replay.
2727

2828
Once the sources have finished replaying, check user profiles to ensure that profiles are merging as expected. This would also be an ideal time to create test audiences and confirm that these populate the expected number of users.
2929

src/unify/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77

88
Use Segment Unify, formerly known as Profiles, for a complete view of your customers.
99

10-
With [Identity Resolution](#identity-resolution), track every interaction across the entire user journey to create unified, real-time customer identities. View user profiles in one place through the [Profile Explorer](#profile-explorer) in the Segment app. Use the [Profile API](#profile-api) to programmatically query user profiles, traits, and events.
10+
With [Identity Resolution](#identity-resolution), track every interaction across the entire user journey to create unified, real-time customer identities. View user profiles in one place through the [Profile explorer](#profile-explorer) in the Segment app. Use the [Profile API](#profile-api) to programmatically query user profiles, traits, and events.
1111

1212
You can then use this interaction data with customer engagement tools, such as Engage, to deliver personalized, omnichannel experiences.
1313

@@ -31,9 +31,9 @@ With Identity Resolution:
3131

3232
Visit Segment's [Identity Resolution docs](/docs/unify/identity-resolution/) to learn more.
3333

34-
## Profile Explorer
34+
## Profile explorer
3535

36-
Use the Profile Explorer to view all user data, including their event history, traits, and identifiers.
36+
Use the Profile explorer to view all user data, including their event history, traits, and identifiers.
3737

3838
With the Explorer, you have a complete view of your customers.
3939

@@ -42,7 +42,7 @@ With the Explorer, you have a complete view of your customers.
4242
- **Provide sales and support context**: Look up a user profile to understand where they are on their journey with your business or product.
4343

4444
> info ""
45-
> If you're using Engage, use the Profile Explorer to view audiences, traits, journey membership, and [subscription states](/docs/engage/user-subscriptions/) for email and phone numbers.
45+
> If you're using Engage, use the Profile explorer to view audiences, traits, journey membership, and [subscription states](/docs/engage/user-subscriptions/) for email and phone numbers.
4646
4747
## Profile API
4848

src/unify/profile-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can use this API to:
1717
- **Power personalized marketing campaigns** by enriching dynamic / custom properties with profile traits in marketing tools like Braze
1818
- **Qualify leads faster** by embedding the user event timeline in Salesforce
1919

20-
This document has four parts:
20+
This document has four parts:
2121

2222
1. [**Product Highlights**](#product-highlights)
2323
2. [**Quickstart**](#quickstart): Walks you through how to get started querying your user profile in <1 min
@@ -43,17 +43,17 @@ Your access token enables you to call the Profile API and access customer data.
4343
> info "European Union requirements"
4444
> To implement the Profile API in the European Union, you must complete the following steps within an EU workspace. View the [regional Segment documentation](/docs/guides/regional-segment/#create-a-new-workspace-with-a-different-region) for more information.
4545
46-
1. Navigate to the API Access settings page **Unify > Unify Settings > API Access**.
46+
1. Navigate to the API access settings page **Unify > Unify settings > API access**.
4747

4848
2. Create your **Access Token** with a name that describes your use case, for example `testing/development`. Take note of the **space ID** value, you'll pass this into the Profile API request URL in a later step.
4949

5050
3. Click **Generate token**. Copy the resulting **Access Token** and store it in a file on your computer. You'll pass in the **Access Token** into the Profile API for authorization as an HTTP Basic Auth username in a later step.
5151

5252
### Find a user's external id
5353

54-
1. Navigate to **Unify > Profiles Explorer** and select the user you want to query through the API.
54+
1. Navigate to **Unify > Profile explorer** and select the user you want to query through the API.
5555
2. Take note of the user's available identifiers. For example, this user has an `anonymous_id` with the value `eml_3bca54b7fe7491add4c8d5d4d9bf6b3e085c6092`. The Profile API requires both the type of ID and the value separated by a colon. For example, `anonymous_id:eml_3bca54b7fe7491add4c8d5d4d9bf6b3e085c6092`. Click the duplicate icon to copy the identifier to your clipboard.
56-
![Retrieving a user's identifiers with the Profiles Explorer](images/profile_api_anonymous_id.png)
56+
![Retrieving a user's identifiers with the Profile explorer](images/profile_api_anonymous_id.png)
5757

5858
> warning ""
5959
> To query phone numbers that contain a plus sign (`+`), insert the escape characters `%2B` in place of the plus sign.
@@ -161,7 +161,7 @@ The Segment API is organized around [REST](http://en.wikipedia.org/wiki/Represen
161161

162162
The Profile API uses basic authentication for authorization — with the **Access Token** as the authorization key. Your **Access Token** carries access to all of your customer data, so be sure to keep them secret. Don't share your Access Token in publicly accessible areas such as GitHub or client-side code.
163163

164-
You can create your Access Secret in your Unify Settings page. Segment recommends that you name your tokens with the name of your app and its environment, such as `marketing_site/production`. Access tokens are shown once — you won't be able to see it again. In the event of a security incident, you can revoke and cycle the access token.
164+
You can create your Access Secret in your Unify settings page. Segment recommends that you name your tokens with the name of your app and its environment, such as `marketing_site/production`. Access tokens are shown once — you won't be able to see it again. In the event of a security incident, you can revoke and cycle the access token.
165165

166166
When you make requests to the Profile API, use the Access Token as the basic authentication username and keep the password blank. Base64 is a requirement for authentication. If you use a tool like Postman, or if you use the `-u` flag in a cURL request, this encoding occurs automatically. Otherwise, you'll need to use Base64 to manually encode your Access Token.
167167

src/unify/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You probably have teammates who help set up your Segment Workspace with the data
3535

3636
## Step 3: Connect production sources
3737

38-
1. From your Segment space, navigate to **Unify Settings** and click **Sources**.
38+
1. From your Segment space, navigate to **Unify settings** and click **Profile sources**.
3939
2. On the screen that appears, choose one or two production sources from your Connections workspace.
4040
Segment recommends connecting your production website or App source as a great starting point.
4141

@@ -57,11 +57,11 @@ Once the Source(s) finish replaying, data from your connected Sources flows into
5757

5858
## Step 4: Check your profile data
5959

60-
Once the replay finishes, you can see the data replayed into Unify using the Profile Explorer. You should have a lot! The data should include information from multiple sources and multiple sessions, all resolved into a single profile per user.
60+
Once the replay finishes, you can see the data replayed into Unify using the Profile explorer. You should have a lot! The data should include information from multiple sources and multiple sessions, all resolved into a single profile per user.
6161

6262
Before you continue, check a few user profiles to make sure they show an accurate and recent snapshot of your users.
6363

64-
A good test is to look at _your own_ user profile, and maybe some colleagues' profiles. Look in the Profile Explorer for your Profile, and look at your event history, custom traits and identifiers. If these identifiers look correct across a few different profiles (and you can verify that they are all correct), then you're ready to create an audience.
64+
A good test is to look at _your own_ user profile, and maybe some colleagues' profiles. Look in the Profile explorer for your Profile, and look at your event history, custom traits and identifiers. If these identifiers look correct across a few different profiles (and you can verify that they are all correct), then you're ready to create an audience.
6565

6666
If your user profiles look wrong, or you aren't confident users are being accurately defined and merged, stop here and troubleshoot. It's important to have accurate identity resolution before you continue. See the [detailed Identity Resolution documentation](/docs/unify/identity-resolution/) to better understand how it works, and why you may be running into problems. (Still need help? [Contact Segment](https://segment.com/help/contact/){:target="_blank"} for assistance.)
6767

0 commit comments

Comments
 (0)