Skip to content

Add Journeys Compute Credit Information [DOC-554] #3312

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 1 commit into from
Aug 2, 2022
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
8 changes: 7 additions & 1 deletion src/personas/journeys/faq-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Including historical data doesn't impact any additional Journey steps, however.
| Condition Type | Automatic Historical Data Inclusion |
| ------------------ | ----------------------------------- |
| Audience Reference | Yes |
| Computed Trait | No |
| Computed Trait | No |
| Event | No |
| Custom Trait | No |

Expand Down Expand Up @@ -82,6 +82,12 @@ Journeys run in real-time, like real-time Audiences in Personas. This means that

Users can enter a given journey a maximum of one time.

### How many compute credits does a Journey use?

Each step in a published Journey consumes half of a compute credit. A Journey with 10 steps, then, would use five compute credits. Credits consumed by published Journeys become available again if you disable or delete the Journey.

You can view your compute credits usage in Segment by navigating to **Settings > Usage & Billing > Personas.**

### What destinations does Journeys support?

Journeys supports all Personas destinations, including Destination Functions. Read more in Send data to destinations.
Expand Down
13 changes: 7 additions & 6 deletions src/personas/product-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ To learn more about custom limits and upgrades, contact your dedicated Customer

## Journeys

| Item | Limit description | Details |
| ------------ | -------------------------------- | ---------------------------------------------------------------------------- |
| Steps | 500 | The maximum number of steps per Journey. |
| Step Name | Maximum length of 170 characters | Once the limit is reached, you cannot add additional characters to the name. |
| Key | Maximum length of 255 characters | Once the limit is reached, you cannot add additional characters to the key. |
| Journey Name | Maximum length of 73 characters | Once the limit is reached, you cannot add additional characters to the name. |
| Item | Limit description | Details |
| --------------- | -------------------------------- | ---------------------------------------------------------------------------- |
| Steps | 500 | The maximum number of steps per Journey. |
| Step Name | Maximum length of 170 characters | Once the limit is reached, you cannot add additional characters to the name. |
| Key | Maximum length of 255 characters | Once the limit is reached, you cannot add additional characters to the key. |
| Journey Name | Maximum length of 73 characters | Once the limit is reached, you cannot add additional characters to the name. |
| Compute credits | Half a credit for each step | Each step in a published Journey consumes half of one compute credit. |