Erstellen Sie zunächst neue Anzeigenblöcke und implementieren Sie dann die Anzeigen.
im Code Ihrer App ein.
In dieser Anleitung wird das Anzeigenformat Interstitial als Beispieltestfall verwendet. Wenn Sie diese Anleitung lesen,
können Sie das Frequency Capping auch mit ähnlichen Schritten implementieren und testen.
für andere Anzeigenformate.
Voraussetzungen für diese Anleitung
Eigene App (iOS-, Android- oder Unity-Projekt)
Ihre App wurde als Firebase-App registriert, die mit einer AdMob-App verknüpft ist
(Weitere Informationen)
Zugriff auf das mit Ihrer App verknüpfte AdMob-Konto mit Berechtigungen zum Erstellen
neue Anzeigenblöcke
Zugriff auf das mit deiner App verknüpfte Firebase-Projekt mit Berechtigungen zum Erstellen
und Remote Config und A/B Testing verwalten sowie
Google Analytics
Ihre bevorzugte IDE
Anzeigenblock erstellen
AdMob-Benutzeroberfläche, auf der die Erstellung eines neuen Interstitial-Anzeigenblocks zu sehen ist">
Erstellen Sie in Ihrem AdMob-Konto einen neuen Interstitial-Anzeigenblock.
Legen Sie das Frequency Capping fest:
Maximieren Sie in der AdMob-Benutzeroberfläche den Bereich Erweiterte Einstellungen und aktivieren Sie
Frequency Capping:
Geben Sie die Anzeigenhäufigkeit an, die Sie testen möchten. Wählen Sie eine Häufigkeit aus,
höher als die Häufigkeit, die für Ihren vorhandenen Anzeigenblock verwendet wird.
Beispiel: Mit Ihrem vorhandenen Interstitial-Anzeigenblock werden vier Impressionen erzielt.
pro Nutzer pro 10 Minuten, aber Sie möchten herausfinden, ob Sie den Wert
bis zu 6 Impressionen pro Nutzer pro 10 Minuten zu begrenzen.
Wir empfehlen, die Zeitspanne (z. B. „pro 10 Minuten“) für die zu vergleichenden Anzeigenblöcke einheitlich zu halten. Die anderen Anzeigenblockeinstellungen,
sind für diese Anleitung aber nicht wichtig.
die für Ihre App geeignet sind.
AdMob-Benutzeroberfläche, auf der zu sehen ist, wie das Frequency Capping für den neuen Anzeigenblock festgelegt wird
class="screenshot">
Wiederholen Sie diese Schritte, wenn Sie
noch höheres Frequency Capping testen. Für diese Anleitung haben wir ein weiteres
mit 8 Impressionen pro Nutzer und 10 Minuten.
Anzeigenblock implementieren
AdMob-Benutzeroberfläche mit neuer Anzeigenblock-ID und Anleitung zur SDK-Integration">
Nachdem Sie einen Anzeigenblock erstellt haben, erhalten Sie von AdMob die eindeutigen
Anzeigenblock-ID. Die Anzeigenblock-ID finden Sie in Ihrem AdMob-Konto.
da Sie ihn benötigen, um die Anzeige
in Ihrer App zu implementieren.
Folgen Sie der Anleitung auf dem Bildschirm, um die
Google Mobile Ads (AdMob) SDK und implementieren Sie den neuen Anzeigenblock in Ihrer App.
Nachdem Sie zwei neue Interstitial-Anzeigenblöcke erstellt haben, sollten Sie in Ihrem AdMob-Konto jetzt drei Anzeigenblöcke für diese bestimmte App sehen. In den nächsten Schritten dieser Anleitung konfigurieren Sie Firebase so, dass jeder dieser Anzeigenblöcke in einem A/B-Test mit dem gleichen Anzeigen-Placement verwendet wird.
AdMob-Benutzeroberfläche mit allen Anzeigenblöcken für die App"
class="screenshot">
[null,null,["Zuletzt aktualisiert: 2025-07-24 (UTC)."],[],[],null,["# Tutorial: Optimize AdMob ad frequency\n\nStep 1: Use AdMob to create new ad unit variants for testing\n------------------------------------------------------------\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------|\n| Introduction: [Optimize AdMob ad frequency using Firebase](/docs/tutorials/optimize-ad-frequency) |\n| **Step 1: Use AdMob to create new ad unit variants for testing** \u003cbr /\u003e |\n| Step 2: [Set up an A/B test in the Firebase console](/docs/tutorials/optimize-ad-frequency/step-2) |\n| Step 3: [Handle Remote Config parameter values in your app's code](/docs/tutorials/optimize-ad-frequency/step-3) |\n| Step 4: [Start the A/B test and review the test results in the Firebase console](/docs/tutorials/optimize-ad-frequency/step-4) |\n| Step 5: [Decide whether to roll out the new ad format](/docs/tutorials/optimize-ad-frequency/step-5) |\n\n\u003cbr /\u003e\n\nTo get started, you first need to create new ad units and then implement the ads\nin your app's code.\n\nThis tutorial uses the\n[interstitial](https://support.google.com/admob/answer/9884467) ad\nformat as the example test case. When reading this tutorial, though, keep in\nmind that you could follow similar steps to implement and test frequency capping\nfor other ad formats.\n\n\u003cbr /\u003e\n\n**Make sure you have the prerequisites for this tutorial**\n\n\u003cbr /\u003e\n\n- Your own app (iOS, Android, or Unity project)\n\n- Your app registered as a Firebase App that's linked to an AdMob App\n ([learn more](//support.google.com/admob/answer/6383165))\n\n- Access to your app's associated AdMob account, with permissions to create\n new ad units\n\n- Access to your app's associated Firebase project, with permissions to create\n and manage Remote Config and A/B Testing as well as to view\n Google Analytics\n\n- Your preferred IDE\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### **Create an ad unit**\n\nAdMob UI showing how to create a new interstitial ad unit\"\\\u003e\n\n1. In your AdMob account, create a new *Interstitial* ad unit.\n\n2. Set the frequency cap:\n\n 1. Expand the **Advanced settings** in the AdMob UI, then enable\n **Frequency capping**.\n\n 2. Specify an ad frequency that you want to test. Choose a frequency that's\n higher than the frequency used in your existing ad unit.\n\n For example, suppose your existing interstitial ad unit shows 4 impressions\n per user per 10 minutes, but you want to test out if you can increase the\n cap to *6 impressions* per user per 10 minutes.\n\n We recommend keeping the time duration (that is, \"per 10 minutes\")\n consistent across the ad units being compared. The other ad unit settings,\n though, aren't important for this particular tutorial, so select settings\n that are appropriate for your app.\n AdMob UI showing how to set the frequency capping for the new ad unit\" class=\"screenshot\"\\\u003e\n3. Repeat the steps above if you'd like to add another interstitial unit to\n test out an even higher frequency cap. For this tutorial, we created another\n ad unit with *8 impressions* per user per 10 minutes.\n\n### **Implement the ad unit**\n\nAdMob UI displaying new ad unit ID and instructions for integrating the SDK\"\\\u003e\n\nAfter you create each ad unit, AdMob provides you with the ad unit's unique\n**ad unit ID** . Remember where to find this ad unit ID in your AdMob account\nas you'll need it to implement the ad into your app.\n\nFollow the on-screen instructions to integrate the\nGoogle Mobile Ads (AdMob) SDK and to implement the new ad unit into your app.\n\nAfter creating two new interstitial ad units, you should now have three ad units\nlisted in your AdMob account for this specific app. In the next steps of\nthis tutorial, you'll configure Firebase to use each of these ad units in an A/B\ntest using the *same ad placement*.\nAdMob UI displaying all ad units for the app\" class=\"screenshot\"\\\u003e\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n\u003cbr /\u003e\n\n[arrow_back_ios**Introduction**](/docs/tutorials/optimize-ad-frequency)\n[**Step 2** : Set up an A/B test in the Firebase consolearrow_forward_ios](/docs/tutorials/optimize-ad-frequency/step-2)\n\n\u003cbr /\u003e\n\n*** ** * ** ***"]]