Skip to content

Commit 54bdf16

Browse files
authored
Note on trait edits
Adding note to state that it is not possible to change the computation type simply be editing traits.
1 parent f34aa98 commit 54bdf16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/engage/audiences/computed-traits.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ To edit a real-time Trait, follow these steps:
175175

176176
Engage then processes your Trait edits. While the edit task runs, the trait remains locked and you can't make further changes. Once Engage has finished incorporating your changes, you'll be able to access your updated Trait.
177177

178+
> warning ""
179+
> It is not possible to edit a trait to convert it from real-time to batch, or vice-versa. If the computation type needs to be changed, you will need to recreate the trait with the appropiate conditions.
180+
178181
## Accessing your Computed Traits using the Profiles API
179182

180183
You can access your computed traits using the Profile API by querying the `/traits` endpoint. For example, you can query for the `emails_opened_last_30_days` with the following GET request:

0 commit comments

Comments
 (0)