Skip to content
UseQR

Glossary

Static QR code

A static QR code contains its destination directly in the pattern. It cannot be edited or tracked, and it never expires — because nothing has to keep running for it to work.

What that actually means

The URL, WiFi credentials or contact record are physically encoded in the black and white squares. Scanning does not consult any server belonging to whoever generated the code.

Consequences:

  • It cannot expire. No subscription, no account, no service to shut down.
  • It cannot be edited. Changing the destination means a new code.
  • It cannot be tracked by the generator, because the generator is not in the path.
  • It is private. No third party learns that anyone scanned it.

The editability workaround

Point a static code at a URL on your own domain and change the redirect server-side. You get editability and analytics without handing a third party control over your printed material. This is what most people actually want when they ask for a dynamic code.

Every code UseQR generates is static, by design.

  • Dynamic QR codeA dynamic QR code contains a short URL that redirects through a provider's server. That makes the destination editable and the scans trackable — and makes…
  • Short URLA short URL is a brief address that redirects to a longer one. In QR codes it is used to reduce payload length — which genuinely produces a coarser, more…
  • UTM parameterUTM parameters are query-string tags — utm_source, utm_medium, utm_campaign — that let your analytics attribute a visit to a specific campaign. In QR…