CustomerEvents
Shows customer-related activity events, such as account creation, updates, or login attempts.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- HostId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM CustomerEvents WHERE HostId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A unique identifier for the customer event record. | |
| HostId | String |
Customers.Id | The unique identifier of the system or resource where the event originated. |
| AppTitle | String | The name of the app or integration responsible for creating the event. | |
| AttributeToApp | Bool | Indicates whether the event was triggered by an app integration rather than a direct user action. | |
| AttributeToUser | Bool | Indicates whether the event was initiated by an admin or staff member within the Shopify Admin. | |
| CreatedAt | Datetime | The timestamp marking when the customer event was recorded in Shopify. | |
| CriticalAlert | Bool | Specifies whether the event is considered critical and may require merchant review or intervention. | |
| Action | String | The specific action that caused the event, such as customer creation, update, or tag modification. | |
| Message | String | A human-readable summary describing the nature of the event. | |
| BasicEventSubjectId | String | The unique identifier of the customer or related resource that generated this event. | |
| BasicEventSubjectType | String | The type of resource associated with the event, such as Customer, Order, or DraftOrder. | |
| BasicEventHasAdditionalContent | Bool | Indicates whether the event includes additional descriptive or contextual content. | |
| BasicEventAdditionalContent | String | Supplemental content or details related to the event, often shown in timeline or activity views. | |
| BasicEventAdditionalData | String | Structured data or metadata provided for programmatic use by APIs or connected apps. | |
| BasicEventSecondaryMessage | String | An additional explanatory message offering more detail about the main event message. | |
| BasicEventArguments | String | References or identifiers for related resources and parameters tied to this event. | |
| CommentEventAuthorId | String | The unique identifier of the staff member who authored the comment related to this customer event. | |
| CommentEventCanDelete | Bool | Indicates whether the associated comment event can be deleted by authorized users or apps. | |
| CommentEventCanEdit | Bool | Indicates whether the associated comment event can be modified after creation. | |
| CommentEventEdited | Bool | Specifies whether the comment event has been edited since it was initially posted. | |
| CommentEventRawMessage | String | The unformatted original body text of the comment event. | |
| CommentEventSubjectId | String | The unique identifier of the parent resource (such as a customer record) to which the comment event belongs. | |
| CommentEventSubjectHasTimelineComment | Bool | Indicates whether the resource's activity timeline includes a comment associated with this event. | |
| CommentEventEmbedCustomerId | String | A reference to the customer object linked to this comment event, if applicable. | |
| CommentEventEmbedDraftOrderId | String | A reference to the draft order object associated with this comment event, if applicable. | |
| CommentEventEmbedOrderId | String | A reference to the order object associated with this comment event, if applicable. | |
| CommentEventEmbedProductId | String | A reference to the product object linked to this comment event, if applicable. | |
| CommentEventEmbedProductVariantId | String | A reference to the product variant object linked to this comment event, if applicable. |