Μετάβαση στο περιεχόμενο
Σοβαρότητα: ΥψηλήΥπεύθυνος: ΑνάπτυξηΧρόνος διόρθωσης: 1-3 h

Αιτήματα τρίτων πριν από τη συγκατάθεση

Σταματήστε προαιρετικούς παρόχους από το να κάνουν δικτυακές κλήσεις πριν ο επισκέπτης αποφασίσει αν θα τους επιτρέψει.

Καλύπτει: pre_consent_third_party_request, third_party_data_flow_before_consent

Γιατί έχει σημασία

Ακόμη κι αν τα cookies είναι μπλοκαρισμένα, τα αιτήματα τρίτων μπορούν να μεταφέρουν IP, αναγνωριστικά ή metadata σελίδας πριν από την επιλογή του χρήστη. Αυτό παραμένει κίνδυνος συμμόρφωσης.

Πώς να το επαληθεύσετε χειροκίνητα

  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.

Τυπικές αιτίες

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

Διόρθωση στο 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.

Διόρθωση σε WordPress ή CMP plugins

  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.

Γενική διόρθωση για developers

  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.

Πώς να επιβεβαιώσετε ότι η διόρθωση λειτουργεί

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

Επόμενο βήμα

Εκτελέστε νέα σάρωση μετά το deploy για να επιβεβαιώσετε ότι άλλαξε η πραγματική συμπεριφορά runtime και όχι μόνο το κείμενο του banner.

Αιτήματα τρίτων πριν από τη συγκατάθεση — GDPR Fix Guide