ArticleEvents
Lists activity events associated with blog articles, including publishing, updates, or deletions.
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 ArticleEvents WHERE HostId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A unique identifier for the article event record. | |
| HostId | String |
Articles.Id | The unique identifier of the resource or system host associated with the article event. |
| AppTitle | String | The name of the app that generated or triggered the event. | |
| AttributeToApp | Bool | Indicates whether the event originated from an app integration rather than a user action. | |
| AttributeToUser | Bool | Indicates whether the event was initiated by an admin user within the Shopify Admin interface. | |
| CreatedAt | Datetime | The timestamp when the article event was created. | |
| CriticalAlert | Bool | Specifies whether the event is marked as critical and may require immediate merchant attention. | |
| Action | String | The specific action that triggered this event, such as article creation, update, or deletion. | |
| Message | String | A human-readable summary describing what occurred during the event. | |
| BasicEventSubjectId | String | The unique identifier of the article or related resource that generated the event. | |
| BasicEventSubjectType | String | The resource type that produced the event, such as Article or Blog. | |
| BasicEventHasAdditionalContent | Bool | Indicates whether the event includes supplementary information or extended content. | |
| BasicEventAdditionalContent | String | Additional descriptive content associated with the event, often displayed in detailed timeline views. | |
| BasicEventAdditionalData | String | Structured or metadata content accompanying the event, used by integrated systems or APIs. | |
| BasicEventSecondaryMessage | String | An additional explanatory message providing more context for the primary event message. | |
| BasicEventArguments | String | A list of referenced resources or parameters tied to the event and its related data. | |
| CommentEventAuthorId | String | The unique identifier of the staff member who authored or triggered the comment associated with this event. | |
| CommentEventCanDelete | Bool | Indicates whether the related comment event can be deleted by authorized users or apps. | |
| CommentEventCanEdit | Bool | Indicates whether the related comment event can be modified or edited after creation. | |
| CommentEventEdited | Bool | Specifies whether the comment event has been edited since its initial creation. | |
| CommentEventRawMessage | String | The unformatted, raw body content of the comment event. | |
| CommentEventSubjectId | String | The unique identifier of the parent entity or resource that the comment event is linked to. | |
| CommentEventSubjectHasTimelineComment | Bool | Indicates whether the timeline subject includes an associated comment entry. | |
| CommentEventEmbedCustomerId | String | A reference to the customer object connected to this event, if applicable. | |
| CommentEventEmbedDraftOrderId | String | A reference to the draft order object connected to this event, if applicable. | |
| CommentEventEmbedOrderId | String | A reference to the order object connected to this event, if applicable. | |
| CommentEventEmbedProductId | String | A reference to the product object connected to this event, if applicable. | |
| CommentEventEmbedProductVariantId | String | A reference to the product variant object connected to this event, if applicable. |