Skip to content

Commit e80ed6b

Browse files
committed
updated language [netlify-build]
1 parent 15fd796 commit e80ed6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unify/Traits/computed-traits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ redirect_from:
1111
1212
Computed Traits allow you to quickly create user or account-level calculations that Segment keeps up-to-date over time. These can be computations like the `total_num_orders` a customer has completed, the `lifetime_revenue` of a customer, the `most_frequent_user` to determine which user is most active in an account, or the `unique_visitors_count` to assess how many visitors from a single domain. These computations are based on your events and event properties that you are sending through Segment on the [page](/docs/connections/spec/page/) and [track](/docs/connections/spec/track) calls.
1313

14-
> warning "Disabled batch computations don't automatically backfill data when re-enabled"
15-
> If you disable and re-enable a batch computation, Segment does not automatically create a backfill. Any data Segment recieves during the disabled period is not sent to your Destination after you re-enable your batch computation. If you want to backfill your data, you must reach out to [Segment Support](mailto:friends@segment.com) to request a resync.
14+
> warning "Disabled computed traits don't automatically backfill data when re-enabled"
15+
> If you disable and re-enable a computed trait, Segment does not automatically create a backfill. Any data Segment recieves during the disabled period is not sent to your Destination after you re-enable your computed trait. If you want to backfill your data, you must reach out to [Segment Support](mailto:friends@segment.com) to request a resync.
1616
1717
{% include content/trait-types.md %}
1818

0 commit comments

Comments
 (0)