Google CMP עבור Adsense תהיה תמיכה נרחבת באנליטיקס ובמודעות Google

בקיצור, מפרסמים המשתמשים ב- Google Adsense ויישמו את Google CMP כדי להשיג משתמשים ב- EEA, בריטניה ושוויץ, יכולים בקרוב להשתמש ב- CMP זה עבור Google Analytics ו- Google Ads. לפיכך, ההודעה "ודא שההגדרות הנגרמות שלך עבור משתמשי הקצה באזור הכלכלי האירופי (EEA)" ב- Google Analytics ייעלמו אם אתה משתמש במצב הסכמה V2 מגוגל.

מה המשמעות של שילוב ה- CMP של גוגל לניתוח ומודעות גוגל

למי שמשתמש ב- Adsense, גוגל הודיעה על השקת שתי אפשרויות חדשות בהגדרות הרגולציה האירופיות הזמינות ברמת החשבון בסעיףPrivacy & Messagingו אלה מאפשרים פרשנות של אותות ההסכמה שכבר נאספו על ידי Google המשולב (למשל: Adsense) CMP ויישומם למצב ההסכמה V2, בשירותים כגון: Google Analytics, Google Ads ו- Firebase.

באופן ספציפי, מפרסמים המשתמשים ב- Google CMP כדי להציג הודעות הסכמה כדי לראות משתמשים, בריטניה ושוויץ יוכלו להפעיל אפשרויות אלה עבור המערכת כדי לשלוח אותות הסכמה תקפים ל:

  • ad_storage - נדרש לפרסום בהתאמה אישית
  • analytics_storage - נדרש לאיסוף נתונים ב- Google Analytics
  • personalization ו user_data - בהקשר של פרסומות ממוקדות ומדידת המרה

פונקציונליות זו מבטלת את הצורך של צד שלישי או יישום ידני של מצב הסכמה gtag.js או מנהל תגיות של גוגל, למי שכבר משתמש בפתרון Google.

ההגדרות יושבו כברירת מחדל וניתן להפעיל אותן רק מממשק Adsense/Google. לאחר ההפעלה, הם יחולו אוטומטית על כל הודעות ההסכמה המוצגות באינטרנט וביישומים (למעט: AMP).

Consent mode allows other Google products that you use (such as Google Ads, Google Analytics or Firebase) to respect your users’ consent choices. Later this week, two new account-level flags will become available on the European regulations Settings page in Privacy & messaging. These flags will be disabled by default. If enabled, Google’s CMP will be able to interpret your existing EEA, UK and Swiss user consent choices for consent mode’s advertising purposes (including ad storage, personalisation and user data) and analytics storage. This setting will only be applicable for publishers who want to use Google’s CMP to obtain consent and provide transparency for the use of both our publisher and advertising products. If this setting is enabled, it will apply to all of your European regulations messages shown on the web and in apps, but will not apply to messages shown on AMP.

מָקוֹר: גוגל.

אלה חדשות טובות עבור מפרסמים המחפשים פיתרון פשוט יותר לעמידה בדרישות החוקיות החדשות, מבלי לוותר על פונקציית המדידה והמונטיזציה שמציעה גוגל.

דוגמה לשילוב ידני כתוצאה מכך מצב V2 עםgtag.js ייראה כדלקמן:

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXX"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}

  // Initialize gtag
  gtag('js', new Date());

  // Set default consent before user makes a choice
  gtag('consent', 'default', {
    'ad_storage': 'denied',
    'analytics_storage': 'denied',
    'personalization_storage': 'denied',
    'functionality_storage': 'granted',
    'security_storage': 'granted',
    'region': ['EEA', 'UK', 'CH'] // Applies these defaults only to users in these regions
  });

  // Example: Update consent after user accepts cookies
  // (Trigger this only if the user has explicitly consented)
  // gtag('consent', 'update', {
  //   'ad_storage': 'granted',
  //   'analytics_storage': 'granted',
  //   'personalization_storage': 'granted'
  // });

  // Initialize Google Analytics (respects the above consent settings)
  gtag('config', 'G-XXXXXXX');
</script>

עם האינטגרציה החדשה, Google CMP, כל התהליך הזה יהיה אוטומטי. אתה כבר לא צריך להוסיף קודים מיוחדים כדי לעדכן את ההסכמה. גוגל תחבר את ההודעה המוצגת למשתמש ואת אותות ההסכמה לניתוח, מודעות ו- Firebase.

חובב טכנולוגיה, אני נהנה לכתוב מדריכים ומדריכים מועילים למערכות הפעלה, מערכות חומרה, שפות תכנות וטלפונים ניידים (iOS, Android). אני אוהב להתנסות ולגלות טכניקות חדשות לקידום אתרים ואסטרטגיות אופטימיזציה לאינטרנט.

Home » הדרכה חכמה » Google CMP עבור Adsense תהיה תמיכה נרחבת באנליטיקס ובמודעות Google
השאר תגובה