You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/actions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ If necessary, click **New Mapping** to create a new, blank action.
119
119
2. Test those conditions to make sure that they correctly match an expected event.
120
120
This step looks for events that match the criteria in the [debugger queue](/docs/connections/sources/debugger/), so you might need to Trigger some events with the expected criteria to test your conditions. You can skip the test step if needed, and re-try it at any time.
121
121
3. Select data models to [enrich your events](/docs/unify/linked-profiles/linked-events/) with.
122
-
4.Next, set up the data mapping from the Segment format to the destination tool format.
122
+
4.Set up the data mapping from the Segment format to the destination tool format.
123
123
- You can click the Source field, then select the **Enrichments** tab to view and select Enrichments to use.
124
124
5. Test the mapping with data from a sample event.
125
125
The edit panel shows you the mapping output in the format for the destination tool. You can change your mapping as needed and re-test.
|[Snowflake](docs/unify/linked-profiles/setup-guides/snowflake-setup/)| 1. Configure your snowflake database. <br> 2. Enter your credentials. <br> 3. Test the Connection. <br> 4. Click **Save**. |
82
82
|[BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery-setup/)| 1. Add your credentials to the database that has tables with the entities you want to enrich your event with. <br> 2. Test your connection. |
@@ -152,43 +152,30 @@ After you’ve added Enrichments, test and save your enrichments.
152
152
153
153
## Frequently asked questions
154
154
155
-
{% faq %}
156
-
{% faqitem What data warehouse permissions does Segment require? %}
155
+
#### What data warehouse permissions does Segment require?
157
156
158
157
To use Linked Events, be sure that you have proper permissions for the Data Warehouse you're using. Visit the [BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery-setup/), [Snowflake](/docs/unify/linked-profiles/setup-guides/snowflake-setup/), and [Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/) setup guides to learn more about updating permissions.
159
158
160
-
{% endfaqitem %}
161
-
162
-
{% faqitem How often do syncs occur? %}
159
+
#### How often do syncs occur?
163
160
164
161
Segment currently syncs once every hour.
165
162
166
-
{% endfaqitem %}
167
-
168
-
169
-
{% faqitem Which Action Destinations does Linked Events support? %}
163
+
#### Which Action Destinations does Linked Events support?
170
164
171
165
For Linked Events, Segment supports all Actions Destinations.
172
166
173
-
{% endfaqitem %}
174
-
175
-
{% faqitem Why aren't test events working? %}
167
+
#### Why aren't test events working?
176
168
177
169
Test events don't send Linked Events. You'll only see test events that come from the source debugger, which is ahead of the event enrichment.
178
170
179
-
{% endfaqitem %}
180
-
181
-
{% faqitem Can I view my Linked Events Audit Trail? %}
171
+
#### Can I view my Linked Events Audit Trail?
182
172
183
173
Linked Events uses the existing Audit Trail in your Segment workspace. To view your Audit Trail, navigate to **Settings > Admin > Audit Trail**.
184
174
185
-
{% endfaqitem %}
186
-
187
-
{% faqitem How can I refresh linked data from my warehouse? %}
175
+
#### How can I refresh linked data from my warehouse?
188
176
189
177
You can define a schedule for refreshing the linked data from your data warehouse.
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/setup-guides/BigQuery-setup.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ beta: true
4
4
plan: unify
5
5
---
6
6
7
+
> info "Linked Events is in private beta"
8
+
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
9
+
7
10
On this page, you'll learn how to connect your BigQuery data warehouse to Segment.
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/setup-guides/redshift-setup.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ beta: true
4
4
plan: unify
5
5
---
6
6
7
+
> info "Linked Events is in private beta"
8
+
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
9
+
7
10
On this page, you'll learn how to connect your Redshift data warehouse to Segment.
8
11
9
12
## Getting started
@@ -54,7 +57,7 @@ GRANT SELECT ON TABLE <schema-name>.<table-name> TO ROLE segment_entities;
54
57
55
58
### RETL table permissions
56
59
57
-
If you've used RETL in your database, you'll need to add the following [table permissions](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html){:target="_blank"}:
60
+
If you used RETL in your database, you'll need to add the following [table permissions](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html){:target="_blank"}:
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/setup-guides/snowflake-setup.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ plan: unify
4
4
beta: true
5
5
---
6
6
7
+
> info "Linked Events is in private beta"
8
+
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
9
+
7
10
On this page, you'll learn how to connect your Snowflake data warehouse to Segment.
8
11
9
12
Be sure to log in with a user that has read and write permissions so that Segment can write to your database.
0 commit comments