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/catalog/zaius/index.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,6 @@ title: Zaius Destination
3
3
hide-personas-partial: true
4
4
---
5
5
6
-
This destination is maintained by Zaius.
7
-
8
-
- - -
9
-
10
6
## Zaius Destination
11
7
Zaius is a behavioral marketing engine that allows marketers to analyze, segment, and engage their customers across web, mobile, email and offline channels and devices.
12
8
@@ -16,6 +12,8 @@ When integrated with Segment, you'll be able to:
16
12
- Segment your customers
17
13
- Execute coordinated cross-channel personalized campaigns across email, push, facebook and google.
18
14
15
+
This destination is maintained by Zaius.
16
+
19
17
## Getting Started
20
18
21
19
It's easy to get started!
@@ -30,7 +28,7 @@ Zaius depends on three methods to populate the entire system.
30
28
### Identify
31
29
Identify is key to using Zaius. When users are not logged in we will track anonymous activity based on the Segment anonymousId. As soon as users become identified with an email address or another customer ID, we will merge this data set with anonymous activity automatically.
32
30
33
-
In order to map Segment traits to Zaius customer objects, you need to first [create Zaius custom fields](https://docs.zaius.com/hc/en-us/articles/360015617313#CreateCustomFields) for each trait. The field name you define in Zaius must exactly match the key for the trait as it appears in your identify calls. Any Segment traits which do not have a corresponding Zaius custom field will be dropped from the customer object.
31
+
To map Segment traits to Zaius customer objects, [create a Zaius custom field](https://docs.zaius.com/hc/en-us/articles/360015617313#CreateCustomFields) for each trait. The field name you define in Zaius must match the key for the trait as it appears in Segment identify calls. Any Segment traits which do not have a corresponding Zaius custom field are dropped from the customer object.
34
32
35
33
### Track
36
34
Zaius will be able to process any of your track events and properties sent through. Additionally Zaius has implemented the following special [semantic events](/docs/connections/spec/semantic/):
@@ -41,10 +39,10 @@ Zaius will be able to process any of your track events and properties sent throu
41
39
The Zaius platform processes all of the page events passed into the Segment as well.
42
40
43
41
## Personas
44
-
You can send computed traits and audiences generated using [Segment Personas](/docs/personas/) to this destination as a field on the customer object. To learn more about Personas, contact us for a [demo](/demo/).
42
+
You can send computed traits and audiences generated using [Segment Personas](/docs/personas/) to this destination as a field on the customer object.
45
43
46
44
For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Personas sends an Identify call with the trait `order_completed_last_30days: true`. When the user no longer satisfies this condition (for example, it’s been more than 30 days since their last order), Personas sets that value to `false`.
47
45
48
-
In order to map Segment computed traits and audiences to Zaius customer objects, you need to first[create Zaius custom fields](https://docs.zaius.com/hc/en-us/articles/360015617313#CreateCustomFields) for each trait and audience. The field name you define in Zaius must exactly match the key for the trait or audience as it appears in your identify calls. Any Segment traits or audiences which do not have a corresponding Zaius custom field will be dropped from the customer object.
46
+
To map Segment computed traits and audiences to Zaius customer objects, [create Zaius custom fields](https://docs.zaius.com/hc/en-us/articles/360015617313#CreateCustomFields) for each trait and audience. The field name you define in Zaius must exactly match the key for the trait or audience as it appears in your identify calls. Any Segment traits or audiences which do not have a corresponding Zaius custom field will be dropped from the customer object.
49
47
50
48
When you first create an audience, Personas sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.
0 commit comments