---
title: "Organise your QR codes | Unitag Documentation"
description: "Group QR codes into a campaign so they can be managed together and reported on together, with statistics rolled up across the whole set."
canonical: "https://www.unitag.io/documentation/qrcodes/organize-your-qr-codes"
locale: "en"
route: "/qrcodes/organize-your-qr-codes"
---

# Organise your QR codes

A campaign groups QR codes that belong to the same piece of work, so you can find them together in the list and read their scan statistics as one figure rather than code by code.

## Using Campaigns

### Add a QR code to an existing Campaign

To associate a QR code to an existing Campaign:

- Create a QR code.
- Click on Campaigns in the QR code information page menu, on the left.
- In the **Select Campaign** field, click on desired Campaign.
- Click on Add to selection.

![The Campaigns dialog on a QR code, selecting an existing campaign or creating a sub-campaign](https://www.unitag.io/documentation/images/qrcodes/qrcodes-add-campaign.webp)

### Create a new Campaign

You can create new Campaigns from the Campaigns pop-up menu.

- Fill the **New Campaign** field.
- Choose a cosmetic color.
- Click on Add to selection.

![The Campaigns dialog creating a new campaign directly from a QR code](https://www.unitag.io/documentation/images/qrcodes/qrcodes-new-campaign.webp)

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/qrcodes/organize-your-qr-codes#article",
    "headline": "Organise your QR codes",
    "url": "https://www.unitag.io/documentation/qrcodes/organize-your-qr-codes",
    "description": "Group QR codes into a campaign so they can be managed together and reported on together, with statistics rolled up across the whole set.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "QR codes",
    "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": "QR codes",
        "item": "https://www.unitag.io/documentation/qrcodes/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Organise your QR codes",
        "item": "https://www.unitag.io/documentation/qrcodes/organize-your-qr-codes"
      }
    ]
  }
]
```
