Add a Code Element

To add a JavaScript code snippet to your JENTIS Tag Manager container, please follow these steps.

Navigate to the “Server Tag Manager: Codes” section in your JENTIS DCP account. Click the "Add Code Element"-button to add a new element.

In a code element, you must provide the following fields:

  • Name: a descriptive short name of the code element.

  • Order: a number that defines the execution order on initialization (Integer). Low numbers are executed first, starting with 0.

  • Containers: select the containers in your JENTIS Tag Manager account, that will include this code element when loaded.

  • Javascript Code: the actual code. Please be aware that this code will be interpreted in a closure and minified, so always consider the scope you are working with.

  • CSS Code (optional): You can add custom CSS to publish to your webpage with this element.

  • Trigger: Select a trigger that activates this code. Leave it on the default "JENTIS Framework Load" to execute immediately.

Last updated

Was this helpful?