Pular para o conteúdo principal

AdMob Integration

Monetize your mobile app with in-app advertising.

Overview

AdMob (by Google) lets you display ads in your React Native app and earn revenue from your users.

Available for: Mobile Apps only

Setup

  1. Click ExtensionsAdMob in your project
  2. Enter your AdMob App ID and Ad Unit IDs
  3. Ask the AI: "Integrate AdMob ads into my app"

The AI will install the required packages and wire up the ad components.

Get Credentials

  1. Go to admob.google.com
  2. Create an app and add ad units (banner, interstitial, rewarded)
  3. Copy your App ID and Ad Unit IDs

Ad Types

  • Banner — persistent banner at top or bottom of screen
  • Interstitial — full-screen ad between screens
  • Rewarded — user watches ad in exchange for in-app reward

Notes

  • AdMob requires your app to be published on the App Store or Google Play to serve live ads
  • Use test ad unit IDs during development to avoid policy violations