Skip to main content

Coleta de Dados WiFi: Quais Dados Sua Rede Captura e Como Usá-los

Este guia de referência técnica detalha as quatro categorias principais de dados capturados por redes WiFi empresariais gerenciadas. Ele fornece a líderes de TI e operadores de locais arquiteturas de implantação práticas, estruturas de conformidade e estratégias para converter telemetria de rede bruta em valor de negócio mensurável.

📖 6 min de leitura📝 1,415 palavras🔧 2 exemplos3 perguntas📚 8 termos-chave

🎧 Ouça este Guia

Ver Transcrição
WiFi Data Collection: What Data Your Network Captures and How to Use It A Purple Enterprise Briefing — Approximately 10 Minutes --- INTRODUCTION & CONTEXT [~1 minute] Welcome to the Purple Enterprise Briefing. I'm your host, and today we're cutting straight to the point on a topic that every IT manager, network architect, and venue operations director needs to get right in 2026: WiFi data collection. Not the theory. Not the academic overview. The practical reality of what your managed network is capturing right now, what you're legally required to do with it, and — critically — how to turn that data into measurable business value. Whether you're running a hotel chain, a retail estate, a stadium, or a public-sector venue, your guest WiFi infrastructure is generating a continuous stream of intelligence. The question isn't whether to collect it. The question is whether you have the architecture, the compliance posture, and the analytics platform to use it properly. Let's get into it. --- TECHNICAL DEEP-DIVE [~5 minutes] So, what does a managed WiFi network actually capture? Let's break this down into four distinct data categories, because conflating them is where most organisations get into trouble — both technically and legally. The first category is device identifiers. Every device that comes within range of your access points broadcasts a probe request. That probe request contains, at minimum, a MAC address — the hardware identifier burned into the network interface card. From the MAC address alone, you can derive the device manufacturer using the OUI — the Organisationally Unique Identifier — which is the first three octets. So before a user has even connected, you already know whether they're carrying an Apple iPhone, a Samsung Android, or a Windows laptop. Once they associate with your SSID, you also capture the device type, operating system version, and supported protocol capabilities — whether the device supports Wi-Fi 6, Wi-Fi 6E, or is still running on older 802.11ac. Now, a critical caveat here: since iOS 14 and Android 10, both Apple and Google have implemented MAC address randomisation by default. This means passive probe capture is less reliable for persistent device tracking than it was five years ago. The workaround — and this is important — is authenticated session data, which brings us to category two. Session data is captured the moment a device authenticates and associates with your network. This includes connection timestamp, session duration, bytes transferred, SSID, BSSID — which is the specific access point MAC — RSSI or received signal strength indicator, and the DHCP-assigned IP address. This data is generated at the RADIUS server level if you're running IEEE 802.1X enterprise authentication, or at the captive portal controller if you're running a consumer-grade guest network. The session data is your baseline for understanding network utilisation, throughput capacity planning, and per-user bandwidth consumption. Category three is login and identity data — and this is where the commercial value really starts to accumulate. When a guest authenticates through a captive portal — whether that's email registration, social login via Google or Facebook OAuth, or a custom form — you're capturing first-party identity data. That means name, email address, date of birth if you ask for it, marketing consent flags, and the authentication method used. This is the data that powers your CRM integrations, your email marketing workflows, and your loyalty programme triggers. Critically, this is also the data that sits squarely within the scope of GDPR and UK GDPR — so your lawful basis, consent records, and data retention policies need to be airtight before you start building on top of it. Purple's guest WiFi platform handles this at the point of capture — presenting a branded splash page, recording granular consent, and pushing the identity record directly into your CRM or marketing automation platform via webhook or native integration. That's the difference between raw data and actionable intelligence. The fourth category is movement and presence data. This is derived analytics rather than raw capture, but it's built on the session and device data we've already discussed. By correlating RSSI readings from multiple access points, you can triangulate device position to within two to five metres, depending on your access point density. This gives you dwell time per zone, visitor flow paths, repeat visit frequency, and peak occupancy windows. For a retail environment, that translates directly into merchandising decisions. For a hotel, it informs F&B staffing. For a stadium, it's the foundation for queue management and concession placement optimisation. This is what Purple's WiFi Analytics platform does — it takes the raw session and presence data from your existing infrastructure and surfaces it as actionable venue intelligence. You don't need to rip and replace your access points. You need the right data layer on top. Now, let's talk about the compliance architecture, because this is non-negotiable. GDPR and UK GDPR require that any personal data — and email addresses, names, and persistent device identifiers all qualify — must be collected under a documented lawful basis, typically consent or legitimate interest. You need a privacy notice at the point of capture, granular consent options, and a mechanism for users to exercise their rights: access, rectification, erasure, and portability. PCI DSS is relevant if your guest network shares any physical or logical infrastructure with your payment processing environment. The answer here is network segmentation — your guest SSID must be on a separate VLAN, with firewall rules preventing any lateral movement toward the cardholder data environment. This is a Requirement 1 and Requirement 6 issue, and it comes up in every QSA audit. IEEE 802.1X with WPA3 Enterprise is the authentication standard for any deployment where you need per-user credentials, certificate-based access, or integration with an identity provider like Active Directory or Azure AD. For pure guest networks, WPA3 Personal with SAE — Simultaneous Authentication of Equals — provides forward secrecy and protects against offline dictionary attacks, which WPA2-PSK does not. --- IMPLEMENTATION RECOMMENDATIONS & PITFALLS [~2 minutes] Right, so you understand what's being captured and the compliance framework. Let's talk about what actually goes wrong in production deployments. The most common failure mode I see is what I call the data lake problem. Organisations deploy a guest WiFi platform, start capturing session and identity data, and then do nothing with it because they haven't defined the use cases upfront. You end up with a growing database of email addresses and session records that nobody is querying, and when the ICO comes knocking, you can't justify the retention period because there's no documented purpose. Define your use cases before you deploy. If you're capturing email for marketing, you need a marketing workflow. If you're capturing movement data for footfall analytics, you need a dashboard and an owner. The second pitfall is misconfigured consent. I've seen deployments where the splash page presents a single checkbox that bundles together terms of service, privacy policy, and marketing consent. Under GDPR, those must be separate, unbundled, and individually actionable. A single checkbox fails the granularity test and exposes you to enforcement risk. Purple's platform enforces this by design — separate consent flags, separate audit records. Third pitfall: no data retention policy. Under GDPR's storage limitation principle, you cannot retain personal data indefinitely. Define your retention windows — typically 12 to 24 months for marketing data, 90 days for raw session logs — and automate the deletion process. Manual purging is not a compliance strategy. On the positive side, the organisations getting the most value from WiFi data collection are those who've connected the data pipeline end to end: from the captive portal, through the CRM, into the marketing automation platform, and back into the analytics dashboard. That closed loop is what turns a WiFi network from a cost centre into a revenue-generating asset. --- RAPID-FIRE Q&A [~1 minute] Let me run through the questions I get asked most often. "Can I capture WiFi traffic without a captive portal?" — Technically yes, at the session metadata level. But without authenticated identity, you're limited to anonymous device data. For commercial use cases, you need the portal. "Does MAC randomisation break my analytics?" — It affects passive probe-based tracking, but not authenticated session data. Once a user logs in, you have a persistent identity record regardless of MAC randomisation. "Do I need a DPA with my WiFi platform provider?" — Yes. Under GDPR Article 28, any third party processing personal data on your behalf requires a Data Processing Agreement. This is non-negotiable. "Can I share WiFi data with third-party advertisers?" — Only with explicit consent for that specific purpose. Bundling it into your general terms of service is not sufficient. --- SUMMARY & NEXT STEPS [~1 minute] To bring this together: your managed WiFi network is capturing four categories of data — device identifiers, session data, login and identity data, and movement and presence data. Each category has different commercial value and different compliance obligations. The organisations winning with WiFi data are those who've built the full stack: compliant capture at the edge, identity resolution in the middle, and actionable analytics at the top. If you're evaluating or upgrading your guest WiFi infrastructure, the questions to ask are: Does the platform enforce GDPR-compliant consent by design? Does it integrate natively with my CRM and marketing stack? Does it surface footfall and presence analytics without requiring additional hardware? And does it support IEEE 802.1X and WPA3 for enterprise authentication? Purple's platform is built to answer yes to all four. You can explore the guest WiFi and analytics capabilities at purple.ai. Thanks for listening. If you found this useful, share it with your network architect or venue operations team. Until next time. --- END OF SCRIPT Total estimated runtime: approximately 10 minutes at a measured professional pace.

header_image.png

Resumo Executivo

Para equipes de TI empresariais e operadores de locais, a rede WiFi de convidados não é mais apenas uma utilidade de conectividade — é uma camada crítica de aquisição de dados. No entanto, muitas organizações implementam infraestruturas caras sem uma estratégia clara sobre quais dados coletar, como protegê-los ou como extrair valor comercial deles.

Este guia fornece uma referência técnica definitiva sobre a coleta de dados WiFi. Detalhamos a telemetria exata que sua rede captura, desde identificadores de dispositivos passivos até registros de identidade autenticada e padrões de movimento espacial. Mais importante, descrevemos as estruturas de conformidade — incluindo GDPR, PCI DSS e IEEE 802.1X — necessárias para gerenciar esses dados legalmente. Ao implementar um pipeline de dados estruturado, organizações em Varejo , Hotelaria , Saúde e Transporte podem transformar sua infraestrutura de rede de um centro de custo em um ativo gerador de receita que impulsiona a lealdade, a eficiência operacional e um ROI mensurável.

Análise Técnica Aprofundada: Quais Dados Sua Rede Captura

Para arquitetar uma estratégia de coleta de dados segura e valiosa, você deve entender as quatro categorias distintas de dados gerados por uma rede WiFi gerenciada. Confundir essas categorias leva a mecanismos de consentimento mal configurados e valor de negócio não realizado.

1. Identificadores de Dispositivo

Antes mesmo de um usuário se autenticar, qualquer dispositivo com seu rádio WiFi ativado transmite solicitações de sondagem para descobrir redes disponíveis. Essas sondagens contêm identificadores de hardware críticos.

  • Endereço MAC: O endereço Media Access Control é o identificador de hardware exclusivo gravado na Placa de Interface de Rede (NIC) do dispositivo.
  • Identificador Único Organizacional (OUI): Os três primeiros octetos do endereço MAC identificam o fabricante do hardware (por exemplo, Apple, Samsung, Intel).
  • Capacidades de Protocolo: A solicitação de sondagem indica os padrões suportados (por exemplo, 802.11ac, Wi-Fi 6, Wi-Fi 6E), o que é essencial para o planejamento da capacidade da rede.

O Impacto da Randomização de MAC: Desde o iOS 14 e Android 10, os sistemas operacionais móveis implementam a randomização de endereço MAC por padrão para evitar o rastreamento passivo. Isso significa que depender apenas de solicitações de sondagem não autenticadas para análises de longo prazo não é mais viável. A solução exige mover os usuários para sessões autenticadas.

2. Dados de Sessão

Uma vez que um dispositivo se associa a um SSID e se autentica, o controlador de rede ou servidor RADIUS começa a registrar a telemetria da sessão. Esta é a base do monitoramento de desempenho da rede.

  • Métricas de Conexão: Carimbo de data/hora da associação, duração da sessão e total de bytes transferidos (uplink/downlink).
  • Dados de Infraestrutura: O SSID específico ao qual está conectado e o BSSID (o endereço MAC do ponto de acesso específico que atende o cliente).
  • Métricas de Sinal: Indicador de Força do Sinal Recebido (RSSI) e Relação Sinal-Ruído (SNR), que ditam a qualidade da conexão e permitem a triangulação de localização.
  • Atribuição de Rede: O endereço IP atribuído por DHCP e a tag VLAN.

Esses dados são essenciais para o planejamento da capacidade de throughput e para entender o consumo de largura de banda por usuário, garantindo que sua infraestrutura possa lidar com cargas de pico.

wifi_data_types_infographic.png

3. Dados de Login e Identidade

É aqui que a infraestrutura de rede se cruza com marketing e CRM. Quando um usuário acessa uma rede Guest WiFi através de um Captive Portal, ele fornece dados de identidade primários em troca de conectividade.

  • Informações de Identificação Pessoal (PII): Nome, endereço de e-mail, número de telefone ou data de nascimento.
  • Método de Autenticação: Se o usuário se registrou via formulário personalizado, verificação por SMS ou OAuth social (Google, Facebook, LinkedIn).
  • Registros de Consentimento: Opt-ins explícitos para comunicações de marketing e aceitação dos termos de serviço.

A captura desses dados permite que os locais construam perfis de clientes ricos. A plataforma Guest WiFi da Purple atua como provedor de identidade, apresentando uma página de splash personalizada, registrando consentimento granular e enviando o registro de identidade diretamente para seu CRM ou plataforma de automação de marketing via webhooks ou APIs nativas.

4. Dados de Movimento e Presença

Os dados de movimento são análises derivadas construídas sobre telemetria de sessão e dispositivo. Ao correlacionar leituras de RSSI de um único dispositivo em vários pontos de acesso, a rede pode triangular a localização física do dispositivo.

  • Tempo de Permanência: Quanto tempo um dispositivo permanece em uma zona física específica.
  • Fluxo de Visitantes: O caminho que um usuário percorre em um local, destacando gargalos ou rotas populares.
  • Frequência de Retorno: Identificação de visitantes recorrentes com base na identidade autenticada (ignorando problemas de randomização de MAC).
  • Mapas de Calor de Fluxo de Pessoas: Representações visuais da densidade do local ao longo do tempo.

Para uma análise aprofundada sobre como alavancar esses dados, consulte nosso guia WiFi Footfall Analytics: Como Medir e Agir sobre os Dados dos Visitantes . (Para nossos operadores de língua espanhola, veja Análisis de afluencia WiFi: Cómo medir y actuar sobre los datos de los visitantes ). Esta inteligência é crucial para implantações de Sistema de Posicionamento Interno: UWB, BLE, & WiFi Guide .

Guia de Implementação: Construindo o Pipeline de Dados

Implantando uma coleta de dados WiFitura de arquitetura exige ir além da conectividade simples para estabelecer um pipeline de dados seguro e em conformidade.

Passo 1: Segmentação e Arquitetura de Rede

Sua rede de convidados deve ser logicamente separada dos ambientes corporativos e de pagamento. Implante o SSID de convidados em uma VLAN isolada. Garanta que as regras de firewall neguem explicitamente o movimento lateral da sub-rede de convidados para quaisquer recursos internos. Este é um requisito fundamental para a conformidade com o PCI DSS.

Passo 2: Configuração do Captive Portal

O Captive Portal é a interface principal de aquisição de dados.

  • Onboarding Sem Atrito: Implemente OAuth social e autenticação contínua (como autenticação baseada em perfil ou OpenRoaming) para reduzir as taxas de abandono.
  • Perfil Progressivo: Não solicite 10 pontos de dados na primeira visita. Peça um endereço de e-mail primeiro e, em seguida, solicite mais detalhes (como data de nascimento) em visitas subsequentes.

Passo 3: Integração e Automação

Dados em um painel de controle de WiFi têm valor limitado. Configure webhooks ou integrações de API nativas para enviar dados de identidade e sessão em tempo real para seu CRM (por exemplo, Salesforce, HubSpot) e plataformas de automação de marketing. Isso permite fluxos de trabalho automatizados, como o envio de um e-mail de boas-vindas 10 minutos após o login de um usuário.

Melhores Práticas e Estrutura de Conformidade

A coleta de dados acarreta obrigações regulatórias significativas. Uma arquitetura em conformidade é inegociável.

compliance_framework_diagram.png

Conformidade com GDPR e UK GDPR

Ao capturar PII (incluindo endereços de e-mail e identificadores de dispositivo persistentes), você deve estabelecer uma base legal para o processamento.

  • Consentimento Desagregado: O Captive Portal deve apresentar caixas de seleção de opt-in separadas e explícitas para Termos de Serviço, Política de Privacidade e Comunicações de Marketing. Caixas pré-selecionadas são ilegais.
  • Minimização de Dados: Colete apenas os dados necessários para a finalidade definida.
  • Direito ao Esquecimento: Implemente fluxos de trabalho automatizados para lidar prontamente com solicitações de acesso de titulares de dados (DSARs) e solicitações de exclusão.

Segmentação PCI DSS

Se o seu local processa cartões de crédito, a rede WiFi de convidados não deve compartilhar infraestrutura lógica com o Ambiente de Dados do Titular do Cartão (CDE). A falha em isolar a rede de convidados viola os Requisitos 1 e 6 do PCI DSS e resultará em falha na auditoria.

Padrões de Segurança Empresarial

Para redes internas ou seguras, implemente IEEE 802.1X com WPA3 Enterprise para autenticação baseada em certificado. Para redes de convidados, faça a transição para WPA3 Personal com Simultaneous Authentication of Equals (SAE) para proteger contra ataques de dicionário offline e fornecer sigilo de encaminhamento.

Solução de Problemas e Mitigação de Riscos

O Problema do "Data Lake"

Problema: Organizações capturam terabytes de dados de sessão e identidade, mas não extraem valor comercial. Mitigação: Defina os casos de uso comercial antes da implantação. Se você está coletando endereços de e-mail, deve ter uma estratégia ativa de marketing por e-mail. Se você está rastreando o fluxo de pessoas, uma equipe operacional específica deve ser responsável pelo painel de WiFi Analytics .

Queda na Análise de Randomização de MAC

Problema: A análise passiva de fluxo de pessoas mostra números de visitantes artificialmente inflacionados devido a dispositivos que rotacionam seus endereços MAC. Mitigação: Mude a estratégia de análise do rastreamento passivo de sondas para o rastreamento de sessões autenticadas. Incentive os usuários a fazer login no Captive Portal para estabelecer um registro de identidade persistente.

Retenção de Dados Obsoletos

Problema: Reter dados pessoais indefinidamente viola os princípios de limitação de armazenamento do GDPR e aumenta o impacto de uma violação. Mitigação: Implemente políticas automatizadas de retenção de dados. Uma linha de base padrão é de 12 a 24 meses para dados de marketing (atualizados em visitas repetidas) e 90 dias para logs de sessão brutos.

ROI e Impacto nos Negócios

Uma estratégia de coleta de dados WiFi adequadamente arquitetada transforma um centro de custo em um gerador de receita.

  1. ROI de Marketing: Ao capturar dados primários, os locais reduzem a dependência de publicidade de terceiros cara. A captura de e-mail via WiFi frequentemente apresenta um Custo Por Aquisição (CPA) menor do que os anúncios digitais.
  2. Eficiência Operacional: Dados de movimento permitem que os locais otimizem os níveis de pessoal com base na ocupação em tempo real, reduzindo custos gerais durante períodos de baixa e melhorando o serviço durante picos.
  3. Valor para Inquilinos e Patrocinadores: Em ambientes de varejo e estádios, a análise de fluxo de pessoas e dados demográficos podem ser monetizados demonstrando valor aos inquilinos ou vendendo espaço publicitário digital segmentado na página inicial do Captive Portal. Conforme discutido em nossas publicações Wi Fi in Auto: The Complete 2026 Enterprise Guide e Internet of Things Architecture: A Complete Guide , a infraestrutura conectada é a base da monetização moderna de locais.

Ao aproveitar a plataforma abrangente da Purple, os operadores empresariais podem garantir que sua rede não apenas forneça conectividade contínua, mas atue como um motor de aquisição de dados seguro, em conformidade e altamente lucrativo.

Termos-Chave e Definições

MAC Randomisation

A privacy feature in modern mobile OSs that generates a temporary, fake MAC address when scanning for networks, preventing persistent tracking.

Forces IT teams to rely on authenticated captive portal logins rather than passive probe requests for accurate visitor analytics.

BSSID (Basic Service Set Identifier)

The MAC address of the specific wireless access point radio that a client device is connected to.

Used in location analytics to determine exactly which access point in a venue a user is nearest to, enabling zone-based footfall tracking.

RSSI (Received Signal Strength Indicator)

A measurement of the power present in a received radio signal, typically expressed in negative decibels (-dBm).

The core metric used to triangulate a device's physical location within a venue; a signal closer to 0 indicates closer proximity to the AP.

Captive Portal

A web page that a user is forced to view and interact with before access is granted to a public network.

The primary mechanism for capturing first-party identity data and securing legal consent from network users.

IEEE 802.1X

An IEEE standard for port-based network access control, providing an authentication mechanism to devices wishing to attach to a LAN or WLAN.

The gold standard for enterprise network security, requiring unique credentials or certificates per user rather than a shared password.

VLAN (Virtual Local Area Network)

A logical subnetwork that groups a collection of devices on separate physical local area networks.

Essential for PCI DSS compliance to logically separate guest WiFi traffic from corporate or payment processing traffic on the same physical switches.

Data Minimisation

A GDPR principle stating that personal data collected must be adequate, relevant, and limited to what is necessary for the intended purpose.

Dictates that IT teams should not configure captive portals to ask for unnecessary information (e.g., home address) if the goal is simply email marketing.

OUI (Organisationally Unique Identifier)

The first 24 bits (three octets) of a MAC address, which uniquely identifies the vendor or manufacturer of the network adapter.

Used in network analytics dashboards to categorise the types of devices (e.g., Apple vs. Samsung) connecting to the network.

Estudos de Caso

A 200-store retail chain is deploying a new guest WiFi network. They want to track repeat visitor frequency and trigger automated marketing emails. However, their current passive analytics show an impossibly high number of 'unique' visitors due to iOS/Android MAC randomisation. How should the network architect design the solution?

  1. Deploy a captive portal requiring user authentication (e.g., Email or Social OAuth) to access the internet.
  2. Configure the portal with GDPR-compliant, unbundled consent checkboxes for marketing communications.
  3. Integrate the WiFi platform's API with the retailer's CRM.
  4. When a user logs in, the platform links their authenticated identity (email) to their current session, bypassing the randomised MAC address.
  5. Configure the CRM to trigger a 'Welcome Back' email workflow when the API registers a new session for an existing identity.
Notas de Implementação: This approach correctly identifies that passive tracking is obsolete for persistent identification. By moving the tracking mechanism up the stack to the application layer (authenticated identity) and integrating directly with the CRM, the architect solves both the technical limitation of MAC randomisation and the business requirement for marketing automation.

A large conference centre wants to offer free guest WiFi but shares physical network switches with the venue's point-of-sale (POS) payment terminals. How must the IT manager configure the network to ensure PCI DSS compliance while collecting guest session data?

  1. Implement logical network segmentation using VLANs. Assign the guest WiFi SSID to VLAN 100 and the POS terminals to VLAN 200.
  2. Configure Access Control Lists (ACLs) and firewall rules at the core router/firewall to explicitly deny all traffic routing between VLAN 100 and VLAN 200.
  3. Route guest WiFi traffic directly to the internet gateway, bypassing internal corporate subnets entirely.
  4. Enable client isolation on the guest SSID to prevent guest devices from communicating with each other.
  5. Log all firewall drops for audit purposes.
Notas de Implementação: This is a textbook PCI DSS Requirement 1 and 6 implementation. The solution ensures that even though the physical infrastructure is shared, the logical isolation prevents any potential compromise of a guest device from pivoting into the Cardholder Data Environment (CDE).

Análise de Cenário

Q1. A marketing director wants to use the guest WiFi network to track exactly how long individual, unnamed customers spend in the 'Shoes' department versus the 'Coats' department to optimise store layout. They plan to use MAC address tracking from probe requests. As the IT Manager, how do you advise them?

💡 Dica:Consider recent changes to mobile operating systems regarding privacy and MAC addresses.

Mostrar Abordagem Recomendada

I would advise the marketing director that relying on unauthenticated MAC address tracking via probe requests is no longer accurate due to MAC randomisation implemented in modern iOS and Android devices. Devices will appear as multiple unique visitors over time. Instead, we should deploy a captive portal to encourage authenticated sessions. Once a user authenticates, we can track their persistent identity and use RSSI triangulation from authenticated session data to accurately measure dwell time in specific zones.

Q2. During a network audit, the QSA notes that the guest WiFi VLAN can route traffic to the VLAN hosting the venue's Point of Sale (POS) terminals. The venue argues that the POS terminals have host-based firewalls enabled. What is the required remediation?

💡 Dica:Review PCI DSS requirements regarding network segmentation and shared infrastructure.

Mostrar Abordagem Recomendada

The required remediation is to implement strict network segmentation at the core router or firewall level. Relying solely on host-based firewalls on the POS terminals is insufficient for PCI DSS compliance. Access Control Lists (ACLs) must be configured to explicitly deny all routing between the guest WiFi VLAN and the Cardholder Data Environment (CDE) VLAN. The guest traffic must be routed directly to the internet gateway.

Q3. Your organisation is updating its captive portal splash page. The legal team suggests a single checkbox that says 'I agree to the Terms of Service, Privacy Policy, and to receive marketing emails' to reduce onboarding friction. Is this approach recommended?

💡 Dica:Consider GDPR requirements for valid consent.

Mostrar Abordagem Recomendada

No, this approach is highly discouraged and violates GDPR requirements for granular consent. Consent for marketing communications must be unbundled from the acceptance of general Terms of Service. If a user is forced to accept marketing to access the WiFi, the consent is not considered 'freely given'. The portal must present separate, unticked checkboxes for TOS/Privacy Policy and Marketing Opt-in.