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/iterable/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,15 +148,15 @@ You can send Computed Traits created in Engage as `identify` calls to create use
148
148
149
149
From the Iterable UI, you can check a specific user profile for Computed Traits by going to **Audience → Contact Lookup**. Engage updates user profiles that contain an `email` or `userId`.
150
150
151
-

151
+

152
152
153
153
154
154
155
155
Computed traits without a lookback window search across all historical events and update in real time.
156
156
157
157
Computed traits with a lookback window only search across events that occurred within the specified timeframe. Computed traits *with* a lookback window are updated hourly.
158
158
159
-

159
+

160
160
161
161
### Using Audiences with Iterable
162
162
@@ -168,11 +168,11 @@ You can send Engage Audiences to Iterable as `identify` or `track` calls. You ca
168
168
169
169
When you send Audiences as `identify` calls, Engage adds a trait matching the name of the audience to the user's profile, with a boolean value to indicate if the user is in the audience. For example, when a user first completes an order in the last 30 days, Engage sends an `identify` call with the property `order_completed_last_30days:``true`. When the user no longer satisfies these criteria (for example when their last purchase was more than 30 days ago) Engage sets that value to `false`.
170
170
171
-

171
+

172
172
173
173
You can check a specific user profile for Audience membership in the Iterable UI by going to **Audience → Contact Lookup**.
174
174
175
-

175
+

176
176
177
177
When you first create an audience, Engage sends an `identify` call for every user in the audience. Later syncs only send updates for users who were added or removed from the audience since the last sync.
0 commit comments