Rimtumas: AukštaAtsakingas: PlėtraPataisymo laikas: 1-3 h
Third-party užklausos prieš sutikimą
Sustabdykite pasirenkamus tiekėjus nuo tinklo užklausų siuntimo dar prieš lankytojui nusprendžiant, ar juos leisti.
Apima: pre_consent_third_party_request, third_party_data_flow_before_consent
Kodėl tai svarbu
Net jei cookies blokuojami, third-party užklausos vis tiek gali perduoti IP adresus, identifikatorius ar puslapio metaduomenis prieš vartotojo pasirinkimą. Tai išlieka atitikties rizika.
Kaip tai patikrinti rankiniu būdu
- 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.
Tipinės priežastys
- 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.
Pataisa 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.
Pataisa WordPress ar CMP įskiepiuose
- 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.
Bendra kūrėjų pataisa
- 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.
Kaip patvirtinti, kad pataisa veikia
- 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.
Kitas žingsnis
Po deploy paleiskite naują skenavimą ir patvirtinkite, kad pasikeitė realus runtime elgesys, o ne tik bannerio tekstas.