Tag Manager : Add
Provides the publisher with a form to add new content.
Features
- It is an administration interface
Screens
- Name (string, required field, maximum size: 100) : Tag name.
- Position (integer, required field, default value: 0) : This field is used to define the order in which the tags will be imported on the client side.
- Description (text) : Textual description of the tag.
- Tag type (string, required field, maximum size: 15) : Choose between the default LumisXP tag for event tracking or registering a custom tag.
- HTML code of the tag (text) : The body of the tag in HTML code.
- Trigger type (string, required field, maximum size: 15) : Type of filter that will apply the tag.
- Javascript code of the trigger (text) :
Register a JavaScript boolean expression that, when true on the client site, the tag will be imported on the current page. Otherwise, it will not be imported.
For example, imagine a site where each page has a global variable
window.category
. Then, for this field, you can register the valuewindow.category == "news"
. Thus, the tag will only be applied on pages where this condition is true. - Category (identifier)
- Workflow: Allows defining and controlling content publishing processes to ensure its quality.?
- Status: Allows defining and controlling content publishing processes to ensure its quality.
- Responsible: The person or group currently responsible for the content.
- Action: Specify the transition to define the next state of the workflow. The user will only see the transactions they are entitled to execute.
- Send to: Specify the person who should be responsible for the content.
Permissions
- Edit service instance content: Allows managing all data of this service instance with publisher profile.
Actions
- commit