Where the message creates genuine value

Proximity marketing is not a single technology. It is an operational outcome achieved by selecting the right physical signal for a specific space and visitor behaviour. In practice, the decision comes down to three distinct technologies: Bluetooth Low Energy (BLE) beacons, Near Field Communication (NFC), and Quick Response (QR) codes. Each works on fundamentally different principles, and understanding those mechanics is the only reliable way to match a technology to a physical environment.

A shopper following a digital route through a home and lifestyle store
Illustrative example of product discovery and in-store navigation.

Bluetooth Low Energy (BLE) Beacons

BLE beacons are active transmitters. They do not connect to a visitor’s phone; they simply broadcast small data packets at a set interval. A typical packet contains a universally unique identifier (UUID), along with Major and Minor values that you assign to distinguish, for example, one shop floor from another, or one exhibit from the next. The packet also includes a measured transmit power value, which the receiving device uses alongside the Received Signal Strength Indicator (RSSI) to estimate distance.

The critical detail is that the beacon itself is blind. It broadcasts regardless of whether anyone is listening. The trigger—the notification, the wayfinding prompt, the content delivery—happens entirely on the receiving device, usually within a mobile app that has permission to scan for Bluetooth in the background. Without that app and the correct operating-system permissions, the beacon’s signal is entirely ignored.

Near Field Communication (NFC)

NFC operates through magnetic induction, not radio wave propagation. An NFC tag is passive: it contains a microchip and an antenna, but it has no power source of its own. When a visitor holds a smartphone within a few centimetres of the tag, the phone’s NFC reader generates a magnetic field that powers the chip and retrieves the stored data, which is almost always a URL.

Because the interaction requires physical contact or near-contact, NFC provides absolute spatial certainty. If a tap registers, the visitor is standing precisely in front of the asset. There is no signal interference to interpret and no distance estimation required.

QR Codes

QR codes are entirely optical. They require a camera, adequate lighting, and a line of sight. The code itself is simply a visual encoding of a string—typically a URL. The phone’s operating system or camera app decodes the pattern and opens the link.

The technology’s strength lies in its zero-friction hardware requirements. There is no Bluetooth to enable, no signal to calibrate, and no battery to manage. The limitation is that the code cannot initiate the interaction; the visitor must notice the code, aim their camera, and physically scan it.

Selecting the right technology depends less on marketing ambition and more on the physical constraints of the venue, the expected visitor behaviour, and the maintenance capacity of the operations team.

Matching Technology to the Physical Environment

In a large retail space or a sprawling museum, BLE beacons are the only practical option for zone-based triggers. A single beacon can cover a radius of several metres, allowing a venue to trigger a notification as a visitor enters a wing or approaches a department without requiring them to touch anything. However, this requires a dedicated app, careful calibration to account for signal absorption by walls and fixtures, and a long-term plan for battery replacement.

For precise, asset-level information, NFC is often the more robust choice. A museum placing an NFC tag beside a specific painting knows that a tap corresponds directly to that artwork. There are no batteries to replace, and the tags can be embedded in discreet mounts. The operational trade-off is physical durability: tags placed on metal surfaces without an anti-metal shield will fail, and laminated or heavily scratched tags can become unreadable.

QR codes serve best as a universal fallback or a primary channel where installing and maintaining physical hardware is impractical. Event organisers running temporary conferences, for instance, can print dynamic QR codes on signage and lanyards. If the destination URL needs to change after printing, a dynamic QR code allows the backend to redirect the user without altering the physical print. The operational consideration here is placement: codes must be mounted at a readable height, in well-lit areas, and far enough away that the phone camera can autofocus.

Combining Technologies

In complex venues, these technologies frequently coexist. A museum might use BLE beacons for indoor navigation and zone-based audio guide triggers within a dedicated app, while placing NFC tags directly on exhibit plinths for visitors who prefer not to download the app. QR codes printed on floor stickers or brochures then serve as the bridge, directing visitors to the app download page or a mobile web experience.

Measurement, fatigue and safeguards

The most frequent deployment error is assuming that a beacon will push a notification to any phone that walks past. On both iOS and Android, background Bluetooth scanning is heavily restricted by the operating system. Without a downloaded app, explicit location permissions, and Bluetooth enabled, a beacon is effectively invisible. Relying on Web Bluetooth to bypass the app requirement is rarely viable for public deployments, as browser support remains inconsistent and user-prompted permissions severely reduce engagement.

A second common mistake is treating QR and NFC as interchangeable. While both can deliver a URL, the user experience is entirely different. NFC offers a rapid, one-handed tap; QR requires a two-handed scan and camera alignment. In a busy retail queue, NFC is significantly faster. In a situation where the touchpoint is behind glass or out of reach, QR is the only functional option.

Environmental Limitations

Signal behaviour in a physical space is unpredictable until measured. BLE signals are attenuated by water—including the human body—and absorbed by metal racking, reinforced concrete, and reflective glass. A beacon calibrated in an empty room will behave differently on a Saturday afternoon when the space is occupied. NFC signals are destroyed by proximity to metal or by competing electromagnetic fields, such as those near certain types of lighting or security gates. QR codes fail when subjected to glare, low light, or physical distortion on curved surfaces.

Key Checks Before Deployment

  • Verify the receiver requirement: Confirm exactly what the visitor must have installed, enabled, or opened to receive the trigger. If it requires an app, validate the realistic download conversion rate for your audience before procuring hardware.
  • Test the signal in situ: Do not rely on manufacturer-stated ranges. Conduct a physical pilot in the actual environment, measuring RSSI values at different times of day and with varying crowd densities.
  • Inspect the mounting surface: For NFC, confirm the surface material. If it is metal, specify anti-metal tags. For QR, confirm lighting conditions and viewing angles at the planned mounting height.
  • Confirm dynamic link control: For QR and NFC, ensure the URL is managed through a dynamic redirect service so the destination can be updated or disabled if a campaign ends or a link is compromised.
  • Review privacy obligations: BLE scanning for analytics or notifications requires clear consent mechanisms within the app, aligned with current UK data protection guidance. Passive NFC taps and QR scans to a public webpage carry fewer data-handling risks, but the destination page must still meet standard compliance requirements.