Functions (Transformations)

The TWIN-Browser JENTIS technology allows you to run JavaScript functions on the server and client side. It empowers your setup to run custom data operations within the runtime of a virtual environment, such as persisting information on a machine's local storage or applying complex logic or processing with the full capability of a programming language. The backbone for the TWIN is NodeJS.

JENTIS DCP functions apply further logic to customize data to your implementation's use case. These functions are used in tag configurations to apply to specific variables (values). They help transform values before they are submitted in a tag, for example, shortening a string, putting all characters in lower or upper case, or hashing the submitted value.

Last updated

Was this helpful?