ScriptTags
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Long | True | The ID for the script tag. |
Cache | Boolean | False | Whether the Shopify CDN can cache and serve the script tag. |
CreatedAt | Datetime | True | The date and time (ISO 8601) when the script tag was created. |
DisplayScope | String | False | The page or pages on 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. |
UpdatedAt | Datetime | True | The date and time (ISO 8601) when the script tag was last updated. |
Last updated