Skip to content

Commit 04700c4

Browse files
committed
Fix incorrect dim_customers reference in customer_details_dda
dim_customers has profile fields only, not lifetime metrics. Removed misleading suggestion to use it for LTV calculations.
1 parent 8b284bf commit 04700c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onboarding/data-docs/tables/customer_details_dda.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ icon: 'user'
77
The **Customer Details** table (`obt_customers`) provides customer-level data including contact information, subscription status, and first/last order references. Use this table for customer lookups and subscription analysis.
88

99
<Note>
10-
**For lifetime metrics (LTV, order counts, acquisition channel):** Join to `obt_orders` and aggregate, or use `dim_customers` which includes pre-calculated lifetime fields.
10+
**For lifetime metrics (LTV, order counts, acquisition channel):** Join to `obt_orders` and aggregate. See the example query below.
1111
</Note>
1212

1313
## When to Use This Table

0 commit comments

Comments
 (0)