---
title: "Manage Digital Links | Unitag Documentation"
description: "Manage your Digital Link QR codes: filter the list, edit a code's destination and link types, read its scan statistics, and download or delete it."
canonical: "https://www.unitag.io/documentation/digital-link/manage"
locale: "en"
route: "/digital-link/manage"
---

# Manage Digital Links

The application's main screen is the list of every Digital Link code on the account, with the filters to find one and the actions to work on it.

## Finding a code

![The Digital Link list: the GTIN counter at the top right, filter fields for name, URL, short URL, batch ID, date, campaign, label and organisation, and a table of codes with their previews and actions](https://www.unitag.io/documentation/images/digital-link/en/digital-link-list.webp)

The filter row narrows the list by name, by destination URL, by short URL, by batch ID, by creation date, and by campaign, label or organisation. Hide filters collapses the row once you are done with it.

Columns chooses which columns the table shows, Rows sets how many codes appear per page, and the button beside them switches between a compact and a comfortable row height.

Each row shows a preview of the code, its name, and the action buttons.

## The row actions

- **Edit**: opens the code's panel — destination, link types, campaigns and labels, and its scan statistics.
- **View in Analytics**: opens the same code in Unitag Analytics, where the scan data can be read across a period and against other codes.
- **Download**: downloads the QR code image for artwork.
- **Manage labels**: attaches labels to the code without opening the full panel.
- **Delete**: removes the code. A deleted code stops resolving, so anything already printed with it stops working.

## The code panel

Edit opens a panel with the QR code and its short URL on the right and five tabs on the left:

![The Digital Link panel: the Content tab showing the destination URL and scan statistics, with the QR code, its download button and its short URL on the right](https://www.unitag.io/documentation/images/digital-link/en/digital-link-details.webp)

- **Content**: the destination URL, and the scan statistics — total scans and unique visitors over 7, 14 or 30 days, with the daily chart and a table of scans by date, device type and country.
- **Smart redirects**: conditional destinations, the same mechanism documented for QR codes.
- **Link types**: several destinations from one code, described below.
- **Campaigns** and **Labels**: how the code is organised alongside the rest of the account.

The short URL under the QR code is the Digital Link URI itself, in the form opn.to/01/ followed by the GTIN. Save and quit stores the changes; Close discards them.

- [Smart Redirects](https://www.unitag.io/documentation/qrcodes/smart-redirects)
- [Unitag Campaigns](https://www.unitag.io/documentation/campaigns/introduction)

## Link types

Link types are the reason a Digital Link code can replace several codes. A scan can ask for a particular kind of information, and the code answers with the destination you set for that kind — the product page for one, the allergen information for another, the instruction manual for a third.

![The Link types tab: an empty link type list with the New link type button and the notice explaining that an unmatched link type returns a 404](https://www.unitag.io/documentation/images/digital-link/en/digital-link-link-types.webp)

New link type adds an entry: the link type, and the destination it should resolve to. Entries can be left inactive, and an inactive entry is ignored.

> An unmatched link type returns a 404
>
> If a scan asks for a link type that has no matching active entry, it gets a 404 — it is not quietly sent to the default destination. Configure every link type you advertise, and remove the ones you no longer serve.

The vocabulary of link types is GS1's, not ours: the full list lives at ref.gs1.org/voc.

## Creating codes in bulk

Import, beside Create a Digital Link, hands over to Atlas. Atlas is the Unitag tool for generating and updating many QR codes at once from a spreadsheet, which is how a catalogue's worth of GTINs becomes a batch of Digital Link codes rather than an afternoon of forms.

- [Create a new batch](https://www.unitag.io/documentation/atlas/create-a-new-batch)

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/digital-link/manage#article",
    "headline": "Manage Digital Links",
    "url": "https://www.unitag.io/documentation/digital-link/manage",
    "description": "Manage your Digital Link QR codes: filter the list, edit a code's destination and link types, read its scan statistics, and download or delete it.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "Digital Link",
    "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": "Digital Link",
        "item": "https://www.unitag.io/documentation/digital-link/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Manage Digital Links",
        "item": "https://www.unitag.io/documentation/digital-link/manage"
      }
    ]
  }
]
```
