Skip to content

Commit 71c0510

Browse files
authored
1 parent 1f4a2d0 commit 71c0510

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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.

0 commit comments

Comments
 (0)