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
You can send computed traits and audiences generated through [Segment Personas](/docs/personas/) to this destination as a **user property**. To learn more about Personas, contact us for a [demo](https://segment.com/contact/demo).
3
+
You can send computed traits and audiences generated through [Segment Personas](/docs/personas/) to this destination as a **user property**. To learn more about Personas, contact us for a [demo](https://segment.com/demo).
4
4
5
-
For user-property destinations, an [identify](/docs/connections/spec/identify/)call will be sent to the destination for each user being added and removed. The property name will be the snake_cased version of the audience name you provide with a true/false value. For example, when a user first completes an order in the last 30 days, we will send an identify call with the property `order_completed_last_30days: true`, and when this user no longer satisfies we will set that value to `false`.
5
+
For user-property destinations, Personas sends an [Identify call](/docs/connections/spec/identify/) to the destination for each user that is added or removed from an audience. The property name is the `snake_cased` version of the audience name you provide, with a boolean (`true`/`false`) value to indicate if they're a member of the audience. For example, when a user first completes an order in the last 30 days, Personas sends an identify call with the property `order_completed_last_30days: true`, and when this user no longer satisfies these criteria (if the user does not complete another order over 30 days) Personas sends another Identify call to set that value to `false`.
6
6
7
-
When the audience is first created an identify call is sent for every user in the audience. Subsequent syncs will only send updates for those users which were added or removed since the last sync.
7
+
When Personas first creates the audience, it sends an Identify call for every user in the audience. Later syncs only update users which were added or removed since the last sync.
Copy file name to clipboardExpand all lines: src/connections/data-residency.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
title: Data Residency
3
3
beta: true
4
4
---
5
+
6
+
> info ""
7
+
> **Note**: Data residency is in public beta, and its use is governed by the [(1) Segment First Access and Beta Terms and Conditions](https://segment.com/legal/first-access-beta-preview/) and [(2) Segment Acceptable Use Policy](https://segment.com/legal/acceptable-use-policy/).
8
+
9
+
5
10
Segment offers customers the option to lead on data residency by providing regional infrastructure across Europe, Middle East, Africa and Asia Pacific. The default region for all customers is in Oregon, United States. The regional infrastructure has the same [rate limits and SLA](/docs/connections/rate-limits/) as the default region.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/amplitude/index.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
@@ -448,7 +448,10 @@ Segment Alias call allows you to associate a Segment user's `previousId`
448
448
with the user's `userId`, or what Amplitude refers to, respectively, as a
449
449
`user_id` and a `global_user_id`.
450
450
451
-
By default, Segment does **NOT** send Alias events to Amplitude. To forward Alias events from Segment, go to your Amplitude destination settings in the Segment web app, and set the **Enable Alias** setting to "on". Once enabled, Segment forwards both client-based and server-based Alias calls. Segment processes _all_ Alias calls before sending them to Amplitude, so you won't see a `usermap` request to Amplitude if you check your browser's Network activity after making a Segment Alias call.
451
+
By default, Segment does **NOT** send Alias events to Amplitude. To forward Alias events from Segment, go to your Amplitude destination settings in the
452
+
Segment web app, and set the **Enable Alias** setting to "on". Once enabled, Segment forwards Alias events from Segment's servers only. This means
453
+
that Alias events reach Amplitude only when you're sending events from the client and have set your Amplitude instance's connection mode to "Cloud Mode",
454
+
or are sending Alias events from a Segment server-side library (such as Node).
452
455
453
456
> note ""
454
457
> To use Alias, you must have the Amplitude Portfolio add-on enabled.
0 commit comments