Create Script
Authentication
Request
The user-friendly name.
Consent category for GDPR and CCPA compliance. Defaults to unknown when not specified. Scripts with an unknown consent category do not display on stores with customer cookie consent banners enabled.
The user-friendly description.
An HTML string containing exactly one script tag. Present when the script kind is script_tag.
The load method to use for the script. Values are default, async, or defer. It determines how the script should be loaded into the page.
Where on the page to place the script. Values are head or footer.
The src attribute of the script to load. Only present if kind is src.