البدء
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
اختيار النظام الأساسي:
Android
iOS
Flutter
Unity
"الإعلانات المدمجة مع المحتوى" هي مواد عرض إعلانية تُعرض للمستخدمين باستخدام عناصر واجهة مستخدم مدمجة مع النظام الأساسي. من الناحية البرمجية، يعني ذلك أنّه عند تحميل إعلان مدمج مع المحتوى، يتلقّى تطبيقك عنصر NativeAd
يحتوي على مواد العرض الخاصة به، ويكون تطبيقك هو المسؤول عن عرضها، وليس حزمة تطوير البرامج (SDK) لإعلانات Google على الأجهزة الجوّالة.
شكل الإعلان هذا مناسب عندما تريد التحكّم بشكل أكبر في تصميم إعلاناتك.
إذا لم تكن بحاجة إلى هذه الميزات، استخدِم أحد أشكال الإعلانات الأخرى.
تتوفّر طريقتان لعرض الإعلانات المدمجة مع المحتوى في تطبيق Flutter:
- النماذج الأصلية: نماذج أصلية محدّدة مسبقًا ومصمّمة باستخدام Dart API.
- إعداد النظام الأساسي: يتم تحديد التنسيقات المخصّصة الخاصة بالنظام الأساسي باستخدام أدوات التنسيق في Android وiOS.
نماذج الإعلانات المدمجة مع المحتوى
يمكنك الاختيار من بين نوعَين من النماذج: صغير أو متوسط. يتضمّن كل نموذج خيارات لتصميم واجهة المستخدم، ولكنّه يوفّر خيارات تخصيص أقل من عملية إعداد المنصة.
صغير |
 Android
|
 iOS
|
متوسط |
 Android
|
 iOS
|
للحصول على تفاصيل حول تنفيذ النماذج الأصلية في Dart، راجِع النماذج الأصلية.
يكون إعداد المنصّة أفضل عندما تحتاج إلى التحكّم الكامل في شكل إعلاناتك ومظهرها على كلّ من منصتَي Android وiOS، ولكن ستحتاج إلى كتابة الرمز البرمجي لكلتيهما.
للحصول على تعليمات الإعداد الخاصة بكل منصة، يُرجى الاطّلاع على إعداد المنصة.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eNative ads give you control over the ad's look and feel by providing ad assets that your app displays using its own UI components.\u003c/p\u003e\n"],["\u003cp\u003eYou can implement native ads using pre-defined templates with styling options or with platform-specific custom layouts for maximum control.\u003c/p\u003e\n"],["\u003cp\u003eNative templates offer small and medium size options with some styling flexibility while platform setup requires Android and iOS code for full customization.\u003c/p\u003e\n"]]],[],null,["Select platform: [Android](/ad-manager/mobile-ads-sdk/android/native \"View this page for the Android platform docs.\") [iOS](/ad-manager/mobile-ads-sdk/ios/native \"View this page for the iOS platform docs.\") [Flutter](/ad-manager/mobile-ads-sdk/flutter/native \"View this page for the Flutter platform docs.\") [Unity](/ad-manager/mobile-ads-sdk/unity/native-overlay \"View this page for the Unity platform docs.\")\n\n\u003cbr /\u003e\n\nNative ads are ad assets presented to users with UI components native to the\nplatform. In coding terms, this means that when a native ad loads, your app\nreceives a `NativeAd` object that contains its assets, and your app---rather\nthan the Google Mobile Ads SDK---is then responsible for displaying them.\n\nThis ad format is for when you want more control to style the look of your ads.\nIf you don't need these features, use one of our other ad formats.\n\nThere are two ways to display native ads in your Flutter app:\n\n- **Native templates:** Pre-defined native templates styled with a Dart API.\n- **Platform setup:** Custom platform-specific layouts defined using Android and iOS layout tools.\n\nNative templates\n\nThere are two template types to choose from: small or medium. Each template\ncomes with UI styling options; however, they offer less customization than\nthe platform setup implementation.\n\n| Small |\n|-------------|---------|\n| **Android** | **iOS** |\n| **Android** | **iOS** |\n\nFor native templates implementation details in Dart, see [Native\ntemplates](/ad-manager/mobile-ads-sdk/flutter/native/templates).\n\nPlatform setup\n\nPlatform setup is better when you need complete control of the look and feel for\nyour ads on both Android and iOS platforms, but you'll need to write code for\nboth.\n\nFor platform-specific setup instructions, see [Platform\nsetup](/ad-manager/mobile-ads-sdk/flutter/native/platforms)."]]