Skip to content

Commit 6278add

Browse files
authored
Merge pull request #24 from segmentio/repo-sync
repo sync
2 parents 4521e3a + 291cb3e commit 6278add

File tree

6 files changed

+108
-0
lines changed

6 files changed

+108
-0
lines changed

src/images/personas_debugger.png

97.8 KB
Loading

src/images/personas_debugger1.png

134 KB
Loading
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title: Organizing Your Audiences
3+
---
4+
5+
To add structure to your [Personas Spaces](/docs/personas/identity-resolution/personas-space-set-up/), you can organize Audiences into folders and clone Audiences within, and between, Spaces.
6+
7+
## Working with Folders
8+
9+
Folders allow you to group Audiences together. You can create, edit, and search through folders directly within the Personas Audiences page.
10+
11+
### Creating a Folder
12+
13+
To create a Folder, follow the steps below:
14+
15+
1. Navigate to the Audiences tab within your Personas space.
16+
2. Click **Create**, then select **Folder** from the dropdown menu.
17+
3. Give your Folder a unique name, then click **Add Audiences**.
18+
4. Search for and select the Audience(s) you want to add to the Folder.
19+
5. To confirm the new Folder, click **Add Audiences**.
20+
21+
## Editing and Disbanding Folders
22+
23+
To edit the name or description of a Folder you’ve created in Personas, click the **More Options** icon and select **Edit**. Once you’ve made your desired changes, click **Save**.
24+
25+
To disband a Folder you’ve made in Personas, click the **More Options** icon and select **Disband**. Audiences from the disbanded Folder return to your main Audience list.
26+
27+
> info "Note"
28+
> Disbanding a Folder won't delete any Audiences.
29+
30+
## Moving Audiences into Folders
31+
32+
To move an Audience to a Folder you’ve already created, follow the steps below:
33+
34+
1. Navigate to the Audiences tab within your Personas space.
35+
2. Hover over the Audience you want to move.
36+
3. Check the selection box that appears next to the Audience name.
37+
4. **Optional**: repeat Steps 2 and 3 to move multiple Audiences.
38+
5. Click the **Move** icon that appears in the Audiences header.
39+
6. Select your destination Folder from the modal window.
40+
7. Click **Move** to confirm and move the selected Audiences.
41+
42+
43+
## Cloning Audiences
44+
45+
Audience cloning creates a copy of your Audience. Within Personas, you can clone an Audience within the same space, or clone an Audience to a different space.
46+
47+
### Cloning an Audience inside a Space
48+
49+
To clone an Audience within the same Space, follow the steps below:
50+
51+
1. Navigate to the Audiences tab within your Personas space.
52+
2. Click the **More Options** icon next to the Audience you want to clone.
53+
3. From the dropdown menu, click **Clone**.
54+
4. Select **Current Space**, then click **Continue**.
55+
5. Configure the Audience, click **Preview Results**, then click **Select Destination**.
56+
6. **Optional**: on the next screen, connect the Audience to a Destination. Click **Review & Create**.
57+
7. Give your Audience a unique name, then click **Create Audience**.
58+
59+
### Cloning an Audience between Spaces
60+
61+
You may wish to clone an Audience between spaces for a number of use cases, including the following:
62+
63+
64+
* Copying an Audience between testing and production spaces
65+
* Copying an Audience between business units
66+
* Copying an Audience between teams
67+
68+
> info "Note"
69+
> When you clone an Audience to a different space, first verify that the target Space includes the same events and traits for the cloned Audience.
70+
71+
To clone an Audience between Spaces, follow the steps below:
72+
73+
1. Navigate to the Audiences tab within your Personas space.
74+
2. Click the **More Options** icon next to the Audience you want to clone.
75+
3. From the dropdown menu, click **Clone**.
76+
4. Select **Different Space**, choose your target Space, then click **Continue**.
77+
5. Configure the Audience, click **Preview Results**, then click **Select Destination**.
78+
6. **Optional**: on the next screen, connect the Audience to a Destination. Click **Review & Create**.
79+
7. Give your Audience a unique name, then click **Create Cloned Audience**.
80+
81+
82+
If your target Space doesn't include the cloned Audience's events and traits, Personas prompts you to resolve the Space incompatibilities during Step 5. As a best practice, verify that the target Space includes the Audience's traits and events before cloning.

src/personas/debugger.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Using the Personas Source Debugger
3+
---
4+
5+
Using the Personas Source Debugger, you can inspect and monitor the events that Personas sends downstream.
6+
7+
Because Personas generates a unique Source for every Destination connected to a Space, the Debugger gives you insight into how Personas sends events before they reach their Destination.
8+
9+
The Debugger provides you with the payload information you need to troubleshoot potential formatting issues and ensure process and sends events as your Destinations expect.
10+
11+
## Working with the Debugger
12+
13+
To access the Debugger within your Space, click on the **Settings** tab, and then the **Debugger** tab.
14+
15+
![](images/personas_debugger.png)
16+
17+
Next, click on the Source you want to inspect in the Debugger.
18+
19+
![](images/personas_debugger1.png)
20+
21+
The Debugger displays the payload in two tabs:
22+
23+
* **Pretty view** shows the actual API call Segment sends to your Destination.
24+
* **Raw view** shows the full JSON object Segment sends to your Destination from the calls you sent, including timestamps, properties, traits, and ids.
25+
26+
Similar to the Connections Debugger, the Personas Debugger allows you to search through events, using information contained within the event's payload.
97.8 KB
Loading
134 KB
Loading

0 commit comments

Comments
 (0)