Waga: WysokaWłaściciel: DevelopmentCzas naprawy: 1-3 h
Żądania third-party przed zgodą
Zatrzymaj opcjonalnych dostawców przed wykonywaniem połączeń sieciowych zanim użytkownik zdecyduje, czy ich dopuścić.
Obejmuje: pre_consent_third_party_request, third_party_data_flow_before_consent
Dlaczego to ważne
Nawet gdy cookies są blokowane, żądania third-party mogą nadal wysyłać IP, identyfikatory lub metadane strony przed wyborem użytkownika. To nadal tworzy ryzyko zgodności.
Jak zweryfikować to ręcznie
- Load the page in incognito and inspect third-party requests before any consent action.
- Group requests by provider: analytics, ads, chat, video, fonts, tag manager, consent platform.
- Check whether requests are essential or optional for baseline site functionality.
Typowe przyczyny
- Third-party scripts load from the page template before the CMP decides.
- Optional widgets self-initialize on page load.
- Consent only blocks cookies but not network requests or remote script fetches.
Naprawa w GTM
- Move optional vendor tags behind consent conditions instead of firing on all page views.
- Audit custom HTML tags that pull remote scripts directly.
- Separate essential operational tags from analytics and marketing vendors.
Naprawa w WordPressie lub wtyczkach CMP
- Review theme, plugin, and page-builder integrations that inject third-party widgets globally.
- Disable auto-embed or auto-load features for optional tools until consent is granted.
- Retest pages after cache purge and plugin optimization layers are cleared.
Ogólna poprawka developerska
- Defer optional third-party scripts until consent is granted.
- Lazy-load integrations on user action where possible.
- Replace non-essential always-on embeds with click-to-load placeholders.
Jak potwierdzić, że poprawka działa
- Confirm that only essential third-party requests remain before consent.
- Accept optional consent and verify optional vendors load only afterward.
- Run a fresh scan and compare the third-party request inventory.
Następny krok
Po wdrożeniu uruchom nowy skan, aby potwierdzić, że zmieniło się rzeczywiste zachowanie runtime, a nie tylko treść bannera.