object

TagSchema

Data related to Third party injectable html tags.
Fields
source
TagSource
Details regarding the extension which has added/created the tag.
Unique identifier of an entry. For example, '66868055215df804b3eb4434'.
attributes
JSON
Custom JSON object for specific use cases.
content
String
Content of tag. For example, '' or CSS styles.
name
String
Name 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
String
Position where Tag is so to be placed. For example, 'head', 'body', or 'footer'.
sub_type
TagSubType
Whether js/css is external or inline.
Whether Tag is JS or CSS.
URL 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