Fields
source
TagSourceDetails regarding the extension which has added/created the tag.
id
StringUnique identifier of an entry. For example, '66868055215df804b3eb4434'.
attributes
JSONCustom JSON object for specific use cases.
content
StringContent of tag. For example, '' or CSS styles.
name
StringName of the html tag. For example, 'google-analytics' or 'facebook-pixel'.
pages
[JSON]List of all the page where tag is to be added. For example, {"page_slug": "home", "page_name": "Home"}.
position
StringPosition where Tag is so to be placed. For example, 'head', 'body', or 'footer'.
sub_type
TagSubTypeWhether js/css is external or inline.
type
TagTypeWhether Tag is JS or CSS.
url
StringURL at which css or js might be hosted. For example, 'https://cdn.example.com/script.js'.
compatible_engines
[CompatibleEngine]Defines the frameworks where tags are compatible, supporting ReactJS and Vue2
Was this section helpful?