Hi Michal, I don't believe there would be a way without reloading the page and setting that value to false. Much like if you were to try to do the same thing with Google Analytics... It requires a reload of the page to change the gtag value. https://stackoverflow.com/questions/59933351/unload-remove-disable-google-analytics-dynamically-without-a-full-page-load I know that doesn't fix your issue but since this is a SPA and it is loading the agent when the user uses the site I don't know if there would be a solution without a page reload to disable. The only thing I can think off the top of my head is maybe doing something like reloading just that portion of the HTML or whatever. Kinda like these examples: https://stackoverflow.com/questions/17886578/refresh-part-of-page-div https://stackoverflow.com/questions/42929562/reload-part-of-html-without-refreshing-page
... View more