생성 권한이 있는 앱의 연결된 Firebase 프로젝트에 대한 액세스 권한
Remote Config 및 A/B Testing를 관리하며
<ph type="x-smartling-placeholder">Google Analytics</ph>
선호 IDE
광고 단위 만들기
새 전면 광고 단위를 만드는 방법을 보여주는 AdMob UI">
AdMob 계정에서 새로운 전면 광고 광고 단위를 만듭니다.
최대 게재빈도를 설정합니다.
AdMob UI에서 고급 설정을 펼친 다음 사용 설정
최대 게재빈도 설정.
테스트할 광고 게재빈도를 지정합니다. 기존 광고 단위에 사용된 게재빈도보다 높은 게재빈도를 선택합니다.
예를 들어 기존 전면 광고 단위가 사용자별로 10분당 4회 노출을 표시하지만 사용자별로 10분당 6회 노출로 상한을 늘릴 수 있는지 테스트한다고 가정해보세요.
광고 단위를 비교할 때는 기간을 일정하게('10분당') 유지하는 것이 좋습니다. 하지만 이 튜토리얼에서 다른 광고 단위 설정은 중요하지 않으므로, 앱에 적절한 설정을 선택하세요.
새 광고 단위의 최대 게재빈도를 설정하는 방법을 보여주는 AdMob UI
class="screenshot">
더 높은 최대 게재빈도를 테스트하기 위해 또 다른 전면 단위를 추가하려면 위 단계를 반복합니다. 이 튜토리얼에서는 사용자별로 10분당 8회 노출을 표시하는 또 다른 광고 단위를 만들었습니다.
광고 단위 구현
새로운 광고 단위 ID와 SDK 통합 안내가 표시된 AdMob UI">
각 광고 단위를 만들면 AdMob에서 해당 광고 단위의 고유한 정보를 제공합니다.
광고 단위 ID입니다. AdMob 계정에서 이 광고 단위 ID를 찾을 수 있는 위치 기억하기
앱에 광고를 구현하는 데 필요하므로
화면에 표시된 안내에 따라
Google Mobile Ads (AdMob) SDK를 사용하여 앱에 새 광고 단위를 구현해야 합니다.
새 전면 광고 단위를 2개 만들면 이제 3개의 광고 단위가 만들어집니다.
이 특정 앱의 AdMob 계정에 표시됩니다. 다음 단계에서
이 튜토리얼에서는 A/B 환경에서 이러한 각 광고 단위를 사용하도록 Firebase를 구성합니다.
동일한 광고 게재위치를 사용하여 테스트하세요.
[null,null,["최종 업데이트: 2025-07-24(UTC)"],[],[],null,["Step 1: Use AdMob to create new ad unit variants for testing\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*** ** * ** ***"]]