Custom scriptΒΆ

This tool is very powerful. It allows you to execute custom Javascript after all enrichments have been performed. The function will have the following basic syntax:

function(event){

        return event;
}

The event-object will contain the final event and you can use all data as you please. Some use cases are:

  1. Loading a custom marketingpixel
  2. Executing a tool, like a chatbot, live chat or pop-up
  3. Manipulate the page