Hi, konathalasuren.You can try a few things:1. Using the JavaScript console, add a breakpoint to "if (window.ContextHub && ContextHub.SegmentEngine) {" and reload the pageIf the if body doesn't get called, the include of the contexthub JS library is probably at the wrong place.Move it to the <head> ...