dashboard logoDocs
Extras

Ignore Certain Pages

Make Alytica ignore certain pages

Overview

If your application has pages that you don't want to track for example dashboard or pages with IDs, you can put the paths in the data-ignore-pages in your Alytica <script> tag like this:

 <script
    defer
    data-website-id="YOUR WEBSITE ID"
    data-domain="YOUR DOMAIN"
    src="https://alytica.tech/js/tracker.js"
    data-ignore-pages={JSON.stringify(["/dashboard/*", "/dashboard", "/admin", "/admin/*"])}
></script> 

Visit Alytica Dashboard →

On this page