dashboard logoDocs
Extras

Ignore Your Own Visits

Make Alytica ignore your own Visits

Overview

If you want to ignore your own visits you can right on your website and in the developer tools, you can type in this command and hit Enter:

 localStorage.setItem("alytica-ignore", "true");

if you want to stop ignoring your visits, you can type in this command and hit Enter:

 localStorage.setItem("alytica-ignore", "false");

Visit Alytica Dashboard →

On this page