طلب الموافقة من المستخدمين في الاتحاد الأوروبي
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
بموجب سياسة موافقة المستخدِم في الاتّحاد الأوروبي المتّبَعة في Google،
عليك الإفصاح عن معلومات معيّنة للمستخدِمين في المنطقة
الاقتصادية الأوروبية والحصول على موافقتهم على استخدام ملفات تعريف الارتباط
أو غيرها من البيانات المحفوظة على أجهزتهم المحلية وفقًا للمتطلبات القانونية، وكذلك موافقتهم على جمع البيانات الشخصية ومشاركتها واستخدامها في تخصيص الإعلانات. تعكس هذه السياسة
متطلبات "التوجيه الأوروبي بشأن الخصوصية الإلكترونية" و"اللائحة العامة
لحماية البيانات" (GDPR).
إعادة توجيه الموافقة إلى حزمة تطوير البرامج (SDK) لإعلانات الوسائط التفاعلية
تعرض طلبات الإعلان على Google إعلانات مخصّصة تلقائيًا، مع اختيار الإعلانات استنادًا إلى كلٍ من محتوى صفحة الويب أو التطبيق وسجلّ المستخدم الذي يزورها. تتيح Google أيضًا إمكانية عرض الإعلانات غير المخصّصة.
مزيد من المعلومات عن الإعلانات المخصّصة وغير المخصّصة
لفرض عرض الإعلانات غير المخصّصة، يمكنك إلحاق &npa=1
بعلامة الإعلان
لتحديد أنّه يجب عرض محتوى الإعلان غير المخصّص فقط.
ويتم إجراء ذلك باستخدام السمة adTagParameters
، على النحو التالي:
Sub loadStream()
...
request = sdk.CreateStreamRequest()
if m.top.streamData.type = "live"
request.assetKey = m.top.streamData.assetKey
else
request.contentSourceId = m.top.streamData.contentSourceId
request.videoId = m.top.streamData.videoId
end if
request.apiKey = m.top.streamData.apiKey
request.player = m.player
request.adTagParameters = "npa=1";
requestResult = sdk.requestStream(request)
...
End Sub
وضع علامة على المستخدمين بأنّهم دون سن الرشد
يمكنك وضع علامة على طلبات إعلاناتك لكي يتم التعامل معها بصفتها موجّهة للمستخدمين تحت سن الرشد في المنطقة
الاقتصادية الأوروبية. تم تصميم هذه الميزة للمساعدة في تسهيل الامتثال للّائحة العامّة لحماية البيانات (GDPR).
يُرجى العلم بأنّك قد تتحمّل التزامات قانونية أخرى بموجب اللائحة العامة لحماية البيانات. يُرجى مراجعة
إرشادات الاتحاد الأوروبي والرجوع إلى مستشارك القانوني.
يُرجى العِلم أنّ أدوات Google مصمّمة لتسهيل الامتثال
ولا تعفي أي ناشر معيّن من التزاماته بموجب
القانون. مزيد من المعلومات عن كيفية تأثير "اللائحة العامة لحماية البيانات" في الناشرين
عند استخدام هذه الميزة، سيتم تضمين مَعلمة TFUA (علامة المستخدمين دون سن الرشد في أوروبا) في طلب الإعلان. تؤدي هذه المَعلمة إلى إيقاف
الإعلانات المخصّصة،
بما في ذلك تجديد النشاط التسويقي، لطلب الإعلان المحدّد هذا. تعمل الميزة أيضًا على إيقاف
الطلبات إلى مورّدي الإعلانات من جهات خارجية، مثل وحدات البكسل لقياس الإعلانات
وخوادم الإعلانات من جهات خارجية. ولا تؤثّر المَعلمة في استخدامك ل
قيم مفاتيح "مدير إعلانات Google". وبالتالي، يجب أن تتأكّد من أنّ استخدامك ل
قيم المفاتيح يلتزم باللائحة العامة لحماية البيانات.
يؤدي تضمين مَعلمة TFUA في طلب الإعلان إلى منحها الأولوية على أي
إعدادات سارية على مستوى الموقع الإلكتروني.
لتضمين هذه العلامة في جميع طلبات الإعلانات التي يتم إجراؤها من عملية التنفيذ،
أضِف &tfua=1
إلى علامة إعلانك.
Sub loadStream()
...
request = sdk.CreateStreamRequest()
if m.top.streamData.type = "live"
request.assetKey = m.top.streamData.assetKey
else
request.contentSourceId = m.top.streamData.contentSourceId
request.videoId = m.top.streamData.videoId
end if
request.apiKey = m.top.streamData.apiKey
request.player = m.player
request.adTagParameters = "tfua=1";
requestResult = sdk.requestStream(request)
...
End Sub
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003ePublishers serving users in the European Economic Area (EEA) must comply with Google's EU User Consent Policy, including obtaining consent for cookies and data usage for ad personalization.\u003c/p\u003e\n"],["\u003cp\u003eNon-personalized ads can be served by adding \u003ccode\u003e&npa=1\u003c/code\u003e to the ad tag's \u003ccode\u003eadTagParameters\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eTo comply with GDPR for users under the age of consent, add \u003ccode\u003e&tfua=1\u003c/code\u003e to the ad tag's \u003ccode\u003eadTagParameters\u003c/code\u003e, which disables personalized ads and third-party ad vendor requests.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etfua\u003c/code\u003e parameter takes precedence over site-level settings, disabling personalized advertising and third-party ad vendor requests for that specific ad request.\u003c/p\u003e\n"],["\u003cp\u003ePublishers should review GDPR guidelines and seek legal counsel to ensure full compliance beyond the use of Google's tools.\u003c/p\u003e\n"]]],[],null,["# Request consent from EU users\n\nUnder Google's [EU User Consent\nPolicy](//www.google.com/about/company/consentstaging.html),\nyou must make certain disclosures to your users in the European\nEconomic Area (EEA) and obtain their consent for the use of cookies or\nother local storage where legally required, and for the collection,\nsharing, and use of personal data for ads personalization. This policy\nreflects the requirements of the EU ePrivacy Directive and the General\nData Protection Regulation (GDPR).\n\n\u003cbr /\u003e\n\nForwarding consent to the IMA SDK\n---------------------------------\n\nBy default, ad requests to Google serve personalized ads, with ad selection\nbased on both the content of the web page or app and the history of the user\nvisiting it. Google also supports serving non-personalized ads.\n[Learn more about personalized and non-personalized\nads](//support.google.com/admanager/answer/9005435)\n\nTo force non-personalized ads, you can append `&npa=1` to your ad tag\nto specify that only non-personalized ad content should be returned.\n\nThis is accomplished with the `adTagParameters` property, like so: \n\n```gdscript\nSub loadStream()\n ...\n request = sdk.CreateStreamRequest()\n if m.top.streamData.type = \"live\"\n request.assetKey = m.top.streamData.assetKey\n else\n request.contentSourceId = m.top.streamData.contentSourceId\n request.videoId = m.top.streamData.videoId\n end if\n request.apiKey = m.top.streamData.apiKey\n request.player = m.player\n request.adTagParameters = \"npa=1\";\n requestResult = sdk.requestStream(request)\n ...\nEnd Sub\n```\n\nTagging users as under the age of consent\n-----------------------------------------\n\nYou can mark your ad requests to receive treatment for users in the European\nEconomic Area (EEA) under the age of consent. This feature is designed to\nhelp facilitate compliance with the [General Data Protection Regulation\n(GDPR)](//eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32016R0679).\nNote that you may have other legal obligations under GDPR. Please review\nthe European Union's guidance and consult with your own legal counsel.\nPlease remember that Google's tools are designed to facilitate compliance\nand do not relieve any particular publisher of its obligations under the\nlaw. [Learn more about how GDPR affects\npublishers](//support.google.com/admanager/answer/7666366)\n\nWhen using this feature, a TFUA (Tag For Users under the Age of Consent in\nEurope) parameter will be included in the ad request. This parameter disables\n[personalized advertising](//support.google.com/admanager/answer/9005435),\nincluding remarketing, for that specific ad request. It also disables\nrequests to third-party ad vendors, such as ad measurement pixels and\nthird-party ad servers. The parameter does not affect your use of\nAd Manager key-values. Consequently, you must ensure that your use of\nkey-values is compliant with GDPR.\n\nIncluding the TFUA parameter in an ad request takes precedence over any\napplicable site-level settings.\n\nTo include this tag on all ad requests made from your implementation,\nappend `&tfua=1` to your ad tag. \n\n```gdscript\nSub loadStream()\n ...\n request = sdk.CreateStreamRequest()\n if m.top.streamData.type = \"live\"\n request.assetKey = m.top.streamData.assetKey\n else\n request.contentSourceId = m.top.streamData.contentSourceId\n request.videoId = m.top.streamData.videoId\n end if\n request.apiKey = m.top.streamData.apiKey\n request.player = m.player\n request.adTagParameters = \"tfua=1\";\n requestResult = sdk.requestStream(request)\n ...\nEnd Sub\n```"]]