---
title: "QR code analytics | Unitag Documentation"
description: "Display statistics for one QR code or many at once in Unitag Analytics: compare codes, group them, and read scan data over any period."
canonical: "https://www.unitag.io/documentation/analytics/qrcodes-analytics"
locale: "en"
route: "/analytics/qrcodes-analytics"
---

# QR code analytics

From the Analytics app, you'll be able to display statistics about one or multiple QR codes.

## From the QR codes app

To display statistics about a single QR code:

- Go to the QR codes app.
- Click on , end of the wanted QR code's line.
- Look at the **Quick Analytics** box, which is a first glance at your statistics.

![The Quick Analytics panel on a QR code record: a visits-over-time chart and a button opening the full Analytics view](https://www.unitag.io/documentation/images/analytics/analytics-quick-analytics.webp)

- Click See in Analytics to be redirected to Unitag Analytics and display more statistics.

To display statistics about a group of QR codes:

- Go to the QR codes app.
- Check as many QR code boxes as you want.
- Click on **Actions**.
- Click **See in Analytics** to be redirected to Unitag Analytics and display more statistics.

All selected QR codes as saved as filter for the Analytic app to read. All your statistics will be displayed on screen.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/analytics/qrcodes-analytics#article",
    "headline": "QR code analytics",
    "url": "https://www.unitag.io/documentation/analytics/qrcodes-analytics",
    "description": "Display statistics for one QR code or many at once in Unitag Analytics: compare codes, group them, and read scan data over any period.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "Analytics",
    "isPartOf": {
      "@type": "WebSite",
      "@id": "https://www.unitag.io/documentation/#website"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.unitag.io/#organization",
      "name": "Unitag"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://www.unitag.io/documentation"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Analytics",
        "item": "https://www.unitag.io/documentation/analytics/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "QR code analytics",
        "item": "https://www.unitag.io/documentation/analytics/qrcodes-analytics"
      }
    ]
  }
]
```
