CustomerUnificationPartyImpact
Per-party impact counts for merge-page KPIs (orders, quotes, locations).
This page contains
Fields
| partyId: String! | Input party id from the cluster member list. |
| orders: Int! | Total orders from gold.party_order_summary for the member's resolved canonical. |
| quotes: Int! | Distinct quote count under the member's alias-cluster predicate. |
| locations: Int! | Location row count under the member's alias-cluster predicate. |
Parent objects of CustomerUnificationPartyImpact
| CustomerUnificationCluster PREVIEW | Cluster of duplicate party records reachable from an entry-point pair. The size field is always 1 + the number of members; the primary record is the cluster anchor surfaced first. |
Queries for CustomerUnificationPartyImpact
| customerUnificationClusterImpactByAdvisorId PREVIEW | Batch impact counts for merge-page KPIs: per input party id, returns orders (party_order_summary), quotes (grouped golden_quotes under the alias cluster), and locations (party_locations under the alias cluster). Empty partyIds returns an empty list. |