Skip to content

Commit a11e9e3

Browse files
authored
Correct computed trait docs
The docs said we only sent identify calls from computed traits, but we can send identify or track calls. This PR is to correct that information.
1 parent c7caca2 commit a11e9e3

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+
User-level computed Traits are sent to destinations on our platform through the [identify](/docs/connections/spec/identify/) call as a user trait or through the [track](/docs/connections/spec/track/) call as an event property. You can read more about how we generate the computed trait events [here](docs/personas/using-personas-data/#computed-trait-generated-events). 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)
147147

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

0 commit comments

Comments
 (0)