← Documentation

Tags

Tags let you group events from the same site—e.g. by campaign, variant, or section—so you can filter and compare in the dashboard.

Good for

  • A/B tests — e.g. layout-a vs layout-b on the same page.
  • Filtering and breakdowns — Focus on one tag or compare a few in the overview.

Setting a tag

Add data-tag="your-label" to the script. Every event from that script will carry that tag.

<script defer src="https://your-cdn.com/intrily.js" data-website-id="your-website-id" data-tag="homepage-layout-a"></script>

Use a different data-tag on another script (or page) for the other variant.

Using tags in reports

On the Overview, add a filter on the Tag field. From the metric cards, More → breakdown by tag to see counts per tag.