BlogEvents
Displays event logs tied to blog actions such as creation, publication, and content edits.
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 BlogEvents WHERE HostId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A unique identifier for the blog event record. | |
| HostId | String |
Blogs.Id | The unique identifier of the resource or system host where the blog event originated. |
| AppTitle | String | The name of the app that generated or logged 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 triggered by an admin user within the Shopify Admin. | |
| CreatedAt | Datetime | The timestamp marking when the blog event was created. | |
| CriticalAlert | Bool | Specifies whether the event is marked as critical and may require merchant review or action. | |
| Action | String | The specific action that triggered the event, such as blog creation, update, or deletion. | |
| Message | String | A human-readable message summarizing what occurred during the event. | |
| BasicEventSubjectId | String | The unique identifier of the blog or related resource that generated this event. | |
| BasicEventSubjectType | String | The type of resource associated with the event, such as Blog or Article. | |
| BasicEventHasAdditionalContent | Bool | Indicates whether the event includes additional descriptive or contextual content. | |
| BasicEventAdditionalContent | String | Extended information or narrative content related to the event, often displayed in detailed timeline views. | |
| BasicEventAdditionalData | String | Structured metadata or supplemental data for event consumers, used by integrated apps or APIs. | |
| BasicEventSecondaryMessage | String | An additional explanatory message that provides further context for the main event message. | |
| BasicEventArguments | String | References or identifiers for related resources or parameters connected to the event. | |
| CommentEventAuthorId | String | The unique identifier of the staff member who authored or initiated 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 submission. | |
| CommentEventRawMessage | String | The original, unformatted text content of the comment event as entered by the author. | |
| CommentEventSubjectId | String | The unique identifier of the parent blog or related resource to which this comment event belongs. | |
| CommentEventSubjectHasTimelineComment | Bool | Indicates whether the timeline subject includes an associated comment in its event history. | |
| CommentEventEmbedCustomerId | String | A reference to the customer object associated with this comment event, if applicable. | |
| CommentEventEmbedDraftOrderId | String | A reference to the draft order object linked to this comment event, if applicable. | |
| CommentEventEmbedOrderId | String | A reference to the order object linked to this comment event, if applicable. | |
| CommentEventEmbedProductId | String | A reference to the product object associated with this comment event, if applicable. | |
| CommentEventEmbedProductVariantId | String | A reference to the specific product variant object linked to this comment event, if applicable. |