ID Graph Table
id_graph_table
The ID Graph table provides a unified view of a single person by linking all identifiers associated with them across Triple Whale—customer IDs from various platforms, emails collected throughout the customer journey, and triple_ids generated by the Triple Pixel. Triple Whale’s identity resolution algorithm stitches these signals into one global_id. Querying this table lets you analyze a customer’s complete identity footprint across sales, marketing, onsite behavior, and attribution.
Key ConceptsIdentity Resolution in Triple Whale
- Global Identity Stitching: Customer emails, customer IDs, and Pixel
triple_idsare combined into a singleglobal_idrepresenting one person.- Cross-Platform & Intra-Platform Deduplication: Multiple IDs belonging to the same individual—whether from different platforms (e.g., Shopify, Klaviyo, Meta) or multiple accounts within the same platform (e.g., two separate Shopify customer IDs)—are consolidated under one identity.
- Primary Email Selection: A single email is selected as the
primary_emailto support deduplicated outreach and identity-based grouping.- Identity-Aware Analytics: Linking anonymous Pixel activity with known customer records enables more complete lifecycle and behavior analysis.
- Privacy-Safe Matching: Matching uses available deterministic or probabilistic signals while respecting platform and privacy constraints.
Using the Global ID Table with Other Tables
- Join the Global ID table to customer-based tables (such as Customers, Customer Journey, Customer Segmentation, and Customer Segmentation Analytics) via
customer_idsoremails.- This allows you to connect identity-level records to platform-level customer profiles and segmentation attributes.
- Common workflows include deduplicating customer lists, linking onsite Pixel activity to known customers, and building unified customer journeys across all identifiers.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
|---|---|---|---|
Customer IDs |
| repeated string | A list of customer identifiers collected from connected platforms (e.g., Shopify, Meta, Klaviyo) that have been matched as belonging to the same individual and associated with a single Example value: |
Customer Emails |
| repeated string | All email addresses collected across platforms and touchpoints (e.g., checkout, marketing platforms, forms, aliases, historical emails) that have been matched as belonging to the same individual and associated with a single Example value: |
Global ID |
| string | The identifier assigned by Triple Whale to represent a single individual after probabilistically matching related customer IDs, emails, and Pixel triple_ids across platforms and devices. This is the primary identifier used for identity-level analysis. Example value: |
Primary Customer Email |
| string | A single selected email address associated with the Example value: |
Triple Pixel IDs |
| repeated string | A list of identifiers generated by the Triple Pixel that represent visits, sessions, or devices that have been matched as belonging to the same individual and associated with a single Example value: |
Updated about 7 hours ago