Skip to content

Commit 887c524

Browse files
authored
Merge pull request #1023 from segmentio/c-noonan-update-computed-trait-docs
Correct computed trait docs
2 parents ed262bd + a6be202 commit 887c524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/personas/computed-traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following operators are available.
143143

144144
## Connecting your Computed Trait to a Destination
145145

146-
User-level computed Traits are sent to destinations on our platform through the [identify](/docs/connections/spec/identify/) call as a user trait. The trait name will correspond to the snake-cased name that you can find in the trait settings, for e.g. `most_viewed_page_category`. You can find the list of destinations [here](/docs/personas/using-personas-data/#compatible-personas-destinations)
146+
Personas sends user-level computed Traits to destinations using the [Identify call](/docs/connections/spec/identify/) for user traits, or using the [Track call](/docs/connections/spec/track/) for event properties. Learn more about [Segment computed trait events here](docs/personas/using-personas-data/#computed-trait-generated-events). The trait name corresponds to the snake cased name that you see in the trait settings, for example `most_viewed_page_category`. See the [list of Personas-compatible destinations](/docs/personas/using-personas-data/#compatible-personas-destinations)
147147

148148
![](images/1525837601768.png)
149149

0 commit comments

Comments
 (0)