Skip to content

Commit 748ad92

Browse files
committed
add best practices table
1 parent 062128c commit 748ad92

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/engage/journeys/event-triggered-journeys.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ Event-triggered Journeys lets you send journey data to supported destinations, f
6262

6363
For other destinations, you can use [Destination Functions](/docs/connections/functions/destination-functions/) to run additional logic, like enriching with [Profile API traits](/docs/unify/profile-api/) or filtering the payload.
6464

65+
## Best practices
66+
67+
Follow the best practices in this table to optimize your Event-triggered Journeys:
68+
69+
| Recommendation | Details |
70+
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
71+
| Use specific event filters | When you configure entry events, apply precise filters based on event property values to refine which users enter the journey. This helps target specific user actions and improves the journey's relevance. |
72+
| Use unique identifiers | If a journey allows users to enter multiple times, set a unique identifier to track each instance accurately. Using an identifier like `application_id` ensures that follow-up events stay associated with the right journey instance. |
73+
| Limit personal identifiable information | Stay compliant and respect user privacy by not including any sensitive or personal identifiable information (PII) data in journey conditions and destinations. |
74+
| Preview payloads before publishing | Review the journey payload to verify that it includes all necessary context from the triggering event. This helps confirm that the data reaching destinations matches your campaign needs. |
75+
| Test journey after publishing | Consider setting up a live test right after publishing to confirm that the journey behaves as expected and that data flows correctly to destinations. |
76+
77+
6578
## Working with Event-triggered Journeys
6679

6780
Segment built Event-triggered Journeys to respond instantly to events, offering real-time capabilities with a few considerations in mind.

0 commit comments

Comments
 (0)