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:
- Loading a custom marketingpixel
- Executing a tool, like a chatbot, live chat or pop-up
- Manipulate the page