Pojdi na vsebino
Resnost: VisokaOdgovorni: RazvojČas za popravek: 1-3 h

Third-party zahtevki pred soglasjem

Ustavite opcijske ponudnike, da izvajajo omrežne klice, preden se obiskovalec odloči, ali jih bo dovolil.

Zajema: pre_consent_third_party_request, third_party_data_flow_before_consent

Zakaj je to pomembno

Tudi če so cookies blokirani, lahko third-party zahtevki še vedno prenašajo IP naslove, identifikatorje ali metapodatke strani pred uporabnikovo izbiro. To ostaja tveganje skladnosti.

Kako to ročno preveriti

  1. Load the page in incognito and inspect third-party requests before any consent action.
  2. Group requests by provider: analytics, ads, chat, video, fonts, tag manager, consent platform.
  3. Check whether requests are essential or optional for baseline site functionality.

Tipični vzroki

  • 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.

Popravek v GTM

  1. Move optional vendor tags behind consent conditions instead of firing on all page views.
  2. Audit custom HTML tags that pull remote scripts directly.
  3. Separate essential operational tags from analytics and marketing vendors.

Popravek v WordPressu ali CMP vtičnikih

  1. Review theme, plugin, and page-builder integrations that inject third-party widgets globally.
  2. Disable auto-embed or auto-load features for optional tools until consent is granted.
  3. Retest pages after cache purge and plugin optimization layers are cleared.

Splošen developerski popravek

  1. Defer optional third-party scripts until consent is granted.
  2. Lazy-load integrations on user action where possible.
  3. Replace non-essential always-on embeds with click-to-load placeholders.

Kako potrditi, da popravek deluje

  • 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.

Naslednji korak

Po deployu zaženite nov pregled, da potrdite, da se je spremenilo dejansko runtime vedenje, ne le besedilo bannerja.

Third-party zahtevki pred soglasjem — GDPR Fix Guide