Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/admob-plus/admob-plus/llms.txt

Use this file to discover all available pages before exploring further.

What is AdMob Plus?

AdMob Plus is a modern, open-source mobile advertising solution that provides clean APIs for integrating Google AdMob into your Cordova, Capacitor, React Native, and Ionic applications. It is the successor of cordova-plugin-admob-free, rebuilt with modern tools and a cleaner architecture.
AdMob Plus is third-party software, not a product of Google Inc. It utilizes Google AdMob SDKs to provide support for cross-platform applications.

Key Features

AdMob Plus stands out from other AdMob solutions with several critical advantages:

No Ad-Sharing

100% of your ad revenue goes to you. No forced ad-sharing or revenue splitting.

Fully Open Source

Complete transparency with no binary blobs or closed-source components. Inspect every line of code.

No Remote Control

Your app is completely under your control. No remote code execution or external interference.

Well Maintained

Active development and community support with regular updates and improvements.

Supported Ad Types

AdMob Plus supports all major Google AdMob ad formats:
  • App Open Ads - Full-screen ads that appear when users open your app
  • Banner Ads - Rectangular ads anchored to the top or bottom of the screen
  • Interstitial Ads - Full-screen ads that cover the interface at natural transition points
  • Rewarded Ads - Full-screen ads that reward users for watching
  • Rewarded Interstitial Ads - Full-screen ads shown at natural transition points with rewards
  • Native Ads - Customizable ads that match your app’s look and feel
  • WebView Ads - AdSense ads displayed in WebView components

Supported Frameworks

AdMob Plus provides native integration for all major mobile development frameworks:
cordova plugin add admob-plus-cordova
Package: admob-plus-cordova

Why Choose AdMob Plus?

Complete Transparency

Many competing AdMob plugins include closed-source binary files or hidden ad-sharing mechanisms. AdMob Plus is 100% open source - you can review every line of code on GitHub.

No Hidden Costs

Unlike other solutions that take a percentage of your ad revenue or inject their own ads, AdMob Plus ensures all revenue goes directly to you.

Modern TypeScript API

Built from the ground up with TypeScript, AdMob Plus provides:
  • Full type safety and autocompletion
  • Promise-based async APIs
  • Clean, intuitive method names
  • Comprehensive type definitions
import { InterstitialAd } from 'admob-plus-cordova'

const interstitial = new InterstitialAd({
  adUnitId: 'ca-app-pub-3940256099942544/1033173712',
})

await interstitial.load()
await interstitial.show()

Active Community

With regular updates, active issue tracking, and comprehensive documentation, AdMob Plus is maintained by developers who care about the ecosystem.

Comparison with Other Solutions

ProjectNo Ad-SharingFully Open SourceNo Remote Control
admob-plus-cordova
cordova-admob
cordova-plugin-ad-admob
cordova-plugin-admob-simple
cordova-plugin-admobpro
cordova-plugin-ads
Some plugins include hidden revenue sharing, binary blobs, or remote control capabilities. Always verify what you’re installing.

Getting Started

Ready to integrate AdMob Plus into your app?

Installation

Install AdMob Plus for your framework

Quick Start

Show your first ad in minutes

License

AdMob Plus is MIT licensed, free to use for personal and commercial projects.