Skip to content

Commit f866e28

Browse files
authored
Merge pull request #5072 from segmentio/bobbyatsegment-patch-8
Update FAQ on sending calls for updates
2 parents 90f1a56 + d788b37 commit f866e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engage/audiences/sql-traits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ You can query based on `email`, `user_id`, or `anonymous_id`. If Segment doesn't
191191

192192
Yes. The Engage engine sends an identify call if there is no match between the identifier you chose and an existing record. When this happens, Segment creates a new user profile. This identify call takes place in the back-end and doesn't show up in your Debugger.
193193

194-
### Does Engage send identify/group calls on every run?
194+
### Does Engage send identify/track/group calls on every run?
195195

196-
No. Engage only sends an identify/group call if the values in a row have changed from previous runs.
196+
No. Engage only sends an identify/track/group call if the values in a row have changed from previous runs.
197197

198198
### I have a large (1M+) query of users to import, should I be worried?
199199

0 commit comments

Comments
 (0)