From 1259204abeeca89f3bd91b0575d49d906aeceafc Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 13 May 2025 15:14:07 -0400 Subject: [PATCH 1/4] resync backfill notice --- src/engage/audiences/index.md | 3 +++ src/unify/Traits/computed-traits.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/engage/audiences/index.md b/src/engage/audiences/index.md index 3f104f92f6..119d9549ca 100644 --- a/src/engage/audiences/index.md +++ b/src/engage/audiences/index.md @@ -166,6 +166,9 @@ Engage displays the following compute statuses for Audiences and Traits. #### Batch computations +> warning "Disabled batch computations don't automatically backfill data when re-enabled" +> 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. + | Computation status | Description | |---------------------------|---------------------------------------| | Preparing | Engage is preparing the computation. | diff --git a/src/unify/Traits/computed-traits.md b/src/unify/Traits/computed-traits.md index e5b97ca007..d1e303ff17 100644 --- a/src/unify/Traits/computed-traits.md +++ b/src/unify/Traits/computed-traits.md @@ -12,6 +12,9 @@ redirect_from: 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. +> warning "Disabled batch computations don't automatically backfill data when re-enabled" +> 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. + {% include content/trait-types.md %} ## Types of Computed Traits From 49b00aba2123b5bcec94b20508030f19c1f7988b Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 13 May 2025 15:19:22 -0400 Subject: [PATCH 2/4] [netlify-build] --- src/unify/Traits/computed-traits.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unify/Traits/computed-traits.md b/src/unify/Traits/computed-traits.md index d1e303ff17..27b4bd731e 100644 --- a/src/unify/Traits/computed-traits.md +++ b/src/unify/Traits/computed-traits.md @@ -9,7 +9,6 @@ redirect_from: > info "" > Beginning August 18, 2023, new Unify Plus users can access Computed Traits in Unify. - 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. > warning "Disabled batch computations don't automatically backfill data when re-enabled" From 15fd796bfa520c0df04be01cab16ac00426f6b18 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 13 May 2025 17:05:26 -0400 Subject: [PATCH 3/4] fix [netlify-build] --- src/engage/audiences/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/engage/audiences/index.md b/src/engage/audiences/index.md index 119d9549ca..73ce4001c9 100644 --- a/src/engage/audiences/index.md +++ b/src/engage/audiences/index.md @@ -169,6 +169,8 @@ Engage displays the following compute statuses for Audiences and Traits. > warning "Disabled batch computations don't automatically backfill data when re-enabled" > 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. + + | Computation status | Description | |---------------------------|---------------------------------------| | Preparing | Engage is preparing the computation. | From e80ed6b692801f9b8793fd919f20b944de268eb0 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 13 May 2025 17:38:53 -0400 Subject: [PATCH 4/4] updated language [netlify-build] --- src/unify/Traits/computed-traits.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/unify/Traits/computed-traits.md b/src/unify/Traits/computed-traits.md index 27b4bd731e..c25d16eeca 100644 --- a/src/unify/Traits/computed-traits.md +++ b/src/unify/Traits/computed-traits.md @@ -11,8 +11,8 @@ redirect_from: 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. -> warning "Disabled batch computations don't automatically backfill data when re-enabled" -> 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. +> warning "Disabled computed traits don't automatically backfill data when re-enabled" +> 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. {% include content/trait-types.md %}