Los gehts
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Plattform auswählen:
Android
iOS
Flutter
Unity
Native Anzeigen sind Anzeigen-Assets, die Nutzern mit UI-Komponenten präsentiert werden, die für die Plattform nativ sind. In Bezug auf den Code bedeutet das, dass Ihre App beim Laden einer nativen Anzeige ein NativeAd
-Objekt mit den zugehörigen Assets empfängt. Ihre App und nicht das Google Mobile Ads SDK ist dann für die Darstellung der Assets verantwortlich.
Dieses Anzeigenformat ist für Sie geeignet, wenn Sie mehr Kontrolle über das Design Ihrer Anzeigen haben möchten.
Wenn Sie diese Funktionen nicht benötigen, können Sie eines unserer anderen Anzeigenformate verwenden.
Es gibt zwei Möglichkeiten, native Anzeigen in Ihrer Flutter-App zu präsentieren:
- Native Vorlagen:Vordefinierte native Vorlagen, die mit einer Dart-API formatiert werden.
- Plattform einrichten:Benutzerdefinierte plattformspezifische Layouts, die mit Android- und iOS-Layouttools definiert werden.
Native Vorlagen
Sie können zwischen zwei Vorlagentypen wählen: „Klein“ oder „Mittel“. Jede Vorlage bietet Optionen für das UI-Styling. Sie sind jedoch weniger anpassbar als die Implementierung der Plattformkonfiguration.
Klein |
 Android
|
 iOS
|
Mittel |
 Android
|
 iOS
|
Details zur Implementierung nativer Vorlagen in Dart finden Sie unter Native Templates.
Die Einrichtung der Plattform ist besser, wenn Sie die vollständige Kontrolle über das Erscheinungsbild Ihrer Anzeigen auf Android- und iOS-Plattformen benötigen. Sie müssen jedoch Code für beide schreiben.
Plattformspezifische Einrichtungsanleitungen finden Sie unter Plattform einrichten.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-09-06 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-06 (UTC)."],[[["\u003cp\u003eNative ads give you control over the ad's look and feel by providing ad assets that your app displays using native UI components.\u003c/p\u003e\n"],["\u003cp\u003eChoose between Native Templates for pre-defined layouts with styling options or Platform Setup for complete customization using Android/iOS tools.\u003c/p\u003e\n"],["\u003cp\u003eNative Templates offer small and medium sizes with some UI customization, while Platform Setup provides full control but requires platform-specific code.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the provided links for detailed implementation instructions on both Native Templates and Platform Setup for Flutter.\u003c/p\u003e\n"]]],["Native ads allow apps to display ad assets using native UI components. Apps receive a `NativeAd` object and handle asset display. There are two implementation methods: native templates and platform setup. Native templates offer pre-defined small or medium designs with some styling options. Platform setup provides full control over ad appearance on Android and iOS but requires platform-specific code. Native templates are detailed in the linked section and so are the platform specific set up.\n"],null,["Select platform: [Android](/admob/android/native \"View this page for the Android platform docs.\") [iOS](/admob/ios/native \"View this page for the iOS platform docs.\") [Flutter](/admob/flutter/native \"View this page for the Flutter platform docs.\") [Unity](/admob/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 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](/admob/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](/admob/flutter/native/platforms)."]]