Skip to content

09 27 21 weeklyfixes #1944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/_includes/content/functions/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ The following dependencies are installed in the function environment by default.
- [`@google-cloud/functions v1.1.0`](https://www.npmjs.com/package/@google-cloud/functions) exposed as `google.cloud.functions`
- [`@google-cloud/pubsub v2.6.0`](https://www.npmjs.com/package/@google-cloud/pubsub) exposed as `google.cloud.pubsub`
- [`@google-cloud/storage v5.3.0`](https://www.npmjs.com/package/@google-cloud/storage) exposed as `google.cloud.storage`
- [`form-data v2.4.0`](https://www.npmjs.com/package/form-data) exposed as `FormData`
- [`jsonwebtoken v8.5.1`](https://www.npmjs.com/package/jsonwebtoken) exposed as `jsonwebtoken`
- [`lodash v4.17.15`](https://www.npmjs.com/package/lodash) exposed as `_`
- [`moment v2.26.0`](https://www.npmjs.com/package/moment/v/2.26.0) exposed as `moment`
Expand Down
12 changes: 6 additions & 6 deletions src/personas/audiences/organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ To disband a Folder you’ve made in Personas, click the **More Options** icon a

To move an Audience to a Folder you’ve already created, follow the steps below:

1. Navigate to the Audiences tab within your Personas space.
1. Navigate to the **Audiences** tab within your Personas space.
2. Hover over the Audience you want to move.
3. Check the selection box that appears next to the Audience name.
4. **Optional**: repeat Steps 2 and 3 to move multiple Audiences.
4. *(Optional)*: Repeat Steps 2 and 3 to move multiple Audiences.
5. Click the **Move** icon that appears in the Audiences header.
6. Select your destination Folder from the modal window.
7. Click **Move** to confirm and move the selected Audiences.
Expand All @@ -48,12 +48,12 @@ Audience cloning creates a copy of your Audience. Within Personas, you can clon

To clone an Audience within the same Space, follow the steps below:

1. Navigate to the Audiences tab within your Personas space.
1. Navigate to the **Audiences** tab within your Personas space.
2. Click the **More Options** icon next to the Audience you want to clone.
3. From the dropdown menu, click **Clone**.
4. Select **Current Space**, then click **Continue**.
5. Configure the Audience, click **Preview Results**, then click **Select Destination**.
6. **Optional**: on the next screen, connect the Audience to a Destination. Click **Review & Create**.
6. *(Optional)*: On the next screen, connect the Audience to a Destination. Click **Review & Create**.
7. Give your Audience a unique name, then click **Create Audience**.

### Cloning an Audience between Spaces
Expand All @@ -70,12 +70,12 @@ You may wish to clone an Audience between spaces for a number of use cases, incl

To clone an Audience between Spaces, follow the steps below:

1. Navigate to the Audiences tab within your Personas space.
1. Navigate to the **Audiences** tab within your Personas space.
2. Click the **More Options** icon next to the Audience you want to clone.
3. From the dropdown menu, click **Clone**.
4. Select **Different Space**, choose your target Space, then click **Continue**.
5. Configure the Audience, click **Preview Results**, then click **Select Destination**.
6. **Optional**: on the next screen, connect the Audience to a Destination. Click **Review & Create**.
6. *(Optional)*: On the next screen, connect the Audience to a Destination. Click **Review & Create**.
7. Give your Audience a unique name, then click **Create Cloned Audience**.


Expand Down
4 changes: 2 additions & 2 deletions src/personas/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Using the Personas Source Debugger, you can inspect and monitor the events that

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.

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.
The Debugger provides you with the payload information you need to troubleshoot potential formatting issues and ensure Personas sends events as your Destinations expect.

## Working with the Debugger

Expand All @@ -23,4 +23,4 @@ The Debugger displays the payload in two tabs:
* **Pretty view** shows the actual API call Segment sends to your Destination.
* **Raw view** shows the full JSON object Segment sends to your Destination from the calls you sent, including timestamps, properties, traits, and ids.

Similar to the Connections Debugger, the Personas Debugger allows you to search through events, using information contained within the event's payload.
Similar to the Connections Debugger, the Personas Debugger allows you to search through events using information contained within the event's payload.