ScriptTags
Stores client-side script tag registrations that inject JavaScript into storefront pages, with source URL and scope.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | True |
A unique numeric identifier for the script tag. | |
| Cache | Bool | False |
Indicates whether the Shopify CDN can cache and serve the script tag. | |
| CreatedAt | Datetime | True |
The date and time (ISO 8601 format) when the script tag was created. | |
| DisplayScope | String | False |
Specifies the page or set of pages in the online store where the script should be included. The allowed values are online_store, order_status, all. | |
| Event | String | False |
The DOM event that triggers the loading of the script. Valid values: onload. | |
| Src | String | False |
The URL of the remote script to be included in the online store. | |
| UpdatedAt | Datetime | True |
The date and time (ISO 8601 format) when the script tag was last updated. |