سيكون لدى Google CMP لـ AdSense دعم واسع النطاق للتحليلات وإعلانات Google

باختصار ، يمكن للناشرين الذين يستخدمون Google AdSense وقاموا بتنفيذ Google CMP الحصول على مستخدمين في EEA والمملكة المتحدة وسويسرا ، ويمكنهم قريبًا استخدام CMP لهذا Google Analytics و Google ADS. لذلك ، فإن الرسالة "تحقق من الإعدادات المترتبة على المستخدمين النهائيين في المنطقة الاقتصادية الأوروبية (EEA)" في Google Analytics ستختفي إذا كنت تستخدم وضع الموافقة V2 من Google.

ماذا يعني تكامل Google CMP للتحليلات وإعلانات Google

بالنسبة لأولئك الذين يستخدمون AdSense ، أعلنت Google عن إطلاق خيارين جديدين في إعدادات اللائحة الأوروبية المتاحة على مستوى الحساب في القسم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 Tag Manager ، لأولئك الذين يستخدمون حل 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.

مصدر: جوجل.

هذه أخبار جيدة للناشرين الذين يبحثون عن حل أبسط للامتثال للمتطلبات القانونية الجديدة ، دون التخلي عن وظيفة القياس والتحميمة التي تقدمها Google.

مثال على التكامل اليدوي وبالتالي الوضع 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 ، سيتم تلقائي هذه العملية بأكملها. لم يعد عليك إضافة رموز خاصة لتحديث الموافقة. ستقوم Google بتوصيل الرسالة المعروضة بالمستخدم وإشارات الموافقة للتحليلات والإعلانات و Firebase.

من عشاق التكنولوجيا، أستمتع بكتابة البرامج التعليمية والأدلة المفيدة لأنظمة التشغيل وأنظمة الأجهزة ولغات البرمجة والهواتف المحمولة (iOS وAndroid). أحب تجربة واكتشاف تقنيات تحسين محركات البحث الجديدة واستراتيجيات تحسين الويب.

مسكن » برنامج تعليمي ذكي » سيكون لدى Google CMP لـ AdSense دعم واسع النطاق للتحليلات وإعلانات Google
اترك تعليقا