Customers Table (BETA)
customers_table
The Customers table contains comprehensive details about each customer, including contact information, geographical details, status, consent status for email and SMS marketing, and their purchase history with your store. Querying this table enables businesses to segment customers, analyze customer behavior, and improve targeted marketing efforts.
Note
event_date
is a required field for queries on this table.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
---|---|---|---|
Event Date |
| date | The date the customer event occurred. Based on the time zone of the shop at the moment of the event. |
Event Day |
| date | The day on which the event occurred. Derived from |
Event Week |
| date | The Sunday of the week during which the event occurred. Derived from |
Event Month |
| date | The month during which the event occurred. Derived from |
Event Quarter |
| date | The first month of the quarter during which the event occurred. Derived from |
Event Year |
| date | The year during which the event occurred. Derived from |
Address Line 1 |
| string | The first line of the customer's default address. Example value: |
Address Line 2 |
| string | The second line of the customer's default address. Example value: |
Channel |
| string | The channel or platform where the customer event occurred. Example values: |
City |
| string | The city of the customer's default address. Example value: |
Coordinates Validated |
| boolean | Indicates whether the customer coordinates were successfully validated. Possible values: |
Country |
| string | The country of the customer's default address. Example values: |
Country Code |
| string | The country code of the customer's default address, according to ISO 3166-1 alpha-2. See list of country codes Example values: |
Customer Created Date |
| timestamp | The time at which the customer record was created. Formatted according to the ISO 8601 international standard. Example value: |
Customer ID |
| string | The unique identifier for the customer, assigned by the main sales platform. Example value: |
Customer Tags |
| repeated string | Tags associated with the customer, set in the main sales platform. Example values: |
Display Name |
| string | The display of the customer. Example value: |
Email Address |
| string | The primary email address associated with the customer’s account. Example value: |
Email Marketing Consent Collected From |
| string | The source from which the customer's email marketing consent was collected. |
Email Marketing Consent Opt-In Level |
| string | The level of consent provided by the customer for email marketing. Example values: |
Email Marketing Consent Updated Date |
| timestamp | The time at which the email marketing consent was updated. Formatted according to the ISO 8601 international standard. Example value: |
| record repeated | ||
| string | ||
| string | ||
First Name |
| string | The customer's first name. Example value: |
Last Name |
| string | The customer's last name. Example value: |
Latitude |
| string | The latitude associated with the customer's location. Example value: |
Locale |
| string | The locale setting associated with the customer's account. Example values: |
Longitude |
| string | The longitude associated with the customer's location. Example value: |
Note |
| string | Any note attached to the customer profile. |
Phone |
| string | The customer's phone number. Example value: |
Product Subscriber Status |
| string | The customer's subscription status for products. Example values: |
Provider Last Order ID |
| string | The ID of the most recent order from the customer, according to the main sales platform. Example value: |
State |
| string | The state or province of the customer's default address. Example values: |
State Code |
| string | The state or province code of the customer's default address. Example values: |
SMS Marketing Consent Collected From |
| string | The source from which the customer's SMS marketing consent was collected. |
SMS Marketing Consent Opt-In Level |
| string | The level of consent provided by the customer for SMS marketing. Example values: |
SMS Marketing Consent Status |
| string | The current status of the customer's SMS marketing consent. |
SMS Marketing Consent Updated Date |
| timestamp | The time at which the sms marketing consent was updated. Formatted according to the ISO 8601 international standard. Example value: |
Predicted Spend Tier |
| string | A predicted tier for how much the customer is likely to spend. Example values: |
Customer Status |
| string | The current status of the customer in the system. Example values: |
Tax Exempt |
| boolean | Whether the customer is exempt from tax. Possible values: |
Customer Updated Date |
| timestamp | The time at which the customer record was updated. Formatted according to the ISO 8601 international standard . Example value: |
Valid Email Address |
| boolean | Whether the email address has passed a validation check. Possible values: |
Verified Email Address |
| boolean | Whether the email address has been verified by the platform. Possible values: |
Customer Zip Code |
| string | The zip or postal code of the customer's defaults address. Example values: |
Measures
Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.
Title | ID | Type | Description |
---|---|---|---|
Amount Spent by Customer | provider_amount_spent | numeric | The total amount spent by the customer. |
Number of Orders | provider_number_of_orders | numeric | The total number of orders placed by the customer. |
Updated 8 days ago