diff --git a/docs/ff-integrations/ads/admob.md b/docs/ff-integrations/ads/admob.md index 6eebf10a..18d3fb28 100644 --- a/docs/ff-integrations/ads/admob.md +++ b/docs/ff-integrations/ads/admob.md @@ -10,31 +10,20 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; # AdMob -Integrating AdMob in your FlutterFlow app allows you to effortlessly include various types of advertisements, such as banner ads and interstitial ads. Here's a quick guide on how to add an AdMob banner widget and display interstitial ads in your app. +Adding ads to your FlutterFlow project can be a powerful way to monetize your app. FlutterFlow supports the integration of popular advertising platforms like [Google AdMob](https://admob.google.com/home/), making it easy for you to add [Banner](https://developers.google.com/admob/android/banner) and [Interstitial](https://developers.google.com/admob/android/interstitial) ads to your projects. This guide provides a step-by-step walkthrough for integrating ads within your FlutterFlow project. -## Getting API Keys +## Setup AdMob -Acquiring the API keys comprises the following steps: - -1. [Creating AdMob app](#1-creating-admob-app) -2. [Adding keys to FlutterFlow](#2-adding-keys-to-flutterflow) +Setting up an AdMob involves creating AdMob apps for both Android and iOS, obtaining the app keys, and configuring some optional settings. ### 1. Creating AdMob app -To create an AdMob app: - -1. Visit the AdMob homepage and [signup using your Google account](https://admob.google.com/home/). -2. Go to the Dashboard, and click **Apps** on the left side menu. -3. Now, click **Add App**. -4. Select the Platform as **Android**. -5. For the **Is the app listed on a supported app store?,** select **Yes** if your app is published on Playstore or Appstore. Select **No** if your app is still under development. -6. Click on **Continue**. -7. Enter the **App Name** and click **ADD APP**. -8. Click **Done**. -9. Similarly, create another AdMob App for iOS app. +Visit the AdMob homepage and [sign up](https://admob.google.com/home/) using your Google account. Once logged in, create an Android and iOS app with the necessary details, such as platform and app name. :::info -You should be creating two AdMob Apps to display advertisements in both Android and iOS apps. + +You should create two AdMob apps to display ads in both Android and iOS versions. + :::