Skip to content

Commit 969b944

Browse files
committed
Add Snowflake callout to Journeys steps page [netlify-build]
1 parent d747941 commit 969b944

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/connections/storage/catalog/snowflake/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ For Engage writebacks, Segment starts a warehouse sync after each run completes
264264

265265
Engage writebacks use Track events. The full event payload is stored in a single stringified JSON column in the target table.
266266

267-
268267
## Security
269268

270269
### Allowlisting IPs

src/engage/audiences/linked-audiences.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ With Linked Audiences, you can:
1717

1818
To learn more about specific use cases you can set up with Linked Audiences, see [Linked Audiences Use Cases](/docs/engage/audiences/linked-audiences-use-cases/).
1919

20-
2120
See how you can [use Linked Audiences with Braze](/docs/engage/audiences/linked-audiences-braze/) and [Iterable](/docs/engage/audiences/linked-audiences-iterable/) to better understand how you can utilize Linked Audiences for your destinations.
2221

2322
## Prerequisites
@@ -206,7 +205,6 @@ Click **Copy to use in Braze Cloud Mode (Actions)** to copy the personalization
206205
> info ""
207206
> This feature is in beta for customers using Braze. Some functionality may change before it becomes generally available. This feature is governed by Segment’s [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}.
208207
209-
210208
#### Show/hide preview
211209

212210
As you're enriching your events in Linked Audiences, you should view a preview of the event payload schema based on the properties you select. It might look like the following:

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ The **Send to Destination** step lets you send journey data to one of your [conf
241241

242242
This step supports Actions Destinations (excluding list destinations) and destination functions. It doesn't support storage destinations or classic (non-Actions) destinations.
243243

244+
> info "Send journey step events to Snowflake"
245+
> If your team analyzes journey performance in the warehouse, you can write step events from a journey to Snowflake. Connect Snowflake to your Engage space, then add a Snowflake Activation for the journey and choose the schema/table you want to write to. See the [Snowflake destination documentation](/docs/connections/storage/catalog/snowflake/) for connection steps and key-pair setup.
246+
244247
### How Send to Destination works
245248

246249
When a journey reaches the Send to Destination step, the journey packages the relevant data and sends it to your chosen destination. This could be a third-party platform, like a marketing tool, or a custom destination built using [Destination Functions](/docs/connections/functions/destination-functions/). The data that Segment sends includes key attributes from the journey context, profile traits, and any mapped fields you’ve configured.
@@ -266,6 +269,8 @@ Here’s how to configure this step within a journey:
266269

267270
Before activating the journey, **send a test event to verify that the payload matches your expectations** and that it reaches the destination successfully.
268271

272+
For Snowflake writebacks (beta), Journeys sends Track events and stores the full event payload in a single stringified JSON column in the target table.
273+
269274
### Destination event payload schema
270275

271276
The events that Segment sends to destinations from Event-Triggered Journeys include an object called `journey_context` within the event’s properties. The `journey_context` object contains:

0 commit comments

Comments
 (0)