---
title: "Link Management Glossary — Terms &amp; Definitions | LinkPilot"
description: "A comprehensive glossary of link shortening, URL management, redirects, analytics, QR codes, UTM tracking, security, and API terms. Searchable reference for marketers, developers, and product teams."
lang: en
json-ld: |
  [
    {
      "@context": "https://schema.org",
      "@type": "SoftwareApplication",
      "@id": "https://uselinkpilot.com/#software",
      "name": "LinkPilot",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web",
      "description": "LinkPilot is a secure link management platform for creating branded short links, tracking engagement, and sharing secrets with expiring, protected, self-destructing links.",
      "url": "https://uselinkpilot.com",
      "offers": [
        {
          "@type": "Offer",
          "name": "Free",
          "price": "0",
          "priceCurrency": "USD",
          "url": "https://uselinkpilot.com/pricing"
        },
        {
          "@type": "Offer",
          "name": "Pro",
          "price": "29",
          "priceCurrency": "USD",
          "priceSpecification": {
            "@type": "UnitPriceSpecification",
            "price": "29",
            "priceCurrency": "USD",
            "billingDuration": "P1M"
          },
          "url": "https://uselinkpilot.com/pricing"
        },
        {
          "@type": "Offer",
          "name": "Agency",
          "price": "299",
          "priceCurrency": "USD",
          "priceSpecification": {
            "@type": "UnitPriceSpecification",
            "price": "299",
            "priceCurrency": "USD",
            "billingDuration": "P1M"
          },
          "url": "https://uselinkpilot.com/pricing"
        },
        {
          "@type": "Offer",
          "name": "Enterprise",
          "priceSpecification": {
            "@type": "PriceSpecification",
            "priceCurrency": "USD"
          },
          "url": "https://uselinkpilot.com/pricing"
        }
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "@id": "https://uselinkpilot.com/#organization",
      "name": "LinkPilot",
      "url": "https://uselinkpilot.com",
      "parentOrganization": {
        "@type": "Organization",
        "@id": "https://tetracorehq.com/#organization",
        "name": "TetraCore",
        "url": "https://tetracorehq.com/"
      },
      "logo": {
        "@type": "ImageObject",
        "url": "https://uselinkpilot.com/logo-512.png",
        "width": 512,
        "height": 512
      },
      "description": "LinkPilot is a secure link management platform for creating branded short links, tracking engagement, and sharing secrets with expiring, protected, self-destructing links.",
      "sameAs": [
        "https://x.com/uselinkpilot",
        "https://www.linkedin.com/company/uselinkpilot",
        "https://facebook.com/uselinkpilot"
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "LinkPilot",
      "url": "https://uselinkpilot.com",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://uselinkpilot.com/blog?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://uselinkpilot.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Glossary",
          "item": "https://uselinkpilot.com/glossary"
        }
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "DefinedTermSet",
      "name": "Link Shortening Glossary",
      "url": "https://uselinkpilot.com/glossary",
      "hasDefinedTerm": [
        {
          "@type": "DefinedTerm",
          "name": "Short link",
          "alternateName": [
            "Short URL"
          ],
          "description": "A condensed version of a longer web address, typically generated by a URL shortening service. Short links are easier to share, remember, type, and display in space-constrained environments such as social media posts, printed materials, SMS messages, signage, or QR codes. Example: `https://sho.rt/abc123` in place of a long URL containing paths, query strings, tracking parameters, or product identifiers.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#short-link",
          "termCode": "short-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "Long URL",
          "alternateName": [
            "Destination URL"
          ],
          "description": "The full web address that a short link redirects to. Also called the target URL or destination, it is where a user ultimately lands after clicking or scanning the short link. Long URLs often contain tracking parameters, product IDs, filters, session-independent state, or other structured data that can make them difficult to share directly.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#long-url",
          "termCode": "long-url"
        },
        {
          "@type": "DefinedTerm",
          "name": "Original URL",
          "description": "The URL as entered by the user when creating a short link. In many platforms this is synonymous with long URL, destination URL, or target URL. In some workflows, the original URL may later differ from the current destination if the short link supports destination editing.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#original-url",
          "termCode": "original-url"
        },
        {
          "@type": "DefinedTerm",
          "name": "Target URL",
          "description": "The active URL to which a short link currently redirects. The target URL may be the same as the original URL or may be changed later if the platform supports editable destinations.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#target-url",
          "termCode": "target-url"
        },
        {
          "@type": "DefinedTerm",
          "name": "Slug",
          "description": "The unique character sequence appended to a short link's domain that identifies a specific link record. In `https://sho.rt/abc123`, the slug is `abc123`. Slugs can be generated automatically, usually as random or sequential alphanumeric strings, or manually defined by the user as a custom alias.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#slug",
          "termCode": "slug"
        },
        {
          "@type": "DefinedTerm",
          "name": "Custom alias",
          "description": "A user-defined slug chosen to make a short link more readable, memorable, or campaign-specific. Instead of a random string like `x7k9p`, a custom alias might be `summer-sale`, `event-rsvp`, or `product-launch`. Custom aliases are usually subject to availability, length rules, reserved-word restrictions, and plan limits.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#custom-alias",
          "termCode": "custom-alias"
        },
        {
          "@type": "DefinedTerm",
          "name": "Custom back-half",
          "description": "An industry term for the user-defined portion of a short link that comes after the domain. In `https://brand.co/summer-sale`, the custom back-half is `summer-sale`. This term is commonly used by link management platforms and is effectively equivalent to a custom alias.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#custom-back-half",
          "termCode": "custom-back-half"
        },
        {
          "@type": "DefinedTerm",
          "name": "Reserved alias",
          "description": "A slug or custom alias that cannot be used because it is already taken, protected by the platform, reserved for system routes, restricted for brand or abuse reasons, or considered offensive or misleading. Examples may include `admin`, `login`, `support`, or aliases that impersonate major brands.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#reserved-alias",
          "termCode": "reserved-alias"
        },
        {
          "@type": "DefinedTerm",
          "name": "Vanity URL",
          "description": "A branded, human-readable URL designed to be memorable and trustworthy. In link management, a vanity URL often combines a branded domain with a custom alias, such as `https://brand.co/summer-sale`. More broadly, the term can also refer to any memorable marketing URL, even when it is not produced by a link shortening platform.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#vanity-url",
          "termCode": "vanity-url"
        },
        {
          "@type": "DefinedTerm",
          "name": "Branded link",
          "description": "A short link that uses a brand-owned or brand-aligned domain instead of a generic shared shortener domain. Branded links improve recognition, trust, click confidence, and consistency across campaigns. Example: `https://go.example.com/demo` instead of `https://bit.ly/abc123`.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#branded-link",
          "termCode": "branded-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "URL shortener",
          "description": "A service, application, or tool that takes a long web address and produces a shorter one that redirects to the same destination. URL shorteners keep a record of which short link maps to which destination and handle the redirect each time someone clicks. You may also see this described informally as \"URL compression,\" though nothing is technically compressed — the short link simply acts as an alias that points to the original address. Examples include Bitly, TinyURL, Rebrandly, Short.io, and similar platforms.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#url-shortener",
          "termCode": "url-shortener"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link shortening service",
          "description": "A platform that provides URL shortening along with related features such as analytics, custom domains, QR code generation, link editing, campaign tracking, security scanning, and team management. The term emphasizes the full-service layer around short links rather than the shortening function alone.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-shortening-service",
          "termCode": "link-shortening-service"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link management platform",
          "description": "A system for creating, organizing, tracking, securing, and managing links at scale. Link management platforms typically include URL shortening, branded domains, analytics, routing rules, bulk operations, QR codes, integrations, permissions, and reporting.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-management-platform",
          "termCode": "link-management-platform"
        },
        {
          "@type": "DefinedTerm",
          "name": "Domain",
          "description": "The registered web address used in a URL. In `https://sho.rt/abc123`, the domain is `sho.rt`. URL shortening services may offer shared default domains and allow customers to configure custom domains for branded short links.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#domain",
          "termCode": "domain",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "TLD",
          "alternateName": [
            "Top-level domain"
          ],
          "description": "The final segment of a domain name, such as `.com`, `.org`, `.io`, or `.ly`. Short-link brands often choose short or memorable TLDs, but the choice of TLD can affect user trust, brand perception, cost, and availability.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#tld",
          "termCode": "tld",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Root domain",
          "alternateName": [
            "Apex domain"
          ],
          "description": "The base registered domain without a subdomain, such as `example.com`. Some shorteners support using an apex domain for short links, while others recommend a subdomain such as `go.example.com` to avoid interfering with the main website.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#root-domain",
          "termCode": "root-domain",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Custom domain",
          "description": "A domain owned or controlled by the user and configured to serve short links instead of using the shortening service's default shared domain. Custom domains improve brand recognition, user trust, and long-term portability. Example: using `go.yourcompany.com` instead of `bit.ly`.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#custom-domain",
          "termCode": "custom-domain"
        },
        {
          "@type": "DefinedTerm",
          "name": "Branded domain",
          "description": "A custom domain chosen specifically to reinforce a company, product, campaign, or organization identity. Branded domains are often short, memorable, and aligned with the brand name. Functionally, they are custom domains with a branding purpose.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#branded-domain",
          "termCode": "branded-domain"
        },
        {
          "@type": "DefinedTerm",
          "name": "Subdomain",
          "description": "A prefix added before a root domain, separated by a dot. In `go.yourcompany.com`, `go` is the subdomain. Subdomains are commonly used for short links because they let organizations create branded link namespaces without changing their main website domain.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#subdomain",
          "termCode": "subdomain",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Path",
          "description": "The portion of a URL that follows the domain and identifies a location, resource, or route. In `https://example.com/products/shoes`, `/products/shoes` is the path. In a short link, the path often consists only of the slug, such as `/abc123`.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#path",
          "termCode": "path",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Query string",
          "description": "The portion of a URL beginning with `?` that contains key-value parameter pairs. Example: `?color=blue&size=medium`. Query strings are commonly used for tracking, filtering, search state, personalization, and feature flags. Link shorteners may preserve, append, merge, or strip query strings depending on configuration.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#query-string",
          "termCode": "query-string",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "URL parameters",
          "description": "Individual key-value pairs within a query string, separated by `&`. Example: `utm_source=newsletter`. URL parameters are widely used for analytics, campaign attribution, personalization, product filtering, and application behavior.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#url-parameters",
          "termCode": "url-parameters",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Fragment",
          "alternateName": [
            "Anchor"
          ],
          "description": "The portion of a URL following a `#` symbol, used by browsers to navigate to a specific section or state within a page. Example: `https://example.com/page#section-3`. Fragments are processed by the browser and are not sent to the server in normal HTTP requests, which can affect how they interact with redirects and tracking.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#fragment",
          "termCode": "fragment",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Protocol",
          "alternateName": [
            "Scheme"
          ],
          "description": "The first part of a URL that indicates how the resource should be accessed. Common examples include `http://`, `https://`, `mailto:`, and custom app schemes such as `myapp://`. Short links nearly always use HTTPS for security and trust.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#protocol",
          "termCode": "protocol",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "HTTP",
          "description": "Hypertext Transfer Protocol, the standard protocol used by browsers and web servers to exchange web content. Plain HTTP is not encrypted, so modern browsers may warn users when forms, logins, or sensitive pages are served over HTTP.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#http",
          "termCode": "http",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "HTTPS",
          "description": "HTTP Secure, which uses TLS encryption to protect data in transit between a browser and a server. Reputable link shortening services serve short links over HTTPS to protect users, support modern browser expectations, and improve trust.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#https",
          "termCode": "https",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            },
            {
              "@type": "CreativeWork",
              "name": "RFC 8446 — The Transport Layer Security (TLS) Protocol Version 1.3",
              "url": "https://www.rfc-editor.org/rfc/rfc8446"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Canonical URL",
          "description": "The \"official\" version of a web address for a piece of content. When multiple URLs — including short links, tracked links, or slight variations — all point to the same page, the canonical URL is the one that search engines and analytics tools should treat as the primary address. Declaring a canonical URL helps avoid confusion or duplicate-content issues in search rankings.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#canonical-url",
          "termCode": "canonical-url",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "HTML Living Standard — Canonical URLs and Meta Refresh",
              "url": "https://html.spec.whatwg.org/"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "URL encoding",
          "alternateName": [
            "Percent encoding"
          ],
          "description": "The process of converting characters that can't safely appear in a web address into a standardized stand-in format. For example, a space becomes `%20`, and an ampersand used inside a value gets converted so it isn't mistaken for a separator. This happens automatically in most tools, but it's worth knowing about when shortening URLs that contain tracking parameters or special symbols.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#url-encoding",
          "termCode": "url-encoding",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax",
              "url": "https://www.rfc-editor.org/rfc/rfc3986"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "IDN",
          "alternateName": [
            "Internationalized domain name"
          ],
          "description": "A domain name that uses characters outside the standard Latin alphabet, such as accented letters, Arabic, Chinese, or other scripts. While this helps with localization, it can also create security risks — some characters from other alphabets look nearly identical to familiar Latin letters, making it possible to create deceptive domains that appear to be legitimate ones.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#idn",
          "termCode": "idn",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 5891 — Internationalized Domain Names in Applications (IDNA): Protocol",
              "url": "https://www.rfc-editor.org/rfc/rfc5891"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Redirect",
          "description": "The behind-the-scenes process that sends someone who clicks a short link to the actual destination page. When you visit a short link, your browser receives a quick instruction from the server saying \"go here instead,\" then takes you to the destination — usually so fast you don't notice the step in between.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#redirect",
          "termCode": "redirect",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Location header",
          "description": "A behind-the-scenes instruction included in a server's redirect response that tells the browser which URL to go to next. Users never see this directly — it's part of the technical exchange that makes redirects work.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#location-header",
          "termCode": "location-header",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "301 redirect",
          "alternateName": [
            "Permanent redirect"
          ],
          "description": "A type of redirect that signals the move to a new address is permanent. Browsers and search engines may remember a 301 redirect and go directly to the destination on future visits, which can mean some clicks don't pass through the shortener. This also affects how search engines transfer ranking credit to the destination page.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#301-redirect",
          "termCode": "301-redirect",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "302 redirect",
          "alternateName": [
            "Temporary redirect"
          ],
          "description": "A type of redirect that signals the destination may change in the future. Because browsers don't permanently memorize a 302, every click continues to pass through the shortener — which is why most link shortening services use 302 redirects by default. It also means the destination can be updated at any time without breaking the link.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#302-redirect",
          "termCode": "302-redirect",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "307 redirect",
          "alternateName": [
            "Temporary redirect with method preservation"
          ],
          "description": "A temporary redirect that preserves the exact type of request being made. This is mainly relevant for developers building integrations — for everyday link shortening, a standard 302 redirect is used instead.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#307-redirect",
          "termCode": "307-redirect",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "308 redirect",
          "alternateName": [
            "Permanent redirect with method preservation"
          ],
          "description": "A permanent redirect that also preserves the exact type of request being made. Like the 307, this is mainly relevant in technical or developer contexts rather than everyday link management.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#308-redirect",
          "termCode": "308-redirect",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Meta refresh redirect",
          "description": "A redirect triggered by an instruction embedded in a web page itself, rather than by the server. The page tells the browser \"go to this other address in X seconds.\" This method is slower and less reliable than a server-side redirect and is rarely used by modern link shortening services.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#meta-refresh-redirect",
          "termCode": "meta-refresh-redirect",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "HTML Living Standard — Canonical URLs and Meta Refresh",
              "url": "https://html.spec.whatwg.org/"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "JavaScript redirect",
          "description": "A redirect triggered by code running in the browser. It can support complex logic but is generally slower and less reliable than a server-side redirect — and it won't work for users who have JavaScript disabled or for bots and search engine crawlers.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#javascript-redirect",
          "termCode": "javascript-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Server-side redirect",
          "description": "A redirect handled by the server before any page content is sent to the browser. The server simply says \"go here\" and the browser follows. This is the fastest and most reliable method, and it's what virtually all link shortening services use.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#server-side-redirect",
          "termCode": "server-side-redirect",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Client-side redirect",
          "description": "A redirect that happens inside the browser after part of a page has already loaded, typically through JavaScript or a meta refresh instruction. These are slower and less consistent than server-side redirects.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#client-side-redirect",
          "termCode": "client-side-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Redirect chain",
          "description": "A sequence of multiple redirects needed to reach the final destination. Example: short link -> tracking link -> affiliate network -> landing page. Redirect chains increase latency, complicate analytics, and can reduce reliability. Best practice is to minimize unnecessary hops.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#redirect-chain",
          "termCode": "redirect-chain"
        },
        {
          "@type": "DefinedTerm",
          "name": "Redirect loop",
          "description": "An error condition in which one URL redirects back to itself or to another URL that eventually redirects back again, creating an infinite cycle. Browsers usually stop after a limited number of redirects and display an error.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#redirect-loop",
          "termCode": "redirect-loop",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Pass-through redirect",
          "description": "A redirect that automatically carries any extra tracking information from the short link over to the destination URL. For example, if someone shares your short link with a campaign code appended, that code gets passed along to the landing page automatically.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#pass-through-redirect",
          "termCode": "pass-through-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Parameter forwarding",
          "description": "The process of copying tracking values or other information from the short link's address to the destination URL. Platforms may let you forward all values, only selected ones, or merge them with values already on the destination.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#parameter-forwarding",
          "termCode": "parameter-forwarding"
        },
        {
          "@type": "DefinedTerm",
          "name": "Cloaking",
          "description": "When a short link hides or obscures the true destination from the person clicking it. All short links do this to some degree by design — you can't see the full destination before clicking. The term has a negative meaning when it's used deliberately to hide harmful, deceptive, or policy-violating destinations. Preview pages, branded domains, and destination scanning help reduce this risk.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#cloaking",
          "termCode": "cloaking"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link forwarding",
          "description": "A general term for sending someone from one web address to another. In link shortening, it simply means redirecting a short link to its destination URL.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-forwarding",
          "termCode": "link-forwarding"
        },
        {
          "@type": "DefinedTerm",
          "name": "Deep link",
          "description": "A link that takes users directly to a specific piece of content — such as a product page, article, or account screen — rather than to a website's homepage. Deep links skip the homepage and drop the user exactly where they need to be.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#deep-link",
          "termCode": "deep-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "App deep link",
          "description": "A deep link designed to open content inside a mobile app rather than in a browser. These links detect whether the app is installed and, if so, open the relevant screen directly inside the app.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#app-deep-link",
          "termCode": "app-deep-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "Deferred deep link",
          "description": "A smart link that remembers where it was supposed to send someone, even if their app wasn't installed when they first clicked. The user is sent to download the app first, and once it's installed and opened, they're taken straight to the intended content. Commonly used in mobile marketing campaigns.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#deferred-deep-link",
          "termCode": "deferred-deep-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "Universal Link",
          "description": "An Apple standard that allows a single web address to open either a specific screen inside an iOS app (if the app is installed) or a regular webpage (if it isn't). This creates a seamless experience without requiring separate links for app users and web users.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#universal-link",
          "termCode": "universal-link",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Apple Developer Documentation — Supporting Universal Links in Your App",
              "url": "https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Android App Link",
          "description": "Google's version of Universal Links for Android devices. A single web address can open a specific screen inside an Android app when the app is installed, or fall back to a webpage if it isn't.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#android-app-link",
          "termCode": "android-app-link",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Android Developer Documentation — Android App Links",
              "url": "https://developer.android.com/training/app-links/verify-android-applinks"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Smart redirect",
          "description": "A redirect that automatically sends different visitors to different destinations based on context — such as what device they're using, where they are in the world, or what time it is. A single short link might send iPhone users to the App Store, Android users to Google Play, and desktop users to a website.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#smart-redirect",
          "termCode": "smart-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Device-based redirect",
          "description": "A smart redirect that routes visitors to different destinations based on the type of device or operating system they're using — such as desktop, iPhone, or Android.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#device-based-redirect",
          "termCode": "device-based-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Geo-targeting redirect",
          "description": "A smart redirect that sends visitors to different destinations based on their location, such as their country, region, or city. Commonly used to show localized offers, the right language version of a page, or region-specific content.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#geo-targeting-redirect",
          "termCode": "geo-targeting-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Language-based redirect",
          "description": "A smart redirect that routes visitors to different destinations based on the language their browser is set to. This helps send users to the version of a page that's written in their preferred language.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#language-based-redirect",
          "termCode": "language-based-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Time-based redirect",
          "description": "A redirect that changes where it sends people based on the date or time. Useful for countdown campaigns, event registrations that close at a deadline, flash sales, or post-event pages that replace the original destination automatically.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#time-based-redirect",
          "termCode": "time-based-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Rules engine",
          "description": "A system inside a link management platform that evaluates conditions — like device type, country, language, time, or where the click came from — and decides which destination to send the visitor to. Rules engines power smart redirects and complex routing logic without requiring code.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#rules-engine",
          "termCode": "rules-engine"
        },
        {
          "@type": "DefinedTerm",
          "name": "Fallback URL",
          "description": "A backup destination that receives visitors when the primary destination isn't available, has expired, or doesn't match any routing rules. Fallback URLs prevent dead ends and help ensure visitors always land somewhere useful.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#fallback-url",
          "termCode": "fallback-url"
        },
        {
          "@type": "DefinedTerm",
          "name": "Destination override",
          "description": "A rule that changes the default destination of a link under specific conditions, such as when a certain parameter is present, when the visitor is in a particular location, or when a campaign has ended.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#destination-override",
          "termCode": "destination-override"
        },
        {
          "@type": "DefinedTerm",
          "name": "Interstitial page",
          "description": "A page shown briefly between a short link and its final destination. Interstitial pages might display a branded transition, a safety notice, an age gate, a password prompt, or a preview of the destination before the visitor continues.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#interstitial-page",
          "termCode": "interstitial-page"
        },
        {
          "@type": "DefinedTerm",
          "name": "Click tracking",
          "description": "The process of recording data each time someone clicks a short link. This typically captures when the click happened, what device was used, roughly where in the world the person was, what website or app they came from, and other useful details.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#click-tracking",
          "termCode": "click-tracking"
        },
        {
          "@type": "DefinedTerm",
          "name": "Click count",
          "description": "The total number of times a short link has been clicked within a given period. This is the most basic measure of link activity, though it may include repeat clicks and automated traffic unless filtered.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#click-count",
          "termCode": "click-count"
        },
        {
          "@type": "DefinedTerm",
          "name": "Total clicks",
          "description": "The raw count of all click events recorded for a short link, including repeat visits from the same person and automated traffic. Total clicks show overall volume but may be higher than the number of actual people reached.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#total-clicks",
          "termCode": "total-clicks"
        },
        {
          "@type": "DefinedTerm",
          "name": "Unique clicks",
          "description": "An estimate of how many distinct individuals clicked a link. Because it's difficult to identify people with certainty online, this is typically estimated using a combination of IP address, browser information, and other signals. Treat this as a useful approximation rather than an exact count.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#unique-clicks",
          "termCode": "unique-clicks"
        },
        {
          "@type": "DefinedTerm",
          "name": "Raw clicks",
          "description": "All click events recorded before any filtering or cleaning. Raw clicks may include real visitors, automated bots, security scanners, duplicate clicks, and internal testing activity.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#raw-clicks",
          "termCode": "raw-clicks"
        },
        {
          "@type": "DefinedTerm",
          "name": "Filtered clicks",
          "description": "Clicks remaining after the platform removes known bots, duplicate events, internal traffic, and other activity that doesn't represent genuine visitors. Filtered clicks give a cleaner picture of real human engagement.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#filtered-clicks",
          "termCode": "filtered-clicks"
        },
        {
          "@type": "DefinedTerm",
          "name": "Human clicks",
          "description": "Clicks that the platform has determined are most likely from real people rather than automated systems. This classification uses signals like browser behavior, IP reputation, and device patterns — it's a best estimate, not a guarantee.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#human-clicks",
          "termCode": "human-clicks"
        },
        {
          "@type": "DefinedTerm",
          "name": "Click-through rate (CTR)",
          "description": "The percentage of people who see a link and actually click it. Calculated as clicks divided by impressions, multiplied by 100. CTR is widely used to measure how compelling a message, ad, or call to action is.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#click-through-rate-ctr",
          "termCode": "click-through-rate-ctr"
        },
        {
          "@type": "DefinedTerm",
          "name": "Impression",
          "description": "A single instance of a link, ad, or post being displayed to someone. CTR is calculated using impressions as the baseline. Link shorteners can track clicks, but they can't always measure impressions — that data usually comes from the platform where the link was shown.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#impression",
          "termCode": "impression"
        },
        {
          "@type": "DefinedTerm",
          "name": "Referrer",
          "alternateName": [
            "Referring URL"
          ],
          "description": "The website or app that a visitor came from before clicking a short link. For example, if someone clicks your link in a newsletter, the referrer might show as your email platform. Note that privacy settings, certain apps, and browser policies sometimes hide this information, causing clicks to show up as \"direct\" or \"unknown.\"",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#referrer",
          "termCode": "referrer",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Traffic source",
          "description": "The channel or origin that sent visitors to a short link — such as email, social media, paid advertising, or a partner website. Traffic source is typically identified through referrer data, UTM parameters, or click IDs.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#traffic-source",
          "termCode": "traffic-source"
        },
        {
          "@type": "DefinedTerm",
          "name": "Direct traffic",
          "description": "Clicks where no referrer information is available. This can happen when someone types a URL directly, clicks a link in a messaging app, copies and pastes a link, or visits from an environment that strips referrer data. Direct traffic is often larger than expected for this reason.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#direct-traffic",
          "termCode": "direct-traffic"
        },
        {
          "@type": "DefinedTerm",
          "name": "Geographic data",
          "alternateName": [
            "Geo data"
          ],
          "description": "Location information inferred from a visitor's IP address at the time of a click. It typically includes country, region, and city. This is an approximation — VPNs, shared networks, and mobile carriers can affect accuracy.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#geographic-data",
          "termCode": "geographic-data"
        },
        {
          "@type": "DefinedTerm",
          "name": "Browser data",
          "description": "Information about which browser or app was used to click a short link, such as Chrome, Safari, or Firefox. This comes from information the browser sends automatically with each request.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#browser-data",
          "termCode": "browser-data"
        },
        {
          "@type": "DefinedTerm",
          "name": "Device type",
          "description": "The category of device used to click a link — such as desktop computer, mobile phone, or tablet. Device data helps with understanding your audience and setting up smart redirect rules.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#device-type",
          "termCode": "device-type"
        },
        {
          "@type": "DefinedTerm",
          "name": "Operating system",
          "description": "The software running on the visitor's device, such as Windows, macOS, iOS, or Android. This is often used alongside device type to understand your audience or route mobile users to the right app store.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#operating-system",
          "termCode": "operating-system"
        },
        {
          "@type": "DefinedTerm",
          "name": "User agent",
          "description": "A string of text that browsers and apps automatically send with every web request, describing what software and device is being used. Link platforms use this to determine device type, browser, and operating system — and to help identify bot traffic. User agents can sometimes be incomplete or altered for privacy.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#user-agent",
          "termCode": "user-agent",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "IP address",
          "description": "A number that identifies the device or network making a request. Link shorteners use IP addresses to estimate location, detect bots, count unique visitors, and enforce security rules. IP addresses can be shared among many users (like on a corporate network) or hidden by a VPN, and may be considered personal data under privacy laws in some regions.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#ip-address",
          "termCode": "ip-address",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)",
              "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Time of click",
          "description": "The date and time recorded when a click event occurs. Platforms typically store this in a universal time standard and display it in your account's time zone. Time-of-click data helps you understand when your audience is most active.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#time-of-click",
          "termCode": "time-of-click"
        },
        {
          "@type": "DefinedTerm",
          "name": "Session",
          "description": "A period of user activity grouped together by an analytics system. Link shorteners track individual clicks; session-level data (like pages visited after clicking) is usually captured by the analytics platform on the destination website.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#session",
          "termCode": "session"
        },
        {
          "@type": "DefinedTerm",
          "name": "Conversion",
          "description": "A meaningful action taken by a visitor after clicking a link — such as making a purchase, signing up, downloading a file, or submitting a form. Conversions are the ultimate measure of whether a link campaign actually achieved its goal.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#conversion",
          "termCode": "conversion"
        },
        {
          "@type": "DefinedTerm",
          "name": "Conversion tracking",
          "description": "The process of measuring how many people who clicked a link went on to complete a desired action. This typically requires adding a small tracking snippet to the destination page or connecting the shortening service to an analytics or advertising tool.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#conversion-tracking",
          "termCode": "conversion-tracking"
        },
        {
          "@type": "DefinedTerm",
          "name": "Post-click tracking",
          "description": "Tracking what visitors do after they land on the destination page — such as browsing, filling out a form, or making a purchase. This requires instrumentation on the destination website and is separate from what the link shortener records.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#post-click-tracking",
          "termCode": "post-click-tracking"
        },
        {
          "@type": "DefinedTerm",
          "name": "Attribution window",
          "description": "The time period during which a click can receive credit for a later conversion. For example, a 7-day attribution window means a link click gets credit for a purchase if it happens within seven days of the click.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#attribution-window",
          "termCode": "attribution-window"
        },
        {
          "@type": "DefinedTerm",
          "name": "Engagement rate",
          "description": "A measure of how meaningfully visitors interact with content, beyond simply clicking a link. Depending on the tool, engagement rate might factor in time spent on page, how far they scrolled, whether they converted, or other actions.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#engagement-rate",
          "termCode": "engagement-rate"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link performance",
          "description": "An overall assessment of how well a link is doing. This typically includes clicks, estimated unique visitors, conversion rate, geographic reach, device mix, and campaign attribution data.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-performance",
          "termCode": "link-performance"
        },
        {
          "@type": "DefinedTerm",
          "name": "Dashboard",
          "description": "The main screen in a link management platform where you can see analytics, manage your links, monitor campaign results, and access settings. Dashboards typically show top-level metrics like total clicks over time, your most-clicked links, where visitors came from, and what devices they used.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#dashboard",
          "termCode": "dashboard"
        },
        {
          "@type": "DefinedTerm",
          "name": "Real-time analytics",
          "description": "Analytics data that updates within seconds of a click occurring. Real-time analytics are especially useful during live events, product launches, or time-sensitive campaigns where you need to react quickly.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#real-time-analytics",
          "termCode": "real-time-analytics"
        },
        {
          "@type": "DefinedTerm",
          "name": "Historical data",
          "description": "Stored analytics data from past activity. Historical data lets you compare performance across time periods, identify trends, and evaluate the long-term impact of campaigns. How far back data goes depends on your plan and provider.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#historical-data",
          "termCode": "historical-data"
        },
        {
          "@type": "DefinedTerm",
          "name": "Bot traffic",
          "description": "Clicks generated by automated programs rather than real people. Bots include search engine crawlers, link preview generators, email security scanners, and malicious scripts. Unfiltered bot traffic inflates click numbers and skews analytics.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#bot-traffic",
          "termCode": "bot-traffic"
        },
        {
          "@type": "DefinedTerm",
          "name": "Bot filtering",
          "description": "The process of identifying and separating bot-generated clicks from real human activity. Platforms use signals like browser behavior, known bot lists, IP reputation, and request patterns to filter out automated traffic.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#bot-filtering",
          "termCode": "bot-filtering"
        },
        {
          "@type": "DefinedTerm",
          "name": "Invalid traffic",
          "description": "Clicks or activity that don't represent genuine visitor engagement — including bots, duplicate clicks, fraudulent traffic, and accidental reloads. Filtering invalid traffic gives a more accurate picture of real campaign performance.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#invalid-traffic",
          "termCode": "invalid-traffic"
        },
        {
          "@type": "DefinedTerm",
          "name": "Click deduplication",
          "description": "The process of identifying and handling repeated clicks from the same person, device, or bot within a set time window. Deduplication helps distinguish how many times a link was clicked from how many individual people clicked it.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#click-deduplication",
          "termCode": "click-deduplication"
        },
        {
          "@type": "DefinedTerm",
          "name": "Internal traffic filtering",
          "description": "Excluding clicks from your own team, agency, or office network from analytics reports. Without this, testing links, reviewing campaigns, and employee activity can inflate your click data.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#internal-traffic-filtering",
          "termCode": "internal-traffic-filtering"
        },
        {
          "@type": "DefinedTerm",
          "name": "Event stream",
          "description": "A chronological log of activity related to a link — including clicks, edits, expirations, and other platform events. Event streams are useful for monitoring, automation, and connecting link data to other business systems.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#event-stream",
          "termCode": "event-stream"
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM parameters",
          "description": "A set of short labels you can add to the end of a web address to tell your analytics tools where a click came from and which campaign drove it. UTM stands for Urchin Tracking Module — named after an early analytics company that later became Google Analytics. When you shorten a URL that includes UTM labels, those labels are preserved and passed along to the destination, where your analytics platform reads them.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-parameters",
          "termCode": "utm-parameters",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Analytics Help — About Custom Campaigns and UTM Parameters",
              "url": "https://support.google.com/analytics/answer/1033863"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM source",
          "description": "The `utm_source` label, used to identify where the click came from — such as a specific newsletter, social platform, or partner site. Examples: `newsletter`, `linkedin`, `google`, `spring_email_list`.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-source",
          "termCode": "utm-source",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Analytics Help — About Custom Campaigns and UTM Parameters",
              "url": "https://support.google.com/analytics/answer/1033863"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM medium",
          "description": "The `utm_medium` label, used to identify the type of marketing channel. Examples: `email`, `paid_social`, `cpc` (paid search), `affiliate`, `qr`.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-medium",
          "termCode": "utm-medium",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Analytics Help — About Custom Campaigns and UTM Parameters",
              "url": "https://support.google.com/analytics/answer/1033863"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM campaign",
          "description": "The `utm_campaign` label, used to name the specific campaign or promotion. Examples: `spring-launch`, `black-friday-2026`, `product-announcement`.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-campaign",
          "termCode": "utm-campaign",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Analytics Help — About Custom Campaigns and UTM Parameters",
              "url": "https://support.google.com/analytics/answer/1033863"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM term",
          "description": "The `utm_term` label, traditionally used in paid search ads to note which keyword triggered the ad. It can also be used in other contexts when you want to track a specific term or audience segment.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-term",
          "termCode": "utm-term",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Analytics Help — About Custom Campaigns and UTM Parameters",
              "url": "https://support.google.com/analytics/answer/1033863"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM content",
          "description": "The `utm_content` label, used to tell apart different links within the same campaign — for example, two different buttons in the same email, or two ad creatives in the same campaign. Example values: `hero-button`, `footer-link`, `blue-creative`.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-content",
          "termCode": "utm-content",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Analytics Help — About Custom Campaigns and UTM Parameters",
              "url": "https://support.google.com/analytics/answer/1033863"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM ID",
          "alternateName": [
            "Campaign ID"
          ],
          "description": "The `utm_id` label, used to tag a campaign with a stable, unique identifier. Useful when campaign names might change or when you need a consistent ID to connect data across different tools.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-id",
          "termCode": "utm-id",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Analytics Help — About Custom Campaigns and UTM Parameters",
              "url": "https://support.google.com/analytics/answer/1033863"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM builder",
          "description": "A tool that helps you create properly formatted campaign URLs by filling out a simple form — so you don't have to type UTM labels manually and risk mistakes. Most link management platforms include a built-in UTM builder.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-builder",
          "termCode": "utm-builder"
        },
        {
          "@type": "DefinedTerm",
          "name": "Campaign URL",
          "description": "A destination web address that includes UTM labels for tracking. Campaign URLs are often long and messy, which is why they're typically shortened before being shared.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#campaign-url",
          "termCode": "campaign-url"
        },
        {
          "@type": "DefinedTerm",
          "name": "Campaign tagging",
          "description": "The practice of adding UTM or other tracking labels to links before distributing them. Consistent tagging across all your campaigns makes it possible to accurately compare channel performance in your analytics reports.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#campaign-tagging",
          "termCode": "campaign-tagging"
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM naming convention",
          "description": "An agreed-upon set of rules for how your team writes UTM values — including capitalization, punctuation, source names, and campaign formats. Without a naming convention, the same source might appear as `Email`, `email`, and `e-mail` in your reports, splitting data that should be combined.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-naming-convention",
          "termCode": "utm-naming-convention"
        },
        {
          "@type": "DefinedTerm",
          "name": "UTM governance",
          "description": "The process of defining, documenting, and enforcing your UTM naming rules across teams, agencies, and tools. Good governance keeps analytics data clean and consistent as your organization grows.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#utm-governance",
          "termCode": "utm-governance"
        },
        {
          "@type": "DefinedTerm",
          "name": "Channel grouping",
          "description": "A way of organizing web traffic into broad categories like Email, Paid Search, Organic Social, or Referral. Channel groupings are usually defined in your analytics platform and rely on UTM source and medium values to sort traffic correctly.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#channel-grouping",
          "termCode": "channel-grouping"
        },
        {
          "@type": "DefinedTerm",
          "name": "Auto-tagging",
          "description": "When an advertising platform automatically adds its own tracking identifiers to URLs rather than requiring you to add them manually. Google Ads and Meta do this by default. Auto-tagging needs to be coordinated with any manual UTM tagging to avoid conflicts.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#auto-tagging",
          "termCode": "auto-tagging",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Ads Help — About Auto-Tagging and the GCLID",
              "url": "https://support.google.com/google-ads/answer/3095550"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "GCLID",
          "alternateName": [
            "Google Click Identifier"
          ],
          "description": "A tracking code that Google Ads automatically adds to URLs when someone clicks a Google ad. It helps connect the ad click to conversions and analytics data in Google's platforms.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#gclid",
          "termCode": "gclid",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Ads Help — About Auto-Tagging and the GCLID",
              "url": "https://support.google.com/google-ads/answer/3095550"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "FBCLID",
          "description": "A tracking identifier that Meta (Facebook and Instagram) sometimes adds to outbound links. It's used for attribution within Meta's advertising systems. Many analytics teams choose to filter it out to keep URLs clean.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#fbclid",
          "termCode": "fbclid"
        },
        {
          "@type": "DefinedTerm",
          "name": "MSCLKID",
          "description": "A tracking identifier added by Microsoft Advertising (formerly Bing Ads) when auto-tagging is enabled. It works similarly to Google's GCLID, connecting ad clicks to conversion data.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#msclkid",
          "termCode": "msclkid",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Microsoft Advertising Help — Auto-Tagging and MSCLKID",
              "url": "https://help.ads.microsoft.com/apex/index/3/en/56521"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Click ID",
          "description": "A unique identifier tied to a specific click event. Click IDs are often appended to destination URLs so that advertising platforms, affiliate networks, or analytics systems can match the click to a later conversion.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#click-id",
          "termCode": "click-id"
        },
        {
          "@type": "DefinedTerm",
          "name": "Attribution",
          "description": "The process of figuring out which marketing touchpoints deserve credit for a conversion. Attribution answers the question: \"Which link, ad, or campaign actually drove this result?\"",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#attribution",
          "termCode": "attribution"
        },
        {
          "@type": "DefinedTerm",
          "name": "First-touch attribution",
          "description": "An attribution model that gives all the credit for a conversion to the very first link or touchpoint a person interacted with. Useful for understanding what first introduced someone to your brand or product.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#first-touch-attribution",
          "termCode": "first-touch-attribution"
        },
        {
          "@type": "DefinedTerm",
          "name": "Last-touch attribution",
          "description": "An attribution model that gives all the credit to the final link or touchpoint before a conversion. Simple to implement, but it ignores all earlier interactions that may have influenced the decision.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#last-touch-attribution",
          "termCode": "last-touch-attribution"
        },
        {
          "@type": "DefinedTerm",
          "name": "Multi-touch attribution",
          "description": "An attribution approach that spreads credit for a conversion across multiple touchpoints in a person's journey. Common models include giving equal credit to all touchpoints, giving more credit to recent ones, or giving extra weight to the first and last interactions.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#multi-touch-attribution",
          "termCode": "multi-touch-attribution"
        },
        {
          "@type": "DefinedTerm",
          "name": "Pixel tracking",
          "description": "A method of tracking visitor behavior by placing a tiny, invisible image or small piece of code on a web page. When someone visits the page, it quietly sends data to an analytics or advertising platform. Pixels are commonly used for conversion tracking and building retargeting audiences.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#pixel-tracking",
          "termCode": "pixel-tracking"
        },
        {
          "@type": "DefinedTerm",
          "name": "Retargeting pixel",
          "description": "A tracking pixel that adds visitors to an advertising audience so you can show them follow-up ads later. For example, if someone clicks your short link and visits your product page, a retargeting pixel can add them to a list for a follow-up ad campaign.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#retargeting-pixel",
          "termCode": "retargeting-pixel"
        },
        {
          "@type": "DefinedTerm",
          "name": "Tag",
          "description": "A word with different meanings depending on context. In analytics and advertising, a tag is a tracking pixel or script placed on a web page. In a link management platform, a tag is an organizational label you apply to links to group and filter them. In UTM tracking, a tag refers to the UTM parameters themselves.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#tag",
          "termCode": "tag"
        },
        {
          "@type": "DefinedTerm",
          "name": "Tag manager",
          "description": "A tool like Google Tag Manager that lets you add and manage tracking scripts and pixels on a website through a simple interface — without needing to edit the website's code directly every time.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#tag-manager",
          "termCode": "tag-manager"
        },
        {
          "@type": "DefinedTerm",
          "name": "QR code",
          "description": "A square barcode made up of black and white patterns that encodes information — most commonly a web address. Smartphones can scan QR codes using their camera and instantly open the encoded URL, making QR codes a popular bridge between physical materials and digital content.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#qr-code",
          "termCode": "qr-code",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "ISO/IEC 18004:2015 — QR Code Bar Code Symbology Specification",
              "url": "https://www.iso.org/standard/62021.html"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Dynamic QR code",
          "description": "A QR code that points to a short link rather than directly to a final destination. Because the short link's destination can be updated at any time, you can change where the QR code sends people without reprinting it. Dynamic QR codes also support scan tracking.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#dynamic-qr-code",
          "termCode": "dynamic-qr-code"
        },
        {
          "@type": "DefinedTerm",
          "name": "Static QR code",
          "description": "A QR code that is permanently encoded with a specific destination. Once printed, a static QR code cannot be changed — if the destination moves, you need a new QR code. Static codes generally don't provide scan tracking unless they point to a tracked URL.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#static-qr-code",
          "termCode": "static-qr-code",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "ISO/IEC 18004:2015 — QR Code Bar Code Symbology Specification",
              "url": "https://www.iso.org/standard/62021.html"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "QR code generator",
          "description": "A tool that creates QR codes from URLs or other data. Most link management platforms include a QR code generator and may offer customization options like colors, logos, file formats, and campaign tracking.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#qr-code-generator",
          "termCode": "qr-code-generator"
        },
        {
          "@type": "DefinedTerm",
          "name": "QR code scan",
          "description": "The act of pointing a smartphone camera at a QR code to decode it and open the encoded URL. When a dynamic QR code routes through a trackable short link, each scan is recorded as a click event.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#qr-code-scan",
          "termCode": "qr-code-scan"
        },
        {
          "@type": "DefinedTerm",
          "name": "Print-to-digital",
          "description": "Using QR codes, short URLs, or similar tools on physical materials — like brochures, packaging, posters, or business cards — to send people to a digital experience. Print-to-digital makes physical marketing measurable.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#print-to-digital",
          "termCode": "print-to-digital"
        },
        {
          "@type": "DefinedTerm",
          "name": "Offline-to-online",
          "description": "The broader practice of moving people from physical-world touchpoints into digital experiences. Link management tools make these transitions trackable through QR codes, short URLs, and NFC tags.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#offline-to-online",
          "termCode": "offline-to-online"
        },
        {
          "@type": "DefinedTerm",
          "name": "Scan rate",
          "description": "The number of times a QR code has been scanned in a given period, or the percentage of scans relative to estimated views or impressions. Scan rate is a key metric for measuring the effectiveness of print, packaging, and out-of-home campaigns.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#scan-rate",
          "termCode": "scan-rate"
        },
        {
          "@type": "DefinedTerm",
          "name": "QR customization",
          "description": "The ability to change how a QR code looks — such as its colors, the logo in the center, or the shape of its corner markers — while keeping it scannable. Good customization stays on-brand while maintaining enough contrast and structure to be read reliably by cameras.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#qr-customization",
          "termCode": "qr-customization",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "ISO/IEC 18004:2015 — QR Code Bar Code Symbology Specification",
              "url": "https://www.iso.org/standard/62021.html"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Error correction level",
          "description": "A setting that determines how much of a QR code can be damaged, obscured, or covered by a logo and still be scanned successfully. Higher error correction allows more visual modification but may make the code denser and slightly harder to read at small sizes.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#error-correction-level",
          "termCode": "error-correction-level",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "ISO/IEC 18004:2015 — QR Code Bar Code Symbology Specification",
              "url": "https://www.iso.org/standard/62021.html"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "QR eye",
          "alternateName": [
            "Finder pattern"
          ],
          "description": "The three large square markers in the corners of a QR code that help cameras detect, orient, and decode it. These are often customized with rounded shapes or brand colors while still allowing reliable scanning.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#qr-eye",
          "termCode": "qr-eye",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "ISO/IEC 18004:2015 — QR Code Bar Code Symbology Specification",
              "url": "https://www.iso.org/standard/62021.html"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Quiet zone",
          "description": "The blank border of white space around the outside of a QR code. This margin helps cameras find and read the code. Cropping into the quiet zone is a common cause of scanning failures.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#quiet-zone",
          "termCode": "quiet-zone",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "ISO/IEC 18004:2015 — QR Code Bar Code Symbology Specification",
              "url": "https://www.iso.org/standard/62021.html"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Scannability",
          "description": "How easily and reliably a QR code can be scanned in real-world conditions. Good scannability depends on size, contrast between light and dark areas, print quality, the surface it's printed on, available lighting, and whether the quiet zone is intact.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#scannability",
          "termCode": "scannability",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "ISO/IEC 18004:2015 — QR Code Bar Code Symbology Specification",
              "url": "https://www.iso.org/standard/62021.html"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "NFC tag",
          "description": "A small chip embedded in a physical object — like a sticker, card, or product — that can trigger an action, such as opening a web address, when a compatible smartphone is tapped against it. NFC tags are often used alongside QR codes as another way to connect physical items to digital experiences.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#nfc-tag",
          "termCode": "nfc-tag",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "ISO/IEC 18092 — Near Field Communication (NFC) Interface and Protocol",
              "url": "https://www.iso.org/standard/56692.html"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Link editing",
          "alternateName": [
            "Destination editing"
          ],
          "description": "The ability to change where a short link points after it's already been created and shared. This is one of the biggest advantages of managed short links — if a landing page moves or a campaign changes, you can update the destination without touching the link itself.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-editing",
          "termCode": "link-editing"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link expiration",
          "description": "A feature that automatically turns off or reroutes a short link after a set date, time, or number of clicks. Useful for time-sensitive promotions, event registrations with a deadline, or temporary access links.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-expiration",
          "termCode": "link-expiration"
        },
        {
          "@type": "DefinedTerm",
          "name": "Expiry date",
          "description": "The date and time when a short link is set to stop working or change behavior. Setting an expiry date means the link handles its own deactivation automatically when the campaign ends.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#expiry-date",
          "termCode": "expiry-date"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link deactivation",
          "description": "Turning off a short link so it no longer redirects visitors. Deactivated links can usually still be seen in the platform for record-keeping and analytics, even though they no longer work for end users.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-deactivation",
          "termCode": "link-deactivation"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link rotation",
          "description": "A feature that distributes clicks across multiple destination URLs from a single short link. Clicks can be split evenly, randomly, or by custom percentages. Useful for testing different landing pages, distributing leads, or running promotions across multiple offers.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-rotation",
          "termCode": "link-rotation"
        },
        {
          "@type": "DefinedTerm",
          "name": "A",
          "alternateName": [
            "B testing",
            "Split testing"
          ],
          "description": "An experiment where traffic from a single short link is split between two or more different destination pages to see which one performs better. The winner is determined by whichever version generates more clicks, conversions, or other desired actions.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#a",
          "termCode": "a"
        },
        {
          "@type": "DefinedTerm",
          "name": "Weighted redirect",
          "description": "A link rotation setup where traffic is divided by percentage rather than equally. For example, you might send 70% of visitors to one page and 30% to another — useful for gradual rollouts or carefully controlled experiments.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#weighted-redirect",
          "termCode": "weighted-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Password-protected link",
          "description": "A short link that asks visitors to enter a password before they can access the destination. Used for private content, internal previews, partner materials, or events where access should be limited.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#password-protected-link",
          "termCode": "password-protected-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link preview",
          "description": "A snapshot of what a link leads to, shown before or instead of an immediate redirect. This can mean the social media card that appears when a link is shared, or an interstitial page hosted by the shortener that shows the destination before the visitor continues.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-preview",
          "termCode": "link-preview"
        },
        {
          "@type": "DefinedTerm",
          "name": "Social preview",
          "alternateName": [
            "OG preview"
          ],
          "description": "The title, description, and thumbnail image that appear when you share a link on social media, messaging apps, or collaboration tools. Platforms like LinkedIn, Twitter/X, Slack, and iMessage generate these previews automatically from information embedded in the destination page.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#social-preview",
          "termCode": "social-preview"
        },
        {
          "@type": "DefinedTerm",
          "name": "Open Graph",
          "alternateName": [
            "OG tags"
          ],
          "description": "Hidden tags in a web page's code that tell social platforms what title, description, and image to use when generating a link preview. Some link management platforms let you customize these values on the short link itself, overriding whatever the destination page specifies.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#open-graph",
          "termCode": "open-graph",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "The Open Graph Protocol",
              "url": "https://ogp.me/"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Twitter Card",
          "alternateName": [
            "X Card"
          ],
          "description": "A set of hidden tags in a web page's code that control how a link appears specifically when shared on X (formerly Twitter). Different card formats support a text summary, a large image, an app download prompt, or a media player.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#twitter-card",
          "termCode": "twitter-card",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "X (Twitter) Developer Documentation — Cards",
              "url": "https://developer.x.com/en/docs/twitter-for-websites/cards/overview/abouts-cards"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Link-in-bio",
          "description": "A simple page accessible through a single URL — typically placed in a social media profile bio — that collects multiple links in one place. Because platforms like Instagram only allow one clickable link in your profile, a link-in-bio page lets you direct followers to several destinations from that one spot.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-in-bio",
          "termCode": "link-in-bio"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link page",
          "description": "A page hosted by a link management platform that displays one or more links. Link pages can function as link-in-bio pages, campaign hubs, event landing pages, or lightweight microsites.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-page",
          "termCode": "link-page"
        },
        {
          "@type": "DefinedTerm",
          "name": "Landing page",
          "description": "The webpage a visitor arrives on after clicking a campaign link. This is typically a page created by a marketer to match the message of a specific campaign. A landing page is hosted on a website and is distinct from a link page hosted by the shortening platform.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#landing-page",
          "termCode": "landing-page"
        },
        {
          "@type": "DefinedTerm",
          "name": "Bulk link creation",
          "description": "The ability to create many short links at the same time — typically by uploading a spreadsheet, using the API, or applying a template. Essential for large campaigns, product catalogs, field teams, and direct mail programs.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#bulk-link-creation",
          "termCode": "bulk-link-creation"
        },
        {
          "@type": "DefinedTerm",
          "name": "Bulk edit",
          "description": "The ability to update multiple links at once — such as changing destinations, adding tags, moving to a different folder, or updating expiration dates — without editing each link individually.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#bulk-edit",
          "termCode": "bulk-edit"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link import",
          "alternateName": [
            "export"
          ],
          "description": "Tools that let you bring existing links into a platform or extract your link library as a file for backup, migration, reporting, or use in other tools. These typically use spreadsheet or CSV formats.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-import",
          "termCode": "link-import"
        },
        {
          "@type": "DefinedTerm",
          "name": "Tags & labels",
          "description": "Keywords or labels you can attach to links inside the platform to keep them organized. Tags make it easy to filter, search, and report on links by campaign, channel, team, region, or any grouping that makes sense for your workflow.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#tags-and-labels",
          "termCode": "tags-and-labels"
        },
        {
          "@type": "DefinedTerm",
          "name": "Folders",
          "alternateName": [
            "Workspaces"
          ],
          "description": "Organizational containers for grouping links. Folders typically organize links within a project or campaign, while workspaces often separate different teams, clients, or brands — sometimes with their own access controls.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#folders",
          "termCode": "folders"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link ownership",
          "description": "The user, team, or workspace responsible for a link. Ownership determines who can edit the link, who sees it in their dashboard, and who is accountable for how it's used.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-ownership",
          "termCode": "link-ownership"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link transfer",
          "description": "Moving a link from one owner, folder, workspace, or account to another. Useful when team members change, when agencies hand off work to clients, or when consolidating accounts.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-transfer",
          "termCode": "link-transfer"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link history",
          "alternateName": [
            "Audit trail"
          ],
          "description": "A log of everything that's happened to a link — including when it was created, who changed it, what the destination was changed to, and any routing or expiration updates. Audit trails are valuable for accountability, compliance, and troubleshooting.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-history",
          "termCode": "link-history"
        },
        {
          "@type": "DefinedTerm",
          "name": "Approval workflow",
          "description": "A process that requires a link to be reviewed and approved before it goes live or is distributed. Approval workflows help organizations ensure that links are correct, on-brand, and compliant before they reach an audience.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#approval-workflow",
          "termCode": "approval-workflow"
        },
        {
          "@type": "DefinedTerm",
          "name": "Template link",
          "description": "A saved configuration that can be used to quickly create new links with consistent settings — such as a standard domain, UTM parameters, folder assignment, or expiration rules. Templates reduce repetitive setup and help maintain consistency across a team.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#template-link",
          "termCode": "template-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "Case sensitivity",
          "description": "Whether the platform treats uppercase and lowercase letters in a slug as the same or different. For example, does `/Sale` lead to the same place as `/sale`? This affects how links behave if someone types them manually and how duplicates are handled.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#case-sensitivity",
          "termCode": "case-sensitivity"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link archive",
          "description": "A collection of old, expired, or retired links kept in the platform for reference and historical reporting. Archived links typically no longer redirect but their data and settings are preserved.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-archive",
          "termCode": "link-archive"
        },
        {
          "@type": "DefinedTerm",
          "name": "Favorites",
          "alternateName": [
            "Starred links"
          ],
          "description": "A way to bookmark specific links in the dashboard for quick access. Useful for keeping frequently monitored or high-priority links easy to find without searching.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#favorites",
          "termCode": "favorites"
        },
        {
          "@type": "DefinedTerm",
          "name": "Notes",
          "alternateName": [
            "Descriptions"
          ],
          "description": "A free-text field on a link record where you can write notes for yourself or your team — such as what the link is for, which campaign it belongs to, who's responsible, or any special instructions.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#notes",
          "termCode": "notes"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link health",
          "alternateName": [
            "Uptime monitoring"
          ],
          "description": "Automated checks that regularly verify a short link's destination is reachable and working. If the destination page goes down or returns an error, the platform can send an alert so you can fix the problem before too many visitors are affected.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-health",
          "termCode": "link-health"
        },
        {
          "@type": "DefinedTerm",
          "name": "Broken link detection",
          "description": "The process of finding short links whose destinations are returning errors, have been removed, or are no longer accessible. Catching broken links quickly prevents visitors from hitting dead ends.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#broken-link-detection",
          "termCode": "broken-link-detection"
        },
        {
          "@type": "DefinedTerm",
          "name": "404 fallback",
          "description": "A backup destination that visitors are sent to when a short link no longer works — for example, if it has expired or been deactivated. Instead of showing a generic \"page not found\" error, you can route visitors to your homepage, a search page, or a helpful custom message.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#404-fallback",
          "termCode": "404-fallback"
        },
        {
          "@type": "DefinedTerm",
          "name": "Secret link",
          "alternateName": [
            "Secret URL"
          ],
          "description": "A link that delivers a sensitive payload — a password, API key, token, or private note — instead of redirecting to a public destination. Secret links typically combine access controls such as single-view enforcement, expiration windows, and passphrase protection, and destroy the payload after delivery so the sensitive value does not persist in inboxes, chat history, or server logs. Unlike a regular short link, the URL itself is the delivery mechanism and dies after it has done its job.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#secret-link",
          "termCode": "secret-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "One-time link",
          "alternateName": [
            "One-time secret"
          ],
          "description": "A secret link that can be successfully opened exactly once. The first successful view atomically consumes the link: the payload is destroyed and every subsequent request receives a dead-link response. One-time semantics protect against forwarding, replay, and later compromise of the channel the link was sent through. The terms one-time link, one-time secret, and burn-after-read all describe the same behavior.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#one-time-link",
          "termCode": "one-time-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "Burn-after-read",
          "alternateName": [
            "Burn after reading"
          ],
          "description": "The destruction model behind one-time links: the moment the content is first revealed, it is permanently deleted (\"burned\") from the service's storage. A burned link cannot be recovered by the sender, the recipient, or the operator — non-recoverability is the security property, not a limitation. Services often distinguish burning (consumed by a view) from expiry (destroyed by a deadline passing unviewed).",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#burn-after-read",
          "termCode": "burn-after-read"
        },
        {
          "@type": "DefinedTerm",
          "name": "Self-destructing link",
          "description": "An umbrella term for links that stop working automatically — either after a set number of views (burn-after-read) or when an expiration deadline passes. Self-destruction limits how long a leaked or forwarded URL stays dangerous and is the core control that separates secret-sharing links from ordinary short links.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#self-destructing-link",
          "termCode": "self-destructing-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "Passphrase-protected link",
          "description": "A secret or short link that requires a shared passphrase before the content is revealed or the redirect fires. Because the passphrase is communicated out-of-band (a different channel than the link itself), an intercepted URL alone is not enough to expose the content. Well-implemented services hash the passphrase in the recipient's browser rather than transmitting it in cleartext.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#passphrase-protected-link",
          "termCode": "passphrase-protected-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "SSL",
          "alternateName": [
            "TLS",
            "HTTPS"
          ],
          "description": "SSL and TLS are the security technologies that encrypt data traveling between your browser and a website, protecting it from being intercepted. HTTPS in a web address means that encryption is active. All reputable link shortening services use HTTPS to keep users safe and signal that a link is trustworthy.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#ssl",
          "termCode": "ssl",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 8446 — The Transport Layer Security (TLS) Protocol Version 1.3",
              "url": "https://www.rfc-editor.org/rfc/rfc8446"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "TLS certificate",
          "description": "A digital credential that enables a website to use HTTPS. When you set up a custom domain for short links, the link management platform typically handles obtaining and renewing this certificate for you.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#tls-certificate",
          "termCode": "tls-certificate",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 8446 — The Transport Layer Security (TLS) Protocol Version 1.3",
              "url": "https://www.rfc-editor.org/rfc/rfc8446"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Link security",
          "description": "The overall set of measures that ensure short links aren't used to deceive or harm the people who click them. This includes using HTTPS, scanning destination URLs for malicious content, detecting phishing, enforcing acceptable use policies, and giving users tools to report problems.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-security",
          "termCode": "link-security"
        },
        {
          "@type": "DefinedTerm",
          "name": "Phishing",
          "description": "A scam where someone tricks you into visiting a fake website — usually designed to look like a trusted brand — to steal your password, payment details, or other sensitive information. Short links are sometimes misused in phishing because they hide the real destination. Link platforms actively scan for and block phishing links.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#phishing",
          "termCode": "phishing"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link spam",
          "description": "The use of short links in unwanted or deceptive communications — like mass spam emails, fake social media posts, or comment spam on websites. Link spam damages the reputation of the domain used and can cause links to be flagged or blocked by email providers and browsers.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-spam",
          "termCode": "link-spam"
        },
        {
          "@type": "DefinedTerm",
          "name": "Malicious link",
          "description": "A short link that leads to a harmful destination — such as a website that installs malware, harvests credentials, runs a scam, or hosts prohibited content.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#malicious-link",
          "termCode": "malicious-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "Malware scanning",
          "description": "Automated checks that inspect a link's destination for harmful software, suspicious scripts, or known dangerous content before the link is created or while it remains active.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#malware-scanning",
          "termCode": "malware-scanning"
        },
        {
          "@type": "DefinedTerm",
          "name": "Safe browsing",
          "description": "A category of protection systems that check web addresses against databases of known harmful sites. Google Safe Browsing is one widely used example. Link platforms may use these services to screen destinations and warn users about risky links.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#safe-browsing",
          "termCode": "safe-browsing",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Google Safe Browsing — Overview",
              "url": "https://developers.google.com/safe-browsing/v4"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Link scanning",
          "description": "Automated checks performed on a short link's destination — at creation time, at click time, or periodically — to detect malware, phishing, policy violations, or broken pages.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-scanning",
          "termCode": "link-scanning"
        },
        {
          "@type": "DefinedTerm",
          "name": "Threat intelligence",
          "description": "Information used to identify risky websites, domains, or online behaviors. Link platforms use threat intelligence from their own systems and external security providers to catch harmful links before they reach users.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#threat-intelligence",
          "termCode": "threat-intelligence"
        },
        {
          "@type": "DefinedTerm",
          "name": "Phishing detection",
          "description": "The process of identifying links designed to impersonate trusted brands, steal credentials, or mislead users. Detection looks at factors like visual similarity to known brands, suspicious domain names, and patterns associated with scam campaigns.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#phishing-detection",
          "termCode": "phishing-detection"
        },
        {
          "@type": "DefinedTerm",
          "name": "Lookalike domain",
          "alternateName": [
            "Homograph attack"
          ],
          "description": "A scam technique that uses a domain name designed to visually resemble a well-known and trusted one — for example, replacing a lowercase `l` with the number `1`, or using a character from another alphabet that looks identical. These fake domains are used in phishing and fraud campaigns.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#lookalike-domain",
          "termCode": "lookalike-domain",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 5891 — Internationalized Domain Names in Applications (IDNA): Protocol",
              "url": "https://www.rfc-editor.org/rfc/rfc5891"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Blocklist",
          "alternateName": [
            "Blacklist"
          ],
          "description": "A list of domains, web addresses, or other identifiers known or suspected to be harmful or abusive. Link platforms use blocklists to prevent short links from pointing to dangerous destinations. \"Blocklist\" is the modern preferred term; \"blacklist\" is an older synonym.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#blocklist",
          "termCode": "blocklist"
        },
        {
          "@type": "DefinedTerm",
          "name": "Allowlist",
          "alternateName": [
            "Whitelist"
          ],
          "description": "A list of approved destinations, users, or actions that are explicitly permitted. Some enterprise link platforms use allowlists so that employees can only create short links pointing to approved company domains. \"Allowlist\" is the modern preferred term; \"whitelist\" is an older synonym.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#allowlist",
          "termCode": "allowlist"
        },
        {
          "@type": "DefinedTerm",
          "name": "Domain reputation",
          "description": "A measure of how trustworthy a domain is, based on its history with spam, phishing, malware, and other signals. A domain with a poor reputation may cause links to be flagged by email providers, blocked by browsers, or distrusted by users.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#domain-reputation",
          "termCode": "domain-reputation"
        },
        {
          "@type": "DefinedTerm",
          "name": "Abuse report",
          "description": "A report submitted by a user, researcher, or automated system flagging a short link as potentially harmful, deceptive, or in violation of platform policies. Abuse reports trigger investigation and potential removal of the offending link.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#abuse-report",
          "termCode": "abuse-report"
        },
        {
          "@type": "DefinedTerm",
          "name": "Abuse prevention",
          "description": "The combination of automated tools and human review processes that a link platform uses to detect and stop misuse — including spam, phishing, malware distribution, and policy violations.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#abuse-prevention",
          "termCode": "abuse-prevention"
        },
        {
          "@type": "DefinedTerm",
          "name": "Suspended link",
          "description": "A short link that has been disabled by the platform because it violated policies, was involved in abuse, was flagged for legal reasons, or was associated with an account with billing issues. Visitors to a suspended link typically see a warning or error page.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#suspended-link",
          "termCode": "suspended-link"
        },
        {
          "@type": "DefinedTerm",
          "name": "GDPR compliance",
          "description": "Following the rules of the General Data Protection Regulation, a European law that governs how personal data about individuals is collected, used, and stored. For link management platforms, this affects how click data — including IP addresses and location — is handled, and it requires mechanisms for user consent and the ability to delete personal data on request.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#gdpr-compliance",
          "termCode": "gdpr-compliance",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)",
              "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "CCPA",
          "alternateName": [
            "CPRA compliance"
          ],
          "description": "Following California's privacy laws, which give California residents rights over their personal information — including the right to know what data is collected, to opt out of data sharing, and to request deletion. Link platforms that collect click and device data need to address these requirements for California users.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#ccpa",
          "termCode": "ccpa",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "California Consumer Privacy Act (CCPA) / California Privacy Rights Act (CPRA)",
              "url": "https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=CIV&sectionNum=1798.100"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Cookie consent",
          "description": "The process of asking users for permission before placing cookies or similar tracking tools on their device — required by privacy laws in many countries. Link platforms that use cookies for analytics or advertising may need to present a consent notice to users in affected regions.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#cookie-consent",
          "termCode": "cookie-consent",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)",
              "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Consent management",
          "description": "The systems and processes used to collect, store, and honor user consent preferences for data collection, cookies, tracking pixels, and advertising. Consent management becomes important when link tracking goes beyond basic server-side click logs.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#consent-management",
          "termCode": "consent-management",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)",
              "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Privacy policy",
          "description": "A public document that explains what data a platform collects, how it's used, who it's shared with, how long it's kept, and what rights users have. Link management platforms publish privacy policies that describe how click analytics and account data are handled.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#privacy-policy",
          "termCode": "privacy-policy",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)",
              "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Data retention",
          "description": "How long a platform keeps click data, analytics, and other records. Retention periods vary by provider and plan — some keep data for 30 days, others for years. Shorter retention can support privacy best practices by not keeping data longer than necessary.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#data-retention",
          "termCode": "data-retention",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)",
              "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Data processing agreement",
          "alternateName": [
            "DPA"
          ],
          "description": "A formal contract between an organization and a software vendor that specifies how the vendor will handle personal data on the organization's behalf. DPAs are common in enterprise relationships and are particularly important for GDPR compliance.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#data-processing-agreement",
          "termCode": "data-processing-agreement",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)",
              "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Data residency",
          "description": "The requirement or preference that data be stored and processed within a specific country or region. This matters for regulated industries, government organizations, and companies with regional data compliance obligations.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#data-residency",
          "termCode": "data-residency",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)",
              "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "PII",
          "alternateName": [
            "Personal data"
          ],
          "description": "Information that can be used to identify a specific individual. In link analytics, this may include IP addresses, device identifiers, location data, and click-level logs, depending on the jurisdiction and how the data is combined or used.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#pii",
          "termCode": "pii",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)",
              "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Terms of service",
          "description": "The legal agreement between a link management platform and its users. It defines what you can and can't do with the platform, what content and destinations are prohibited, and what happens if the rules are broken.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#terms-of-service",
          "termCode": "terms-of-service"
        },
        {
          "@type": "DefinedTerm",
          "name": "Rate limiting",
          "description": "A control that caps how many requests a user, IP address, or application can make within a given time period. Rate limiting protects the platform from abuse, automated attacks, and overload — and ensures fair access for all users.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#rate-limiting",
          "termCode": "rate-limiting"
        },
        {
          "@type": "DefinedTerm",
          "name": "CAPTCHA",
          "description": "A challenge — like identifying objects in photos or checking a box — used to verify that a request is coming from a real person rather than an automated bot. Link platforms may use CAPTCHAs during sign-up or when suspicious activity is detected.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#captcha",
          "termCode": "captcha",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "von Ahn, L., Blum, M., Hopper, N. J., & Langford, J. (2003). CAPTCHA: Using Hard AI Problems for Security",
              "url": "https://doi.org/10.1007/3-540-39200-9_18"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Two-factor authentication",
          "alternateName": [
            "2FA"
          ],
          "description": "A login security feature that requires two forms of verification to access your account — typically your password plus a one-time code sent to your phone or generated by an app. 2FA makes it much harder for someone to access your account even if they know your password.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#two-factor-authentication",
          "termCode": "two-factor-authentication"
        },
        {
          "@type": "DefinedTerm",
          "name": "Single sign-on",
          "alternateName": [
            "SSO"
          ],
          "description": "A way to log into a link management platform using the same credentials you use for other work tools — like Google Workspace, Microsoft, or Okta — rather than a separate username and password. SSO simplifies access management, especially for large teams.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#single-sign-on",
          "termCode": "single-sign-on"
        },
        {
          "@type": "DefinedTerm",
          "name": "Role-based access control",
          "alternateName": [
            "RBAC"
          ],
          "description": "A system that assigns team members different levels of access based on their role. For example, an admin might be able to create and delete links, while a viewer can only read reports. RBAC ensures people can only do what their job requires.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#role-based-access-control",
          "termCode": "role-based-access-control"
        },
        {
          "@type": "DefinedTerm",
          "name": "API",
          "alternateName": [
            "Application Programming Interface"
          ],
          "description": "A way for software applications to communicate with each other. A link management platform's API lets developers build their own tools, automate link creation, pull analytics data, and integrate the platform into other systems — all without using the web interface manually.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#api",
          "termCode": "api"
        },
        {
          "@type": "DefinedTerm",
          "name": "API key",
          "description": "A private code used to prove your identity when making API requests. Think of it like a password for your application. API keys should be kept secret, monitored, and changed if they're ever exposed.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#api-key",
          "termCode": "api-key"
        },
        {
          "@type": "DefinedTerm",
          "name": "Access token",
          "description": "A temporary credential used to authorize API requests. Access tokens often have defined permissions and expiration times, making them slightly more secure than long-lived API keys for certain integrations.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#access-token",
          "termCode": "access-token",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 6749 — The OAuth 2.0 Authorization Framework",
              "url": "https://www.rfc-editor.org/rfc/rfc6749"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "OAuth",
          "description": "A widely used standard that lets you grant third-party apps access to your account without sharing your password. When you click \"Sign in with Google\" or \"Connect your account\" in a platform, you're typically using OAuth.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#oauth",
          "termCode": "oauth",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 6749 — The OAuth 2.0 Authorization Framework",
              "url": "https://www.rfc-editor.org/rfc/rfc6749"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "REST API",
          "description": "A common style of building APIs that uses standard web methods — like GET to retrieve data, POST to create something, PUT or PATCH to update, and DELETE to remove — applied to specific URLs. Most link management platforms offer REST APIs.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#rest-api",
          "termCode": "rest-api",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 9110 — HTTP Semantics",
              "url": "https://www.rfc-editor.org/rfc/rfc9110"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Endpoint",
          "description": "A specific URL within an API that handles a particular action or resource. For example, one endpoint might create a new short link while another retrieves click analytics for a specific link.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#endpoint",
          "termCode": "endpoint"
        },
        {
          "@type": "DefinedTerm",
          "name": "SDK",
          "alternateName": [
            "Software Development Kit"
          ],
          "description": "A ready-made package of code that helps developers connect to an API using their preferred programming language. Instead of writing all the low-level web requests from scratch, an SDK provides pre-built functions and examples.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#sdk",
          "termCode": "sdk"
        },
        {
          "@type": "DefinedTerm",
          "name": "Webhook",
          "description": "An automatic notification your platform sends to another system when something happens — like a link being clicked, created, or expired. Instead of constantly checking for updates, your other tools receive a notification the moment an event occurs.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#webhook",
          "termCode": "webhook"
        },
        {
          "@type": "DefinedTerm",
          "name": "Webhook signature",
          "description": "A security code included with every webhook notification that lets the receiving system verify the message genuinely came from the link platform and wasn't tampered with in transit.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#webhook-signature",
          "termCode": "webhook-signature"
        },
        {
          "@type": "DefinedTerm",
          "name": "Retry policy",
          "description": "Rules that define what happens when an API call or webhook notification fails — such as how many times to try again, how long to wait between attempts, and what to do if all retries fail.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#retry-policy",
          "termCode": "retry-policy"
        },
        {
          "@type": "DefinedTerm",
          "name": "Pagination",
          "description": "A way of delivering large amounts of data in manageable chunks rather than all at once. When an API call would return thousands of links or click records, pagination splits the results into pages so each response stays fast and practical.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#pagination",
          "termCode": "pagination"
        },
        {
          "@type": "DefinedTerm",
          "name": "Rate limit",
          "description": "A cap on how many API requests can be made within a given time window — for example, 1,000 requests per hour. Exceeding the rate limit results in a temporary block until the window resets. Rate limits protect the platform and ensure fair access for all users.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#rate-limit",
          "termCode": "rate-limit"
        },
        {
          "@type": "DefinedTerm",
          "name": "Zapier",
          "alternateName": [
            "Make integration"
          ],
          "description": "Ready-made connectors that let you link your link management platform to hundreds of other apps without writing any code. For example, you could automatically shorten a URL whenever a new row is added to a spreadsheet, or post a notification to Slack when a link reaches a certain number of clicks.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#zapier",
          "termCode": "zapier"
        },
        {
          "@type": "DefinedTerm",
          "name": "CMS integration",
          "description": "A plugin or built-in connection that adds link shortening and tracking features directly into a content management system — such as WordPress or HubSpot — so you can manage short links without leaving your content editor.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#cms-integration",
          "termCode": "cms-integration"
        },
        {
          "@type": "DefinedTerm",
          "name": "Browser extension",
          "description": "A small add-on installed in your web browser that lets you shorten, copy, or manage the URL of the page you're currently viewing with a single click, without opening the link management platform separately.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#browser-extension",
          "termCode": "browser-extension"
        },
        {
          "@type": "DefinedTerm",
          "name": "DNS configuration",
          "description": "The process of setting up your domain's internet records so that your custom short-link domain points to the link management platform's servers. This is a required step before your custom domain can start serving short links.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#dns-configuration",
          "termCode": "dns-configuration"
        },
        {
          "@type": "DefinedTerm",
          "name": "DNS propagation",
          "description": "The time it takes for a DNS change to spread across the internet so that everyone's browsers and devices see the updated settings. Propagation usually takes a few minutes to a few hours, though it can occasionally take longer depending on settings and network caches.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#dns-propagation",
          "termCode": "dns-propagation"
        },
        {
          "@type": "DefinedTerm",
          "name": "CNAME record",
          "description": "A type of DNS record that points one domain name to another. For example, you might set up `go.yourcompany.com` to point to your link platform's servers using a CNAME record.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#cname-record",
          "termCode": "cname-record",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 1035 — Domain Names — Implementation and Specification",
              "url": "https://www.rfc-editor.org/rfc/rfc1035"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "A record",
          "description": "A type of DNS record that connects a domain name directly to a specific server's IP address. Some link platforms use A records instead of CNAME records when setting up custom domains — particularly for root domains like `yourcompany.com` rather than subdomains.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#a-record",
          "termCode": "a-record",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 1035 — Domain Names — Implementation and Specification",
              "url": "https://www.rfc-editor.org/rfc/rfc1035"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "TXT record",
          "description": "A DNS record used to store text-based information about a domain. Link platforms often ask you to add a TXT record to prove you own a domain before activating it for short links.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#txt-record",
          "termCode": "txt-record",
          "citation": [
            {
              "@type": "CreativeWork",
              "name": "RFC 1035 — Domain Names — Implementation and Specification",
              "url": "https://www.rfc-editor.org/rfc/rfc1035"
            }
          ]
        },
        {
          "@type": "DefinedTerm",
          "name": "Domain verification",
          "description": "The process of proving to a link management platform that you actually own or control a custom domain before it's activated. This usually involves adding a specific DNS record or file that the platform checks.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#domain-verification",
          "termCode": "domain-verification"
        },
        {
          "@type": "DefinedTerm",
          "name": "CDN",
          "alternateName": [
            "Content Delivery Network"
          ],
          "description": "A network of servers spread across many locations around the world that work together to deliver content faster. Link shortening platforms may use a CDN so that redirects are processed from a server close to the visitor, reducing the time it takes to reach the destination.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#cdn",
          "termCode": "cdn"
        },
        {
          "@type": "DefinedTerm",
          "name": "Edge redirect",
          "description": "A redirect handled by a server located close to the visitor — rather than at a central server far away — to make the redirect faster. Edge redirects are made possible by CDN infrastructure.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#edge-redirect",
          "termCode": "edge-redirect"
        },
        {
          "@type": "DefinedTerm",
          "name": "Latency",
          "description": "The delay between clicking a short link and arriving at the destination page. Lower latency means a faster, smoother experience. Latency is affected by server location, network speed, the number of redirect hops, and DNS lookup time.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#latency",
          "termCode": "latency"
        },
        {
          "@type": "DefinedTerm",
          "name": "Uptime",
          "alternateName": [
            "SLA"
          ],
          "description": "Uptime is how much of the time a service is operational and available. A Service Level Agreement (SLA) is a formal commitment from the provider specifying guaranteed uptime (e.g., 99.9%) and what remedies apply if that standard isn't met. For link shortening, downtime means every short link stops working — so uptime is critically important.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#uptime",
          "termCode": "uptime"
        },
        {
          "@type": "DefinedTerm",
          "name": "Multi-region failover",
          "description": "A design approach where traffic automatically shifts to backup servers in another location if one server or data center goes down. Multi-region failover improves reliability for high-volume or business-critical link campaigns.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#multi-region-failover",
          "termCode": "multi-region-failover"
        },
        {
          "@type": "DefinedTerm",
          "name": "Caching",
          "description": "Storing frequently used data — like which short link maps to which destination — in fast-access memory so it can be retrieved almost instantly without looking it up from scratch each time. Caching speeds up redirects significantly, though it can occasionally cause a slight delay when a destination is updated.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#caching",
          "termCode": "caching"
        },
        {
          "@type": "DefinedTerm",
          "name": "Server log",
          "description": "A record kept by the platform's servers of every request they process. For link shortening, server logs include timestamps, IP addresses, devices, browsers, and request details for every click. Logs are used for analytics, debugging, and compliance.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#server-log",
          "termCode": "server-log"
        },
        {
          "@type": "DefinedTerm",
          "name": "Free plan",
          "description": "A no-cost tier that gives you basic link shortening features with limits on how many links you can create, how many clicks are tracked, what analytics are available, and which features are accessible. Free plans are designed to let you try the platform before committing to a paid subscription.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#free-plan",
          "termCode": "free-plan"
        },
        {
          "@type": "DefinedTerm",
          "name": "Paid plan",
          "alternateName": [
            "Subscription"
          ],
          "description": "A recurring payment arrangement — billed monthly or annually — that unlocks higher limits, more features, deeper analytics, custom domains, team tools, and priority support. Annual plans typically cost less than paying month-to-month.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#paid-plan",
          "termCode": "paid-plan"
        },
        {
          "@type": "DefinedTerm",
          "name": "Link limit",
          "description": "The maximum number of short links an account can create or keep active under a given plan. Once the limit is reached, you may need to delete existing links or upgrade your plan to create more.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#link-limit",
          "termCode": "link-limit"
        },
        {
          "@type": "DefinedTerm",
          "name": "Click limit",
          "description": "The maximum number of click events included in a plan per billing period. When the limit is reached, the platform may keep redirecting visitors but stop recording analytics, or it may prompt you to upgrade.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#click-limit",
          "termCode": "click-limit"
        },
        {
          "@type": "DefinedTerm",
          "name": "Overage",
          "description": "Usage that goes beyond what your plan includes. Depending on the platform, overages may result in extra charges, reduced features, paused tracking, or a prompt to move to a higher plan.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#overage",
          "termCode": "overage"
        },
        {
          "@type": "DefinedTerm",
          "name": "Team account",
          "alternateName": [
            "Organization account"
          ],
          "description": "An account designed for multiple people working together. Team accounts include shared access to links and analytics, centralized billing, and tools for managing who can do what within the account.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#team-account",
          "termCode": "team-account"
        },
        {
          "@type": "DefinedTerm",
          "name": "Member",
          "alternateName": [
            "Seat"
          ],
          "description": "An individual user within a team or organization account. Pricing for team plans is often based on the number of seats, with options to add more members for an additional cost.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#member",
          "termCode": "member"
        },
        {
          "@type": "DefinedTerm",
          "name": "White-label",
          "description": "A setup that lets an agency, reseller, or enterprise customer offer link shortening under their own brand — with their logo, domain, and design — hiding any reference to the underlying platform provider.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#white-label",
          "termCode": "white-label"
        },
        {
          "@type": "DefinedTerm",
          "name": "Reseller",
          "description": "A business or individual that purchases link management services and offers them to their own customers, often under a white-label arrangement. Resellers include marketing agencies, SaaS companies, and managed service providers.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#reseller",
          "termCode": "reseller"
        },
        {
          "@type": "DefinedTerm",
          "name": "Enterprise tier",
          "description": "The highest level of service, designed for large organizations with complex requirements. Enterprise plans typically include high or unlimited usage, custom contracts, dedicated support, SSO, advanced access controls, compliance features, and custom integrations.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#enterprise-tier",
          "termCode": "enterprise-tier"
        },
        {
          "@type": "DefinedTerm",
          "name": "Account owner",
          "description": "The primary administrator of an account, responsible for billing, settings, user management, and overall account governance. The account owner typically has the highest level of access.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#account-owner",
          "termCode": "account-owner"
        },
        {
          "@type": "DefinedTerm",
          "name": "Billing contact",
          "description": "The person or email address that receives invoices, payment notices, and billing-related communications. The billing contact may be a different person from the account owner or technical administrator.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#billing-contact",
          "termCode": "billing-contact"
        },
        {
          "@type": "DefinedTerm",
          "name": "Usage quota",
          "description": "The defined limit on resources included in a plan — such as the number of links, clicks, custom domains, QR codes, team members, or API requests allowed per billing period.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#usage-quota",
          "termCode": "usage-quota"
        },
        {
          "@type": "DefinedTerm",
          "name": "Analytics retention limit",
          "description": "How far back your click data is available to view in the platform. A free plan might show only the last 30 days, while an enterprise plan might retain data for several years. This affects your ability to do historical reporting and compare campaigns over time.",
          "inDefinedTermSet": "https://uselinkpilot.com/glossary",
          "url": "https://uselinkpilot.com/glossary#analytics-retention-limit",
          "termCode": "analytics-retention-limit"
        }
      ]
    }
  ]
---

[![LinkPilot](/link_pilot_icon.webp)LinkPilot ](/)

[Features](/features)[Tools](/tools)[Blog](/blog)[Pricing](/pricing)[FAQ](/#faq)

Toggle theme [Sign In](/login)[Start free](/signup)

1.  [Home](/)
2.  Glossary 

Reference

# Link Shortening Glossary 

246 terms covering URL anatomy, redirects, analytics, UTM tracking, QR codes, security, APIs, and account management — explained in plain English.

[Backed by 20 cited sources — RFCs, W3C, ISO, GDPR, and platform docs](#references)

All sectionsCore Concepts & URL AnatomyRedirects & RoutingAnalytics & TrackingUTM Parameters & Campaign TrackingQR Codes & Physical MediaLink Management FeaturesSecurity, Trust & ComplianceAPI, Integrations & Technical InfrastructurePlans, Billing & Account

On this page

[Core Concepts & URL Anatomy](#core-concepts-and-url-anatomy)[Redirects & Routing](#redirects-and-routing)[Analytics & Tracking](#analytics-and-tracking)[UTM Parameters & Campaign Tracking](#utm-parameters-and-campaign-tracking)[QR Codes & Physical Media](#qr-codes-and-physical-media)[Link Management Features](#link-management-features)[Security, Trust & Compliance](#security-trust-and-compliance)[API, Integrations & Technical Infrastructure](#api-integrations-and-technical-infrastructure)[Plans, Billing & Account](#plans-billing-and-account)[References (20)](#references)

## Core Concepts & URL Anatomy

29 terms

[Short link / Short URL](#short-link)# 

A condensed version of a longer web address, typically generated by a URL shortening service. Short links are easier to share, remember, type, and display in space-constrained environments such as social media posts, printed materials, SMS messages, signage, or QR codes. Example: \`https://sho.rt/abc123\` in place of a long URL containing paths, query strings, tracking parameters, or product identifiers.

[Long URL / Destination URL](#long-url)# 

The full web address that a short link redirects to. Also called the target URL or destination, it is where a user ultimately lands after clicking or scanning the short link. Long URLs often contain tracking parameters, product IDs, filters, session-independent state, or other structured data that can make them difficult to share directly.

[Original URL](#original-url)# 

The URL as entered by the user when creating a short link. In many platforms this is synonymous with long URL, destination URL, or target URL. In some workflows, the original URL may later differ from the current destination if the short link supports destination editing.

[Target URL](#target-url)# 

The active URL to which a short link currently redirects. The target URL may be the same as the original URL or may be changed later if the platform supports editable destinations.

[Slug](#slug)# 

The unique character sequence appended to a short link's domain that identifies a specific link record. In \`https://sho.rt/abc123\`, the slug is \`abc123\`. Slugs can be generated automatically, usually as random or sequential alphanumeric strings, or manually defined by the user as a custom alias.

[Custom alias](#custom-alias)# 

A user-defined slug chosen to make a short link more readable, memorable, or campaign-specific. Instead of a random string like \`x7k9p\`, a custom alias might be \`summer-sale\`, \`event-rsvp\`, or \`product-launch\`. Custom aliases are usually subject to availability, length rules, reserved-word restrictions, and plan limits.

[Custom back-half](#custom-back-half)# 

An industry term for the user-defined portion of a short link that comes after the domain. In \`https://brand.co/summer-sale\`, the custom back-half is \`summer-sale\`. This term is commonly used by link management platforms and is effectively equivalent to a custom alias.

[Reserved alias](#reserved-alias)# 

A slug or custom alias that cannot be used because it is already taken, protected by the platform, reserved for system routes, restricted for brand or abuse reasons, or considered offensive or misleading. Examples may include \`admin\`, \`login\`, \`support\`, or aliases that impersonate major brands.

[Vanity URL](#vanity-url)# 

A branded, human-readable URL designed to be memorable and trustworthy. In link management, a vanity URL often combines a branded domain with a custom alias, such as \`https://brand.co/summer-sale\`. More broadly, the term can also refer to any memorable marketing URL, even when it is not produced by a link shortening platform.

[Branded link](#branded-link)# 

A short link that uses a brand-owned or brand-aligned domain instead of a generic shared shortener domain. Branded links improve recognition, trust, click confidence, and consistency across campaigns. Example: \`https://go.example.com/demo\` instead of \`https://bit.ly/abc123\`.

[URL shortener](#url-shortener)# 

A service, application, or tool that takes a long web address and produces a shorter one that redirects to the same destination. URL shorteners keep a record of which short link maps to which destination and handle the redirect each time someone clicks. You may also see this described informally as "URL compression," though nothing is technically compressed — the short link simply acts as an alias that points to the original address. Examples include Bitly, TinyURL, Rebrandly, Short.io, and similar platforms.

[Link shortening service](#link-shortening-service)# 

A platform that provides URL shortening along with related features such as analytics, custom domains, QR code generation, link editing, campaign tracking, security scanning, and team management. The term emphasizes the full-service layer around short links rather than the shortening function alone.

[Link management platform](#link-management-platform)# 

A system for creating, organizing, tracking, securing, and managing links at scale. Link management platforms typically include URL shortening, branded domains, analytics, routing rules, bulk operations, QR codes, integrations, permissions, and reporting.

[Domain](#domain)# 

The registered web address used in a URL. In \`https://sho.rt/abc123\`, the domain is \`sho.rt\`. URL shortening services may offer shared default domains and allow customers to configure custom domains for branded short links. [\[1\]](#ref-1 "Reference 1")

[TLD / Top-level domain](#tld)# 

The final segment of a domain name, such as \`.com\`, \`.org\`, \`.io\`, or \`.ly\`. Short-link brands often choose short or memorable TLDs, but the choice of TLD can affect user trust, brand perception, cost, and availability. [\[1\]](#ref-1 "Reference 1")

[Root domain / Apex domain](#root-domain)# 

The base registered domain without a subdomain, such as \`example.com\`. Some shorteners support using an apex domain for short links, while others recommend a subdomain such as \`go.example.com\` to avoid interfering with the main website. [\[1\]](#ref-1 "Reference 1")

[Custom domain](#custom-domain)# 

A domain owned or controlled by the user and configured to serve short links instead of using the shortening service's default shared domain. Custom domains improve brand recognition, user trust, and long-term portability. Example: using \`go.yourcompany.com\` instead of \`bit.ly\`.

[Branded domain](#branded-domain)# 

A custom domain chosen specifically to reinforce a company, product, campaign, or organization identity. Branded domains are often short, memorable, and aligned with the brand name. Functionally, they are custom domains with a branding purpose.

[Subdomain](#subdomain)# 

A prefix added before a root domain, separated by a dot. In \`go.yourcompany.com\`, \`go\` is the subdomain. Subdomains are commonly used for short links because they let organizations create branded link namespaces without changing their main website domain. [\[1\]](#ref-1 "Reference 1")

[Path](#path)# 

The portion of a URL that follows the domain and identifies a location, resource, or route. In \`https://example.com/products/shoes\`, \`/products/shoes\` is the path. In a short link, the path often consists only of the slug, such as \`/abc123\`. [\[1\]](#ref-1 "Reference 1")

[Query string](#query-string)# 

The portion of a URL beginning with \`?\` that contains key-value parameter pairs. Example: \`?color=blue&size=medium\`. Query strings are commonly used for tracking, filtering, search state, personalization, and feature flags. Link shorteners may preserve, append, merge, or strip query strings depending on configuration. [\[1\]](#ref-1 "Reference 1")

[URL parameters](#url-parameters)# 

Individual key-value pairs within a query string, separated by \`&\`. Example: \`utm\_source=newsletter\`. URL parameters are widely used for analytics, campaign attribution, personalization, product filtering, and application behavior. [\[1\]](#ref-1 "Reference 1")

[Fragment / Anchor](#fragment)# 

The portion of a URL following a \`#\` symbol, used by browsers to navigate to a specific section or state within a page. Example: \`https://example.com/page#section-3\`. Fragments are processed by the browser and are not sent to the server in normal HTTP requests, which can affect how they interact with redirects and tracking. [\[1\]](#ref-1 "Reference 1")

[Protocol / Scheme](#protocol)# 

The first part of a URL that indicates how the resource should be accessed. Common examples include \`http://\`, \`https://\`, \`mailto:\`, and custom app schemes such as \`myapp://\`. Short links nearly always use HTTPS for security and trust. [\[1\]](#ref-1 "Reference 1")

[HTTP](#http)# 

Hypertext Transfer Protocol, the standard protocol used by browsers and web servers to exchange web content. Plain HTTP is not encrypted, so modern browsers may warn users when forms, logins, or sensitive pages are served over HTTP. [\[2\]](#ref-2 "Reference 2")

[HTTPS](#https)# 

HTTP Secure, which uses TLS encryption to protect data in transit between a browser and a server. Reputable link shortening services serve short links over HTTPS to protect users, support modern browser expectations, and improve trust. [\[2\]](#ref-2 "Reference 2") [\[3\]](#ref-3 "Reference 3")

[Canonical URL](#canonical-url)# 

The "official" version of a web address for a piece of content. When multiple URLs — including short links, tracked links, or slight variations — all point to the same page, the canonical URL is the one that search engines and analytics tools should treat as the primary address. Declaring a canonical URL helps avoid confusion or duplicate-content issues in search rankings. [\[4\]](#ref-4 "Reference 4")

[URL encoding / Percent encoding](#url-encoding)# 

The process of converting characters that can't safely appear in a web address into a standardized stand-in format. For example, a space becomes \`%20\`, and an ampersand used inside a value gets converted so it isn't mistaken for a separator. This happens automatically in most tools, but it's worth knowing about when shortening URLs that contain tracking parameters or special symbols. [\[1\]](#ref-1 "Reference 1")

[IDN / Internationalized domain name](#idn)# 

A domain name that uses characters outside the standard Latin alphabet, such as accented letters, Arabic, Chinese, or other scripts. While this helps with localization, it can also create security risks — some characters from other alphabets look nearly identical to familiar Latin letters, making it possible to create deceptive domains that appear to be legitimate ones. [\[5\]](#ref-5 "Reference 5")

## Redirects & Routing

30 terms

[Redirect](#redirect)# 

The behind-the-scenes process that sends someone who clicks a short link to the actual destination page. When you visit a short link, your browser receives a quick instruction from the server saying "go here instead," then takes you to the destination — usually so fast you don't notice the step in between. [\[2\]](#ref-2 "Reference 2")

[Location header](#location-header)# 

A behind-the-scenes instruction included in a server's redirect response that tells the browser which URL to go to next. Users never see this directly — it's part of the technical exchange that makes redirects work. [\[2\]](#ref-2 "Reference 2")

[301 redirect / Permanent redirect](#301-redirect)# 

A type of redirect that signals the move to a new address is permanent. Browsers and search engines may remember a 301 redirect and go directly to the destination on future visits, which can mean some clicks don't pass through the shortener. This also affects how search engines transfer ranking credit to the destination page. [\[2\]](#ref-2 "Reference 2")

[302 redirect / Temporary redirect](#302-redirect)# 

A type of redirect that signals the destination may change in the future. Because browsers don't permanently memorize a 302, every click continues to pass through the shortener — which is why most link shortening services use 302 redirects by default. It also means the destination can be updated at any time without breaking the link. [\[2\]](#ref-2 "Reference 2")

[307 redirect / Temporary redirect with method preservation](#307-redirect)# 

A temporary redirect that preserves the exact type of request being made. This is mainly relevant for developers building integrations — for everyday link shortening, a standard 302 redirect is used instead. [\[2\]](#ref-2 "Reference 2")

[308 redirect / Permanent redirect with method preservation](#308-redirect)# 

A permanent redirect that also preserves the exact type of request being made. Like the 307, this is mainly relevant in technical or developer contexts rather than everyday link management. [\[2\]](#ref-2 "Reference 2")

[Meta refresh redirect](#meta-refresh-redirect)# 

A redirect triggered by an instruction embedded in a web page itself, rather than by the server. The page tells the browser "go to this other address in X seconds." This method is slower and less reliable than a server-side redirect and is rarely used by modern link shortening services. [\[4\]](#ref-4 "Reference 4")

[JavaScript redirect](#javascript-redirect)# 

A redirect triggered by code running in the browser. It can support complex logic but is generally slower and less reliable than a server-side redirect — and it won't work for users who have JavaScript disabled or for bots and search engine crawlers.

[Server-side redirect](#server-side-redirect)# 

A redirect handled by the server before any page content is sent to the browser. The server simply says "go here" and the browser follows. This is the fastest and most reliable method, and it's what virtually all link shortening services use. [\[2\]](#ref-2 "Reference 2")

[Client-side redirect](#client-side-redirect)# 

A redirect that happens inside the browser after part of a page has already loaded, typically through JavaScript or a meta refresh instruction. These are slower and less consistent than server-side redirects.

[Redirect chain](#redirect-chain)# 

A sequence of multiple redirects needed to reach the final destination. Example: short link -> tracking link -> affiliate network -> landing page. Redirect chains increase latency, complicate analytics, and can reduce reliability. Best practice is to minimize unnecessary hops.

[Redirect loop](#redirect-loop)# 

An error condition in which one URL redirects back to itself or to another URL that eventually redirects back again, creating an infinite cycle. Browsers usually stop after a limited number of redirects and display an error. [\[2\]](#ref-2 "Reference 2")

[Pass-through redirect](#pass-through-redirect)# 

A redirect that automatically carries any extra tracking information from the short link over to the destination URL. For example, if someone shares your short link with a campaign code appended, that code gets passed along to the landing page automatically.

[Parameter forwarding](#parameter-forwarding)# 

The process of copying tracking values or other information from the short link's address to the destination URL. Platforms may let you forward all values, only selected ones, or merge them with values already on the destination.

[Cloaking](#cloaking)# 

When a short link hides or obscures the true destination from the person clicking it. All short links do this to some degree by design — you can't see the full destination before clicking. The term has a negative meaning when it's used deliberately to hide harmful, deceptive, or policy-violating destinations. Preview pages, branded domains, and destination scanning help reduce this risk.

[Link forwarding](#link-forwarding)# 

A general term for sending someone from one web address to another. In link shortening, it simply means redirecting a short link to its destination URL.

[Deep link](#deep-link)# 

A link that takes users directly to a specific piece of content — such as a product page, article, or account screen — rather than to a website's homepage. Deep links skip the homepage and drop the user exactly where they need to be.

[App deep link](#app-deep-link)# 

A deep link designed to open content inside a mobile app rather than in a browser. These links detect whether the app is installed and, if so, open the relevant screen directly inside the app.

[Deferred deep link](#deferred-deep-link)# 

A smart link that remembers where it was supposed to send someone, even if their app wasn't installed when they first clicked. The user is sent to download the app first, and once it's installed and opened, they're taken straight to the intended content. Commonly used in mobile marketing campaigns.

[Universal Link](#universal-link)# 

An Apple standard that allows a single web address to open either a specific screen inside an iOS app (if the app is installed) or a regular webpage (if it isn't). This creates a seamless experience without requiring separate links for app users and web users. [\[6\]](#ref-6 "Reference 6")

[Android App Link](#android-app-link)# 

Google's version of Universal Links for Android devices. A single web address can open a specific screen inside an Android app when the app is installed, or fall back to a webpage if it isn't. [\[7\]](#ref-7 "Reference 7")

[Smart redirect](#smart-redirect)# 

A redirect that automatically sends different visitors to different destinations based on context — such as what device they're using, where they are in the world, or what time it is. A single short link might send iPhone users to the App Store, Android users to Google Play, and desktop users to a website.

[Device-based redirect](#device-based-redirect)# 

A smart redirect that routes visitors to different destinations based on the type of device or operating system they're using — such as desktop, iPhone, or Android.

[Geo-targeting redirect](#geo-targeting-redirect)# 

A smart redirect that sends visitors to different destinations based on their location, such as their country, region, or city. Commonly used to show localized offers, the right language version of a page, or region-specific content.

[Language-based redirect](#language-based-redirect)# 

A smart redirect that routes visitors to different destinations based on the language their browser is set to. This helps send users to the version of a page that's written in their preferred language.

[Time-based redirect](#time-based-redirect)# 

A redirect that changes where it sends people based on the date or time. Useful for countdown campaigns, event registrations that close at a deadline, flash sales, or post-event pages that replace the original destination automatically.

[Rules engine](#rules-engine)# 

A system inside a link management platform that evaluates conditions — like device type, country, language, time, or where the click came from — and decides which destination to send the visitor to. Rules engines power smart redirects and complex routing logic without requiring code.

[Fallback URL](#fallback-url)# 

A backup destination that receives visitors when the primary destination isn't available, has expired, or doesn't match any routing rules. Fallback URLs prevent dead ends and help ensure visitors always land somewhere useful.

[Destination override](#destination-override)# 

A rule that changes the default destination of a link under specific conditions, such as when a certain parameter is present, when the visitor is in a particular location, or when a campaign has ended.

[Interstitial page](#interstitial-page)# 

A page shown briefly between a short link and its final destination. Interstitial pages might display a branded transition, a safety notice, an age gate, a password prompt, or a preview of the destination before the visitor continues.

## Analytics & Tracking

35 terms

[Click tracking](#click-tracking)# 

The process of recording data each time someone clicks a short link. This typically captures when the click happened, what device was used, roughly where in the world the person was, what website or app they came from, and other useful details.

[Click count](#click-count)# 

The total number of times a short link has been clicked within a given period. This is the most basic measure of link activity, though it may include repeat clicks and automated traffic unless filtered.

[Total clicks](#total-clicks)# 

The raw count of all click events recorded for a short link, including repeat visits from the same person and automated traffic. Total clicks show overall volume but may be higher than the number of actual people reached.

[Unique clicks](#unique-clicks)# 

An estimate of how many distinct individuals clicked a link. Because it's difficult to identify people with certainty online, this is typically estimated using a combination of IP address, browser information, and other signals. Treat this as a useful approximation rather than an exact count.

[Raw clicks](#raw-clicks)# 

All click events recorded before any filtering or cleaning. Raw clicks may include real visitors, automated bots, security scanners, duplicate clicks, and internal testing activity.

[Filtered clicks](#filtered-clicks)# 

Clicks remaining after the platform removes known bots, duplicate events, internal traffic, and other activity that doesn't represent genuine visitors. Filtered clicks give a cleaner picture of real human engagement.

[Human clicks](#human-clicks)# 

Clicks that the platform has determined are most likely from real people rather than automated systems. This classification uses signals like browser behavior, IP reputation, and device patterns — it's a best estimate, not a guarantee.

[Click-through rate (CTR)](#click-through-rate-ctr)# 

The percentage of people who see a link and actually click it. Calculated as clicks divided by impressions, multiplied by 100. CTR is widely used to measure how compelling a message, ad, or call to action is.

[Impression](#impression)# 

A single instance of a link, ad, or post being displayed to someone. CTR is calculated using impressions as the baseline. Link shorteners can track clicks, but they can't always measure impressions — that data usually comes from the platform where the link was shown.

[Referrer / Referring URL](#referrer)# 

The website or app that a visitor came from before clicking a short link. For example, if someone clicks your link in a newsletter, the referrer might show as your email platform. Note that privacy settings, certain apps, and browser policies sometimes hide this information, causing clicks to show up as "direct" or "unknown." [\[2\]](#ref-2 "Reference 2")

[Traffic source](#traffic-source)# 

The channel or origin that sent visitors to a short link — such as email, social media, paid advertising, or a partner website. Traffic source is typically identified through referrer data, UTM parameters, or click IDs.

[Direct traffic](#direct-traffic)# 

Clicks where no referrer information is available. This can happen when someone types a URL directly, clicks a link in a messaging app, copies and pastes a link, or visits from an environment that strips referrer data. Direct traffic is often larger than expected for this reason.

[Geographic data / Geo data](#geographic-data)# 

Location information inferred from a visitor's IP address at the time of a click. It typically includes country, region, and city. This is an approximation — VPNs, shared networks, and mobile carriers can affect accuracy.

[Browser data](#browser-data)# 

Information about which browser or app was used to click a short link, such as Chrome, Safari, or Firefox. This comes from information the browser sends automatically with each request.

[Device type](#device-type)# 

The category of device used to click a link — such as desktop computer, mobile phone, or tablet. Device data helps with understanding your audience and setting up smart redirect rules.

[Operating system](#operating-system)# 

The software running on the visitor's device, such as Windows, macOS, iOS, or Android. This is often used alongside device type to understand your audience or route mobile users to the right app store.

[User agent](#user-agent)# 

A string of text that browsers and apps automatically send with every web request, describing what software and device is being used. Link platforms use this to determine device type, browser, and operating system — and to help identify bot traffic. User agents can sometimes be incomplete or altered for privacy. [\[2\]](#ref-2 "Reference 2")

[IP address](#ip-address)# 

A number that identifies the device or network making a request. Link shorteners use IP addresses to estimate location, detect bots, count unique visitors, and enforce security rules. IP addresses can be shared among many users (like on a corporate network) or hidden by a VPN, and may be considered personal data under privacy laws in some regions. [\[8\]](#ref-8 "Reference 8")

[Time of click](#time-of-click)# 

The date and time recorded when a click event occurs. Platforms typically store this in a universal time standard and display it in your account's time zone. Time-of-click data helps you understand when your audience is most active.

[Session](#session)# 

A period of user activity grouped together by an analytics system. Link shorteners track individual clicks; session-level data (like pages visited after clicking) is usually captured by the analytics platform on the destination website.

[Conversion](#conversion)# 

A meaningful action taken by a visitor after clicking a link — such as making a purchase, signing up, downloading a file, or submitting a form. Conversions are the ultimate measure of whether a link campaign actually achieved its goal.

[Conversion tracking](#conversion-tracking)# 

The process of measuring how many people who clicked a link went on to complete a desired action. This typically requires adding a small tracking snippet to the destination page or connecting the shortening service to an analytics or advertising tool.

[Post-click tracking](#post-click-tracking)# 

Tracking what visitors do after they land on the destination page — such as browsing, filling out a form, or making a purchase. This requires instrumentation on the destination website and is separate from what the link shortener records.

[Attribution window](#attribution-window)# 

The time period during which a click can receive credit for a later conversion. For example, a 7-day attribution window means a link click gets credit for a purchase if it happens within seven days of the click.

[Engagement rate](#engagement-rate)# 

A measure of how meaningfully visitors interact with content, beyond simply clicking a link. Depending on the tool, engagement rate might factor in time spent on page, how far they scrolled, whether they converted, or other actions.

[Link performance](#link-performance)# 

An overall assessment of how well a link is doing. This typically includes clicks, estimated unique visitors, conversion rate, geographic reach, device mix, and campaign attribution data.

[Dashboard](#dashboard)# 

The main screen in a link management platform where you can see analytics, manage your links, monitor campaign results, and access settings. Dashboards typically show top-level metrics like total clicks over time, your most-clicked links, where visitors came from, and what devices they used.

[Real-time analytics](#real-time-analytics)# 

Analytics data that updates within seconds of a click occurring. Real-time analytics are especially useful during live events, product launches, or time-sensitive campaigns where you need to react quickly.

[Historical data](#historical-data)# 

Stored analytics data from past activity. Historical data lets you compare performance across time periods, identify trends, and evaluate the long-term impact of campaigns. How far back data goes depends on your plan and provider.

[Bot traffic](#bot-traffic)# 

Clicks generated by automated programs rather than real people. Bots include search engine crawlers, link preview generators, email security scanners, and malicious scripts. Unfiltered bot traffic inflates click numbers and skews analytics.

[Bot filtering](#bot-filtering)# 

The process of identifying and separating bot-generated clicks from real human activity. Platforms use signals like browser behavior, known bot lists, IP reputation, and request patterns to filter out automated traffic.

[Invalid traffic](#invalid-traffic)# 

Clicks or activity that don't represent genuine visitor engagement — including bots, duplicate clicks, fraudulent traffic, and accidental reloads. Filtering invalid traffic gives a more accurate picture of real campaign performance.

[Click deduplication](#click-deduplication)# 

The process of identifying and handling repeated clicks from the same person, device, or bot within a set time window. Deduplication helps distinguish how many times a link was clicked from how many individual people clicked it.

[Internal traffic filtering](#internal-traffic-filtering)# 

Excluding clicks from your own team, agency, or office network from analytics reports. Without this, testing links, reviewing campaigns, and employee activity can inflate your click data.

[Event stream](#event-stream)# 

A chronological log of activity related to a link — including clicks, edits, expirations, and other platform events. Event streams are useful for monitoring, automation, and connecting link data to other business systems.

## UTM Parameters & Campaign Tracking

26 terms

[UTM parameters](#utm-parameters)# 

A set of short labels you can add to the end of a web address to tell your analytics tools where a click came from and which campaign drove it. UTM stands for Urchin Tracking Module — named after an early analytics company that later became Google Analytics. When you shorten a URL that includes UTM labels, those labels are preserved and passed along to the destination, where your analytics platform reads them. [\[9\]](#ref-9 "Reference 9")

[UTM source](#utm-source)# 

The \`utm\_source\` label, used to identify where the click came from — such as a specific newsletter, social platform, or partner site. Examples: \`newsletter\`, \`linkedin\`, \`google\`, \`spring\_email\_list\`. [\[9\]](#ref-9 "Reference 9")

[UTM medium](#utm-medium)# 

The \`utm\_medium\` label, used to identify the type of marketing channel. Examples: \`email\`, \`paid\_social\`, \`cpc\` (paid search), \`affiliate\`, \`qr\`. [\[9\]](#ref-9 "Reference 9")

[UTM campaign](#utm-campaign)# 

The \`utm\_campaign\` label, used to name the specific campaign or promotion. Examples: \`spring-launch\`, \`black-friday-2026\`, \`product-announcement\`. [\[9\]](#ref-9 "Reference 9")

[UTM term](#utm-term)# 

The \`utm\_term\` label, traditionally used in paid search ads to note which keyword triggered the ad. It can also be used in other contexts when you want to track a specific term or audience segment. [\[9\]](#ref-9 "Reference 9")

[UTM content](#utm-content)# 

The \`utm\_content\` label, used to tell apart different links within the same campaign — for example, two different buttons in the same email, or two ad creatives in the same campaign. Example values: \`hero-button\`, \`footer-link\`, \`blue-creative\`. [\[9\]](#ref-9 "Reference 9")

[UTM ID / Campaign ID](#utm-id)# 

The \`utm\_id\` label, used to tag a campaign with a stable, unique identifier. Useful when campaign names might change or when you need a consistent ID to connect data across different tools. [\[9\]](#ref-9 "Reference 9")

[UTM builder](#utm-builder)# 

A tool that helps you create properly formatted campaign URLs by filling out a simple form — so you don't have to type UTM labels manually and risk mistakes. Most link management platforms include a built-in UTM builder.

[Campaign URL](#campaign-url)# 

A destination web address that includes UTM labels for tracking. Campaign URLs are often long and messy, which is why they're typically shortened before being shared.

[Campaign tagging](#campaign-tagging)# 

The practice of adding UTM or other tracking labels to links before distributing them. Consistent tagging across all your campaigns makes it possible to accurately compare channel performance in your analytics reports.

[UTM naming convention](#utm-naming-convention)# 

An agreed-upon set of rules for how your team writes UTM values — including capitalization, punctuation, source names, and campaign formats. Without a naming convention, the same source might appear as \`Email\`, \`email\`, and \`e-mail\` in your reports, splitting data that should be combined.

[UTM governance](#utm-governance)# 

The process of defining, documenting, and enforcing your UTM naming rules across teams, agencies, and tools. Good governance keeps analytics data clean and consistent as your organization grows.

[Channel grouping](#channel-grouping)# 

A way of organizing web traffic into broad categories like Email, Paid Search, Organic Social, or Referral. Channel groupings are usually defined in your analytics platform and rely on UTM source and medium values to sort traffic correctly.

[Auto-tagging](#auto-tagging)# 

When an advertising platform automatically adds its own tracking identifiers to URLs rather than requiring you to add them manually. Google Ads and Meta do this by default. Auto-tagging needs to be coordinated with any manual UTM tagging to avoid conflicts. [\[10\]](#ref-10 "Reference 10")

[GCLID / Google Click Identifier](#gclid)# 

A tracking code that Google Ads automatically adds to URLs when someone clicks a Google ad. It helps connect the ad click to conversions and analytics data in Google's platforms. [\[10\]](#ref-10 "Reference 10")

[FBCLID](#fbclid)# 

A tracking identifier that Meta (Facebook and Instagram) sometimes adds to outbound links. It's used for attribution within Meta's advertising systems. Many analytics teams choose to filter it out to keep URLs clean.

[MSCLKID](#msclkid)# 

A tracking identifier added by Microsoft Advertising (formerly Bing Ads) when auto-tagging is enabled. It works similarly to Google's GCLID, connecting ad clicks to conversion data. [\[11\]](#ref-11 "Reference 11")

[Click ID](#click-id)# 

A unique identifier tied to a specific click event. Click IDs are often appended to destination URLs so that advertising platforms, affiliate networks, or analytics systems can match the click to a later conversion.

[Attribution](#attribution)# 

The process of figuring out which marketing touchpoints deserve credit for a conversion. Attribution answers the question: "Which link, ad, or campaign actually drove this result?"

[First-touch attribution](#first-touch-attribution)# 

An attribution model that gives all the credit for a conversion to the very first link or touchpoint a person interacted with. Useful for understanding what first introduced someone to your brand or product.

[Last-touch attribution](#last-touch-attribution)# 

An attribution model that gives all the credit to the final link or touchpoint before a conversion. Simple to implement, but it ignores all earlier interactions that may have influenced the decision.

[Multi-touch attribution](#multi-touch-attribution)# 

An attribution approach that spreads credit for a conversion across multiple touchpoints in a person's journey. Common models include giving equal credit to all touchpoints, giving more credit to recent ones, or giving extra weight to the first and last interactions.

[Pixel tracking](#pixel-tracking)# 

A method of tracking visitor behavior by placing a tiny, invisible image or small piece of code on a web page. When someone visits the page, it quietly sends data to an analytics or advertising platform. Pixels are commonly used for conversion tracking and building retargeting audiences.

[Retargeting pixel](#retargeting-pixel)# 

A tracking pixel that adds visitors to an advertising audience so you can show them follow-up ads later. For example, if someone clicks your short link and visits your product page, a retargeting pixel can add them to a list for a follow-up ad campaign.

[Tag](#tag)# 

A word with different meanings depending on context. In analytics and advertising, a tag is a tracking pixel or script placed on a web page. In a link management platform, a tag is an organizational label you apply to links to group and filter them. In UTM tracking, a tag refers to the UTM parameters themselves.

[Tag manager](#tag-manager)# 

A tool like Google Tag Manager that lets you add and manage tracking scripts and pixels on a website through a simple interface — without needing to edit the website's code directly every time.

## QR Codes & Physical Media

14 terms

[QR code](#qr-code)# 

A square barcode made up of black and white patterns that encodes information — most commonly a web address. Smartphones can scan QR codes using their camera and instantly open the encoded URL, making QR codes a popular bridge between physical materials and digital content. [\[12\]](#ref-12 "Reference 12")

[Dynamic QR code](#dynamic-qr-code)# 

A QR code that points to a short link rather than directly to a final destination. Because the short link's destination can be updated at any time, you can change where the QR code sends people without reprinting it. Dynamic QR codes also support scan tracking.

[Static QR code](#static-qr-code)# 

A QR code that is permanently encoded with a specific destination. Once printed, a static QR code cannot be changed — if the destination moves, you need a new QR code. Static codes generally don't provide scan tracking unless they point to a tracked URL. [\[12\]](#ref-12 "Reference 12")

[QR code generator](#qr-code-generator)# 

A tool that creates QR codes from URLs or other data. Most link management platforms include a QR code generator and may offer customization options like colors, logos, file formats, and campaign tracking.

[QR code scan](#qr-code-scan)# 

The act of pointing a smartphone camera at a QR code to decode it and open the encoded URL. When a dynamic QR code routes through a trackable short link, each scan is recorded as a click event.

[Print-to-digital](#print-to-digital)# 

Using QR codes, short URLs, or similar tools on physical materials — like brochures, packaging, posters, or business cards — to send people to a digital experience. Print-to-digital makes physical marketing measurable.

[Offline-to-online](#offline-to-online)# 

The broader practice of moving people from physical-world touchpoints into digital experiences. Link management tools make these transitions trackable through QR codes, short URLs, and NFC tags.

[Scan rate](#scan-rate)# 

The number of times a QR code has been scanned in a given period, or the percentage of scans relative to estimated views or impressions. Scan rate is a key metric for measuring the effectiveness of print, packaging, and out-of-home campaigns.

[QR customization](#qr-customization)# 

The ability to change how a QR code looks — such as its colors, the logo in the center, or the shape of its corner markers — while keeping it scannable. Good customization stays on-brand while maintaining enough contrast and structure to be read reliably by cameras. [\[12\]](#ref-12 "Reference 12")

[Error correction level](#error-correction-level)# 

A setting that determines how much of a QR code can be damaged, obscured, or covered by a logo and still be scanned successfully. Higher error correction allows more visual modification but may make the code denser and slightly harder to read at small sizes. [\[12\]](#ref-12 "Reference 12")

[QR eye / Finder pattern](#qr-eye)# 

The three large square markers in the corners of a QR code that help cameras detect, orient, and decode it. These are often customized with rounded shapes or brand colors while still allowing reliable scanning. [\[12\]](#ref-12 "Reference 12")

[Quiet zone](#quiet-zone)# 

The blank border of white space around the outside of a QR code. This margin helps cameras find and read the code. Cropping into the quiet zone is a common cause of scanning failures. [\[12\]](#ref-12 "Reference 12")

[Scannability](#scannability)# 

How easily and reliably a QR code can be scanned in real-world conditions. Good scannability depends on size, contrast between light and dark areas, print quality, the surface it's printed on, available lighting, and whether the quiet zone is intact. [\[12\]](#ref-12 "Reference 12")

[NFC tag](#nfc-tag)# 

A small chip embedded in a physical object — like a sticker, card, or product — that can trigger an action, such as opening a web address, when a compatible smartphone is tapped against it. NFC tags are often used alongside QR codes as another way to connect physical items to digital experiences. [\[13\]](#ref-13 "Reference 13")

## Link Management Features

32 terms

[Link editing / Destination editing](#link-editing)# 

The ability to change where a short link points after it's already been created and shared. This is one of the biggest advantages of managed short links — if a landing page moves or a campaign changes, you can update the destination without touching the link itself.

[Link expiration](#link-expiration)# 

A feature that automatically turns off or reroutes a short link after a set date, time, or number of clicks. Useful for time-sensitive promotions, event registrations with a deadline, or temporary access links.

[Expiry date](#expiry-date)# 

The date and time when a short link is set to stop working or change behavior. Setting an expiry date means the link handles its own deactivation automatically when the campaign ends.

[Link deactivation](#link-deactivation)# 

Turning off a short link so it no longer redirects visitors. Deactivated links can usually still be seen in the platform for record-keeping and analytics, even though they no longer work for end users.

[Link rotation](#link-rotation)# 

A feature that distributes clicks across multiple destination URLs from a single short link. Clicks can be split evenly, randomly, or by custom percentages. Useful for testing different landing pages, distributing leads, or running promotions across multiple offers.

[A / B testing / Split testing](#a)# 

An experiment where traffic from a single short link is split between two or more different destination pages to see which one performs better. The winner is determined by whichever version generates more clicks, conversions, or other desired actions.

[Weighted redirect](#weighted-redirect)# 

A link rotation setup where traffic is divided by percentage rather than equally. For example, you might send 70% of visitors to one page and 30% to another — useful for gradual rollouts or carefully controlled experiments.

[Password-protected link](#password-protected-link)# 

A short link that asks visitors to enter a password before they can access the destination. Used for private content, internal previews, partner materials, or events where access should be limited.

[Link preview](#link-preview)# 

A snapshot of what a link leads to, shown before or instead of an immediate redirect. This can mean the social media card that appears when a link is shared, or an interstitial page hosted by the shortener that shows the destination before the visitor continues.

[Social preview / OG preview](#social-preview)# 

The title, description, and thumbnail image that appear when you share a link on social media, messaging apps, or collaboration tools. Platforms like LinkedIn, Twitter/X, Slack, and iMessage generate these previews automatically from information embedded in the destination page.

[Open Graph / OG tags](#open-graph)# 

Hidden tags in a web page's code that tell social platforms what title, description, and image to use when generating a link preview. Some link management platforms let you customize these values on the short link itself, overriding whatever the destination page specifies. [\[19\]](#ref-19 "Reference 19")

[Twitter Card / X Card](#twitter-card)# 

A set of hidden tags in a web page's code that control how a link appears specifically when shared on X (formerly Twitter). Different card formats support a text summary, a large image, an app download prompt, or a media player. [\[20\]](#ref-20 "Reference 20")

[Link-in-bio](#link-in-bio)# 

A simple page accessible through a single URL — typically placed in a social media profile bio — that collects multiple links in one place. Because platforms like Instagram only allow one clickable link in your profile, a link-in-bio page lets you direct followers to several destinations from that one spot.

[Link page](#link-page)# 

A page hosted by a link management platform that displays one or more links. Link pages can function as link-in-bio pages, campaign hubs, event landing pages, or lightweight microsites.

[Landing page](#landing-page)# 

The webpage a visitor arrives on after clicking a campaign link. This is typically a page created by a marketer to match the message of a specific campaign. A landing page is hosted on a website and is distinct from a link page hosted by the shortening platform.

[Bulk link creation](#bulk-link-creation)# 

The ability to create many short links at the same time — typically by uploading a spreadsheet, using the API, or applying a template. Essential for large campaigns, product catalogs, field teams, and direct mail programs.

[Bulk edit](#bulk-edit)# 

The ability to update multiple links at once — such as changing destinations, adding tags, moving to a different folder, or updating expiration dates — without editing each link individually.

[Link import / export](#link-import)# 

Tools that let you bring existing links into a platform or extract your link library as a file for backup, migration, reporting, or use in other tools. These typically use spreadsheet or CSV formats.

[Tags & labels](#tags-and-labels)# 

Keywords or labels you can attach to links inside the platform to keep them organized. Tags make it easy to filter, search, and report on links by campaign, channel, team, region, or any grouping that makes sense for your workflow.

[Folders / Workspaces](#folders)# 

Organizational containers for grouping links. Folders typically organize links within a project or campaign, while workspaces often separate different teams, clients, or brands — sometimes with their own access controls.

[Link ownership](#link-ownership)# 

The user, team, or workspace responsible for a link. Ownership determines who can edit the link, who sees it in their dashboard, and who is accountable for how it's used.

[Link transfer](#link-transfer)# 

Moving a link from one owner, folder, workspace, or account to another. Useful when team members change, when agencies hand off work to clients, or when consolidating accounts.

[Link history / Audit trail](#link-history)# 

A log of everything that's happened to a link — including when it was created, who changed it, what the destination was changed to, and any routing or expiration updates. Audit trails are valuable for accountability, compliance, and troubleshooting.

[Approval workflow](#approval-workflow)# 

A process that requires a link to be reviewed and approved before it goes live or is distributed. Approval workflows help organizations ensure that links are correct, on-brand, and compliant before they reach an audience.

[Template link](#template-link)# 

A saved configuration that can be used to quickly create new links with consistent settings — such as a standard domain, UTM parameters, folder assignment, or expiration rules. Templates reduce repetitive setup and help maintain consistency across a team.

[Case sensitivity](#case-sensitivity)# 

Whether the platform treats uppercase and lowercase letters in a slug as the same or different. For example, does \`/Sale\` lead to the same place as \`/sale\`? This affects how links behave if someone types them manually and how duplicates are handled.

[Link archive](#link-archive)# 

A collection of old, expired, or retired links kept in the platform for reference and historical reporting. Archived links typically no longer redirect but their data and settings are preserved.

[Favorites / Starred links](#favorites)# 

A way to bookmark specific links in the dashboard for quick access. Useful for keeping frequently monitored or high-priority links easy to find without searching.

[Notes / Descriptions](#notes)# 

A free-text field on a link record where you can write notes for yourself or your team — such as what the link is for, which campaign it belongs to, who's responsible, or any special instructions.

[Link health / Uptime monitoring](#link-health)# 

Automated checks that regularly verify a short link's destination is reachable and working. If the destination page goes down or returns an error, the platform can send an alert so you can fix the problem before too many visitors are affected.

[Broken link detection](#broken-link-detection)# 

The process of finding short links whose destinations are returning errors, have been removed, or are no longer accessible. Catching broken links quickly prevents visitors from hitting dead ends.

[404 fallback](#404-fallback)# 

A backup destination that visitors are sent to when a short link no longer works — for example, if it has expired or been deactivated. Instead of showing a generic "page not found" error, you can route visitors to your homepage, a search page, or a helpful custom message.

## Security, Trust & Compliance

38 terms

[Secret link / Secret URL](#secret-link)# 

A link that delivers a sensitive payload — a password, API key, token, or private note — instead of redirecting to a public destination. Secret links typically combine access controls such as single-view enforcement, expiration windows, and passphrase protection, and destroy the payload after delivery so the sensitive value does not persist in inboxes, chat history, or server logs. Unlike a regular short link, the URL itself is the delivery mechanism and dies after it has done its job.

[One-time link / One-time secret](#one-time-link)# 

A secret link that can be successfully opened exactly once. The first successful view atomically consumes the link: the payload is destroyed and every subsequent request receives a dead-link response. One-time semantics protect against forwarding, replay, and later compromise of the channel the link was sent through. The terms one-time link, one-time secret, and burn-after-read all describe the same behavior.

[Burn-after-read / Burn after reading](#burn-after-read)# 

The destruction model behind one-time links: the moment the content is first revealed, it is permanently deleted ("burned") from the service's storage. A burned link cannot be recovered by the sender, the recipient, or the operator — non-recoverability is the security property, not a limitation. Services often distinguish burning (consumed by a view) from expiry (destroyed by a deadline passing unviewed).

[Self-destructing link](#self-destructing-link)# 

An umbrella term for links that stop working automatically — either after a set number of views (burn-after-read) or when an expiration deadline passes. Self-destruction limits how long a leaked or forwarded URL stays dangerous and is the core control that separates secret-sharing links from ordinary short links.

[Passphrase-protected link](#passphrase-protected-link)# 

A secret or short link that requires a shared passphrase before the content is revealed or the redirect fires. Because the passphrase is communicated out-of-band (a different channel than the link itself), an intercepted URL alone is not enough to expose the content. Well-implemented services hash the passphrase in the recipient's browser rather than transmitting it in cleartext.

[SSL / TLS / HTTPS](#ssl)# 

SSL and TLS are the security technologies that encrypt data traveling between your browser and a website, protecting it from being intercepted. HTTPS in a web address means that encryption is active. All reputable link shortening services use HTTPS to keep users safe and signal that a link is trustworthy. [\[3\]](#ref-3 "Reference 3")

[TLS certificate](#tls-certificate)# 

A digital credential that enables a website to use HTTPS. When you set up a custom domain for short links, the link management platform typically handles obtaining and renewing this certificate for you. [\[3\]](#ref-3 "Reference 3")

[Link security](#link-security)# 

The overall set of measures that ensure short links aren't used to deceive or harm the people who click them. This includes using HTTPS, scanning destination URLs for malicious content, detecting phishing, enforcing acceptable use policies, and giving users tools to report problems.

[Phishing](#phishing)# 

A scam where someone tricks you into visiting a fake website — usually designed to look like a trusted brand — to steal your password, payment details, or other sensitive information. Short links are sometimes misused in phishing because they hide the real destination. Link platforms actively scan for and block phishing links.

[Link spam](#link-spam)# 

The use of short links in unwanted or deceptive communications — like mass spam emails, fake social media posts, or comment spam on websites. Link spam damages the reputation of the domain used and can cause links to be flagged or blocked by email providers and browsers.

[Malicious link](#malicious-link)# 

A short link that leads to a harmful destination — such as a website that installs malware, harvests credentials, runs a scam, or hosts prohibited content.

[Malware scanning](#malware-scanning)# 

Automated checks that inspect a link's destination for harmful software, suspicious scripts, or known dangerous content before the link is created or while it remains active.

[Safe browsing](#safe-browsing)# 

A category of protection systems that check web addresses against databases of known harmful sites. Google Safe Browsing is one widely used example. Link platforms may use these services to screen destinations and warn users about risky links. [\[14\]](#ref-14 "Reference 14")

[Link scanning](#link-scanning)# 

Automated checks performed on a short link's destination — at creation time, at click time, or periodically — to detect malware, phishing, policy violations, or broken pages.

[Threat intelligence](#threat-intelligence)# 

Information used to identify risky websites, domains, or online behaviors. Link platforms use threat intelligence from their own systems and external security providers to catch harmful links before they reach users.

[Phishing detection](#phishing-detection)# 

The process of identifying links designed to impersonate trusted brands, steal credentials, or mislead users. Detection looks at factors like visual similarity to known brands, suspicious domain names, and patterns associated with scam campaigns.

[Lookalike domain / Homograph attack](#lookalike-domain)# 

A scam technique that uses a domain name designed to visually resemble a well-known and trusted one — for example, replacing a lowercase \`l\` with the number \`1\`, or using a character from another alphabet that looks identical. These fake domains are used in phishing and fraud campaigns. [\[5\]](#ref-5 "Reference 5")

[Blocklist / Blacklist](#blocklist)# 

A list of domains, web addresses, or other identifiers known or suspected to be harmful or abusive. Link platforms use blocklists to prevent short links from pointing to dangerous destinations. "Blocklist" is the modern preferred term; "blacklist" is an older synonym.

[Allowlist / Whitelist](#allowlist)# 

A list of approved destinations, users, or actions that are explicitly permitted. Some enterprise link platforms use allowlists so that employees can only create short links pointing to approved company domains. "Allowlist" is the modern preferred term; "whitelist" is an older synonym.

[Domain reputation](#domain-reputation)# 

A measure of how trustworthy a domain is, based on its history with spam, phishing, malware, and other signals. A domain with a poor reputation may cause links to be flagged by email providers, blocked by browsers, or distrusted by users.

[Abuse report](#abuse-report)# 

A report submitted by a user, researcher, or automated system flagging a short link as potentially harmful, deceptive, or in violation of platform policies. Abuse reports trigger investigation and potential removal of the offending link.

[Abuse prevention](#abuse-prevention)# 

The combination of automated tools and human review processes that a link platform uses to detect and stop misuse — including spam, phishing, malware distribution, and policy violations.

[Suspended link](#suspended-link)# 

A short link that has been disabled by the platform because it violated policies, was involved in abuse, was flagged for legal reasons, or was associated with an account with billing issues. Visitors to a suspended link typically see a warning or error page.

[GDPR compliance](#gdpr-compliance)# 

Following the rules of the General Data Protection Regulation, a European law that governs how personal data about individuals is collected, used, and stored. For link management platforms, this affects how click data — including IP addresses and location — is handled, and it requires mechanisms for user consent and the ability to delete personal data on request. [\[8\]](#ref-8 "Reference 8")

[CCPA / CPRA compliance](#ccpa)# 

Following California's privacy laws, which give California residents rights over their personal information — including the right to know what data is collected, to opt out of data sharing, and to request deletion. Link platforms that collect click and device data need to address these requirements for California users. [\[15\]](#ref-15 "Reference 15")

[Cookie consent](#cookie-consent)# 

The process of asking users for permission before placing cookies or similar tracking tools on their device — required by privacy laws in many countries. Link platforms that use cookies for analytics or advertising may need to present a consent notice to users in affected regions. [\[8\]](#ref-8 "Reference 8")

[Consent management](#consent-management)# 

The systems and processes used to collect, store, and honor user consent preferences for data collection, cookies, tracking pixels, and advertising. Consent management becomes important when link tracking goes beyond basic server-side click logs. [\[8\]](#ref-8 "Reference 8")

[Privacy policy](#privacy-policy)# 

A public document that explains what data a platform collects, how it's used, who it's shared with, how long it's kept, and what rights users have. Link management platforms publish privacy policies that describe how click analytics and account data are handled. [\[8\]](#ref-8 "Reference 8")

[Data retention](#data-retention)# 

How long a platform keeps click data, analytics, and other records. Retention periods vary by provider and plan — some keep data for 30 days, others for years. Shorter retention can support privacy best practices by not keeping data longer than necessary. [\[8\]](#ref-8 "Reference 8")

[Data processing agreement / DPA](#data-processing-agreement)# 

A formal contract between an organization and a software vendor that specifies how the vendor will handle personal data on the organization's behalf. DPAs are common in enterprise relationships and are particularly important for GDPR compliance. [\[8\]](#ref-8 "Reference 8")

[Data residency](#data-residency)# 

The requirement or preference that data be stored and processed within a specific country or region. This matters for regulated industries, government organizations, and companies with regional data compliance obligations. [\[8\]](#ref-8 "Reference 8")

[PII / Personal data](#pii)# 

Information that can be used to identify a specific individual. In link analytics, this may include IP addresses, device identifiers, location data, and click-level logs, depending on the jurisdiction and how the data is combined or used. [\[8\]](#ref-8 "Reference 8")

[Terms of service](#terms-of-service)# 

The legal agreement between a link management platform and its users. It defines what you can and can't do with the platform, what content and destinations are prohibited, and what happens if the rules are broken.

[Rate limiting](#rate-limiting)# 

A control that caps how many requests a user, IP address, or application can make within a given time period. Rate limiting protects the platform from abuse, automated attacks, and overload — and ensures fair access for all users.

[CAPTCHA](#captcha)# 

A challenge — like identifying objects in photos or checking a box — used to verify that a request is coming from a real person rather than an automated bot. Link platforms may use CAPTCHAs during sign-up or when suspicious activity is detected. [\[16\]](#ref-16 "Reference 16")

[Two-factor authentication / 2FA](#two-factor-authentication)# 

A login security feature that requires two forms of verification to access your account — typically your password plus a one-time code sent to your phone or generated by an app. 2FA makes it much harder for someone to access your account even if they know your password.

[Single sign-on / SSO](#single-sign-on)# 

A way to log into a link management platform using the same credentials you use for other work tools — like Google Workspace, Microsoft, or Okta — rather than a separate username and password. SSO simplifies access management, especially for large teams.

[Role-based access control / RBAC](#role-based-access-control)# 

A system that assigns team members different levels of access based on their role. For example, an admin might be able to create and delete links, while a viewer can only read reports. RBAC ensures people can only do what their job requires.

## API, Integrations & Technical Infrastructure

28 terms

[API / Application Programming Interface](#api)# 

A way for software applications to communicate with each other. A link management platform's API lets developers build their own tools, automate link creation, pull analytics data, and integrate the platform into other systems — all without using the web interface manually.

[API key](#api-key)# 

A private code used to prove your identity when making API requests. Think of it like a password for your application. API keys should be kept secret, monitored, and changed if they're ever exposed.

[Access token](#access-token)# 

A temporary credential used to authorize API requests. Access tokens often have defined permissions and expiration times, making them slightly more secure than long-lived API keys for certain integrations. [\[17\]](#ref-17 "Reference 17")

[OAuth](#oauth)# 

A widely used standard that lets you grant third-party apps access to your account without sharing your password. When you click "Sign in with Google" or "Connect your account" in a platform, you're typically using OAuth. [\[17\]](#ref-17 "Reference 17")

[REST API](#rest-api)# 

A common style of building APIs that uses standard web methods — like GET to retrieve data, POST to create something, PUT or PATCH to update, and DELETE to remove — applied to specific URLs. Most link management platforms offer REST APIs. [\[2\]](#ref-2 "Reference 2")

[Endpoint](#endpoint)# 

A specific URL within an API that handles a particular action or resource. For example, one endpoint might create a new short link while another retrieves click analytics for a specific link.

[SDK / Software Development Kit](#sdk)# 

A ready-made package of code that helps developers connect to an API using their preferred programming language. Instead of writing all the low-level web requests from scratch, an SDK provides pre-built functions and examples.

[Webhook](#webhook)# 

An automatic notification your platform sends to another system when something happens — like a link being clicked, created, or expired. Instead of constantly checking for updates, your other tools receive a notification the moment an event occurs.

[Webhook signature](#webhook-signature)# 

A security code included with every webhook notification that lets the receiving system verify the message genuinely came from the link platform and wasn't tampered with in transit.

[Retry policy](#retry-policy)# 

Rules that define what happens when an API call or webhook notification fails — such as how many times to try again, how long to wait between attempts, and what to do if all retries fail.

[Pagination](#pagination)# 

A way of delivering large amounts of data in manageable chunks rather than all at once. When an API call would return thousands of links or click records, pagination splits the results into pages so each response stays fast and practical.

[Rate limit](#rate-limit)# 

A cap on how many API requests can be made within a given time window — for example, 1,000 requests per hour. Exceeding the rate limit results in a temporary block until the window resets. Rate limits protect the platform and ensure fair access for all users.

[Zapier / Make integration](#zapier)# 

Ready-made connectors that let you link your link management platform to hundreds of other apps without writing any code. For example, you could automatically shorten a URL whenever a new row is added to a spreadsheet, or post a notification to Slack when a link reaches a certain number of clicks.

[CMS integration](#cms-integration)# 

A plugin or built-in connection that adds link shortening and tracking features directly into a content management system — such as WordPress or HubSpot — so you can manage short links without leaving your content editor.

[Browser extension](#browser-extension)# 

A small add-on installed in your web browser that lets you shorten, copy, or manage the URL of the page you're currently viewing with a single click, without opening the link management platform separately.

[DNS configuration](#dns-configuration)# 

The process of setting up your domain's internet records so that your custom short-link domain points to the link management platform's servers. This is a required step before your custom domain can start serving short links.

[DNS propagation](#dns-propagation)# 

The time it takes for a DNS change to spread across the internet so that everyone's browsers and devices see the updated settings. Propagation usually takes a few minutes to a few hours, though it can occasionally take longer depending on settings and network caches.

[CNAME record](#cname-record)# 

A type of DNS record that points one domain name to another. For example, you might set up \`go.yourcompany.com\` to point to your link platform's servers using a CNAME record. [\[18\]](#ref-18 "Reference 18")

[A record](#a-record)# 

A type of DNS record that connects a domain name directly to a specific server's IP address. Some link platforms use A records instead of CNAME records when setting up custom domains — particularly for root domains like \`yourcompany.com\` rather than subdomains. [\[18\]](#ref-18 "Reference 18")

[TXT record](#txt-record)# 

A DNS record used to store text-based information about a domain. Link platforms often ask you to add a TXT record to prove you own a domain before activating it for short links. [\[18\]](#ref-18 "Reference 18")

[Domain verification](#domain-verification)# 

The process of proving to a link management platform that you actually own or control a custom domain before it's activated. This usually involves adding a specific DNS record or file that the platform checks.

[CDN / Content Delivery Network](#cdn)# 

A network of servers spread across many locations around the world that work together to deliver content faster. Link shortening platforms may use a CDN so that redirects are processed from a server close to the visitor, reducing the time it takes to reach the destination.

[Edge redirect](#edge-redirect)# 

A redirect handled by a server located close to the visitor — rather than at a central server far away — to make the redirect faster. Edge redirects are made possible by CDN infrastructure.

[Latency](#latency)# 

The delay between clicking a short link and arriving at the destination page. Lower latency means a faster, smoother experience. Latency is affected by server location, network speed, the number of redirect hops, and DNS lookup time.

[Uptime / SLA](#uptime)# 

Uptime is how much of the time a service is operational and available. A Service Level Agreement (SLA) is a formal commitment from the provider specifying guaranteed uptime (e.g., 99.9%) and what remedies apply if that standard isn't met. For link shortening, downtime means every short link stops working — so uptime is critically important.

[Multi-region failover](#multi-region-failover)# 

A design approach where traffic automatically shifts to backup servers in another location if one server or data center goes down. Multi-region failover improves reliability for high-volume or business-critical link campaigns.

[Caching](#caching)# 

Storing frequently used data — like which short link maps to which destination — in fast-access memory so it can be retrieved almost instantly without looking it up from scratch each time. Caching speeds up redirects significantly, though it can occasionally cause a slight delay when a destination is updated.

[Server log](#server-log)# 

A record kept by the platform's servers of every request they process. For link shortening, server logs include timestamps, IP addresses, devices, browsers, and request details for every click. Logs are used for analytics, debugging, and compliance.

## Plans, Billing & Account

14 terms

[Free plan](#free-plan)# 

A no-cost tier that gives you basic link shortening features with limits on how many links you can create, how many clicks are tracked, what analytics are available, and which features are accessible. Free plans are designed to let you try the platform before committing to a paid subscription.

[Paid plan / Subscription](#paid-plan)# 

A recurring payment arrangement — billed monthly or annually — that unlocks higher limits, more features, deeper analytics, custom domains, team tools, and priority support. Annual plans typically cost less than paying month-to-month.

[Link limit](#link-limit)# 

The maximum number of short links an account can create or keep active under a given plan. Once the limit is reached, you may need to delete existing links or upgrade your plan to create more.

[Click limit](#click-limit)# 

The maximum number of click events included in a plan per billing period. When the limit is reached, the platform may keep redirecting visitors but stop recording analytics, or it may prompt you to upgrade.

[Overage](#overage)# 

Usage that goes beyond what your plan includes. Depending on the platform, overages may result in extra charges, reduced features, paused tracking, or a prompt to move to a higher plan.

[Team account / Organization account](#team-account)# 

An account designed for multiple people working together. Team accounts include shared access to links and analytics, centralized billing, and tools for managing who can do what within the account.

[Member / Seat](#member)# 

An individual user within a team or organization account. Pricing for team plans is often based on the number of seats, with options to add more members for an additional cost.

[White-label](#white-label)# 

A setup that lets an agency, reseller, or enterprise customer offer link shortening under their own brand — with their logo, domain, and design — hiding any reference to the underlying platform provider.

[Reseller](#reseller)# 

A business or individual that purchases link management services and offers them to their own customers, often under a white-label arrangement. Resellers include marketing agencies, SaaS companies, and managed service providers.

[Enterprise tier](#enterprise-tier)# 

The highest level of service, designed for large organizations with complex requirements. Enterprise plans typically include high or unlimited usage, custom contracts, dedicated support, SSO, advanced access controls, compliance features, and custom integrations.

[Account owner](#account-owner)# 

The primary administrator of an account, responsible for billing, settings, user management, and overall account governance. The account owner typically has the highest level of access.

[Billing contact](#billing-contact)# 

The person or email address that receives invoices, payment notices, and billing-related communications. The billing contact may be a different person from the account owner or technical administrator.

[Usage quota](#usage-quota)# 

The defined limit on resources included in a plan — such as the number of links, clicks, custom domains, QR codes, team members, or API requests allowed per billing period.

[Analytics retention limit](#analytics-retention-limit)# 

How far back your click data is available to view in the platform. A free plan might show only the last 30 days, while an enterprise plan might retain data for several years. This affects your ability to do historical reporting and compare campaigns over time.

## References

20 sources

Terms backed by formal standards, official platform documentation, or enacted legislation cite the sources below. Industry-convention terms stand on their own definition rather than carrying low-quality references.

1.  \[1\] 
    
    RFC 3986 — Uniform Resource Identifier (URI): Generic Syntax
    
    Berners-Lee, T., Fielding, R., & Masinter, L. (2005). \*RFC 3986: Uniform Resource Identifier (URI): Generic Syntax\*. Internet Engineering Task Force (IETF).
    
    [https://www.rfc-editor.org/rfc/rfc3986](https://www.rfc-editor.org/rfc/rfc3986)
    
    Cited for: Domain, TLD / Top-level domain, Root domain / Apex domain, Subdomain, Path, Query string, URL parameters, Fragment / Anchor, Protocol / Scheme, URL encoding / Percent encoding
    
2.  \[2\] 
    
    RFC 9110 — HTTP Semantics
    
    Fielding, R., Nottingham, M., & Reschke, J. (2022). \*RFC 9110: HTTP Semantics\*. Internet Engineering Task Force (IETF).
    
    [https://www.rfc-editor.org/rfc/rfc9110](https://www.rfc-editor.org/rfc/rfc9110)
    
    Cited for: HTTP, HTTPS, Redirect, Location header, 301 redirect, 302 redirect, 307 redirect, 308 redirect, Server-side redirect, Redirect loop, Referrer / Referring URL, User agent, REST API
    
3.  \[3\] 
    
    RFC 8446 — The Transport Layer Security (TLS) Protocol Version 1.3
    
    Rescorla, E. (2018). \*RFC 8446: The Transport Layer Security (TLS) Protocol Version 1.3\*. Internet Engineering Task Force (IETF).
    
    [https://www.rfc-editor.org/rfc/rfc8446](https://www.rfc-editor.org/rfc/rfc8446)
    
    Cited for: HTTPS, SSL / TLS / HTTPS, TLS certificate
    
4.  \[4\] 
    
    HTML Living Standard — Canonical URLs and Meta Refresh
    
    WHATWG. (2024). \*HTML Living Standard\*. Web Hypertext Application Technology Working Group.
    
    [https://html.spec.whatwg.org/](https://html.spec.whatwg.org/)
    
    Cited for: Canonical URL, Meta refresh redirect
    
5.  \[5\] 
    
    RFC 5891 — Internationalized Domain Names in Applications (IDNA): Protocol
    
    Klensin, J. (2010). \*RFC 5891: Internationalized Domain Names in Applications (IDNA): Protocol\*. Internet Engineering Task Force (IETF).
    
    [https://www.rfc-editor.org/rfc/rfc5891](https://www.rfc-editor.org/rfc/rfc5891)
    
    Cited for: IDN / Internationalized domain name, Lookalike domain / Homograph attack
    
6.  \[6\] 
    
    Apple Developer Documentation — Supporting Universal Links in Your App
    
    Apple Inc. (2024). \*Supporting Universal Links in Your App\*. Apple Developer Documentation.
    
    [https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app](https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app)
    
    Cited for: Universal Link
    
7.  \[7\] 
    
    Android Developer Documentation — Android App Links
    
    Google LLC. (2024). \*Verify Android App Links\*. Android Developer Documentation.
    
    [https://developer.android.com/training/app-links/verify-android-applinks](https://developer.android.com/training/app-links/verify-android-applinks)
    
    Cited for: Android App Link
    
8.  \[8\] 
    
    Regulation (EU) 2016/679 — General Data Protection Regulation (GDPR)
    
    European Parliament and Council of the European Union. (2016). \*Regulation (EU) 2016/679 on the Protection of Natural Persons with Regard to the Processing of Personal Data\*. Official Journal of the European Union.
    
    [https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0679)
    
    Cited for: IP address (as personal data), GDPR compliance, Cookie consent, Consent management, Privacy policy, Data retention, Data processing agreement / DPA, Data residency, PII / Personal data
    
9.  \[9\] 
    
    Google Analytics Help — About Custom Campaigns and UTM Parameters
    
    Google LLC. (2024). \*Collect campaign data with custom URLs\*. Google Analytics Help.
    
    [https://support.google.com/analytics/answer/1033863](https://support.google.com/analytics/answer/1033863)
    
    Cited for: UTM parameters, UTM source, UTM medium, UTM campaign, UTM term, UTM content, UTM ID / Campaign ID
    
10.  \[10\] 
     
     Google Ads Help — About Auto-Tagging and the GCLID
     
     Google LLC. (2024). \*Set up auto-tagging\*. Google Ads Help.
     
     [https://support.google.com/google-ads/answer/3095550](https://support.google.com/google-ads/answer/3095550)
     
     Cited for: Auto-tagging, GCLID / Google Click Identifier
     
11.  \[11\] 
     
     Microsoft Advertising Help — Auto-Tagging and MSCLKID
     
     Microsoft Corporation. (2024). \*How to use auto-tagging for Microsoft Advertising\*. Microsoft Advertising Help.
     
     [https://help.ads.microsoft.com/apex/index/3/en/56521](https://help.ads.microsoft.com/apex/index/3/en/56521)
     
     Cited for: MSCLKID
     
12.  \[12\] 
     
     ISO/IEC 18004:2015 — QR Code Bar Code Symbology Specification
     
     International Organization for Standardization. (2015). \*ISO/IEC 18004:2015: Information technology — Automatic identification and data capture techniques — QR Code bar code symbology specification\*. ISO.
     
     [https://www.iso.org/standard/62021.html](https://www.iso.org/standard/62021.html)
     
     Cited for: QR code, Static QR code, QR customization, Error correction level, QR eye / Finder pattern, Quiet zone, Scannability
     
13.  \[13\] 
     
     ISO/IEC 18092 — Near Field Communication (NFC) Interface and Protocol
     
     International Organization for Standardization. (2013). \*ISO/IEC 18092: Information technology — Telecommunications and information exchange between systems — Near Field Communication — Interface and Protocol (NFCIP-1)\*. ISO.
     
     [https://www.iso.org/standard/56692.html](https://www.iso.org/standard/56692.html)
     
     Cited for: NFC tag
     
14.  \[14\] 
     
     Google Safe Browsing — Overview
     
     Google LLC. (2024). \*Safe Browsing APIs\*. Google Developers.
     
     [https://developers.google.com/safe-browsing/v4](https://developers.google.com/safe-browsing/v4)
     
     Cited for: Safe browsing
     
15.  \[15\] 
     
     California Consumer Privacy Act (CCPA) / California Privacy Rights Act (CPRA)
     
     State of California Department of Justice. (2020, amended 2023). \*California Consumer Privacy Act of 2018 (as amended by the California Privacy Rights Act of 2020)\*. California Legislative Information.
     
     [https://leginfo.legislature.ca.gov/faces/codes\_displaySection.xhtml?lawCode=CIV&sectionNum=1798.100](https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=CIV&sectionNum=1798.100)
     
     Cited for: CCPA / CPRA compliance
     
16.  \[16\] 
     
     von Ahn, L., Blum, M., Hopper, N. J., & Langford, J. (2003). CAPTCHA: Using Hard AI Problems for Security
     
     \*Proceedings of the International Conference on the Theory and Applications of Cryptographic Techniques (EUROCRYPT 2003)\*, Lecture Notes in Computer Science, vol. 2656, pp. 294–311. Springer, Berlin, Heidelberg.
     
     [https://doi.org/10.1007/3-540-39200-9\_18](https://doi.org/10.1007/3-540-39200-9_18)
     
     Cited for: CAPTCHA
     
17.  \[17\] 
     
     RFC 6749 — The OAuth 2.0 Authorization Framework
     
     Hardt, D. (Ed.). (2012). \*RFC 6749: The OAuth 2.0 Authorization Framework\*. Internet Engineering Task Force (IETF).
     
     [https://www.rfc-editor.org/rfc/rfc6749](https://www.rfc-editor.org/rfc/rfc6749)
     
     Cited for: OAuth, Access token
     
18.  \[18\] 
     
     RFC 1035 — Domain Names — Implementation and Specification
     
     Mockapetris, P. (1987). \*RFC 1035: Domain Names — Implementation and Specification\*. Internet Engineering Task Force (IETF).
     
     [https://www.rfc-editor.org/rfc/rfc1035](https://www.rfc-editor.org/rfc/rfc1035)
     
     Cited for: CNAME record, A record, TXT record
     
19.  \[19\] 
     
     The Open Graph Protocol
     
     Meta Platforms, Inc. (2010, ongoing). \*The Open Graph Protocol\*. ogp.me.
     
     [https://ogp.me/](https://ogp.me/)
     
     Cited for: Open Graph / OG tags
     
20.  \[20\] 
     
     X (Twitter) Developer Documentation — Cards
     
     X Corp. (2024). \*Cards — X Developer Platform\*. X Developer Documentation.
     
     [https://developer.x.com/en/docs/twitter-for-websites/cards/overview/abouts-cards](https://developer.x.com/en/docs/twitter-for-websites/cards/overview/abouts-cards)
     
     Cited for: Twitter Card / X Card
     

## Put these terms into practice

Create short links, track clicks, and share secrets with a free LinkPilot account — or try the free tools without signing up.

[Start free](/signup) [Try the free tools](/tools)

![LinkPilot](/assets/link_pilot_icon-Bslvq5xV.webp)LinkPilot 

[About](/about)[Features](/features)[Pricing](/pricing)[For Agencies](/url-shortener-for-agencies)[Tools](/tools)[Blog](/blog)[Glossary](/glossary)[Compare](/compare)[Privacy](/privacy)[Security](/security-architecture)[Transparency](/transparency)[Terms](/terms)[GDPR](/gdpr)

[](https://x.com/uselinkpilot)[](https://www.linkedin.com/company/uselinkpilot)[](https://facebook.com/uselinkpilot)

© 2026 TetraCore. All rights reserved. · LinkPilot is [a TetraCore product](https://tetracorehq.com/)