Overview of the RevenueCat AdMob Adapter
mainThe RevenueCat AdMob Adapter wraps standard AdMob ad lifecycle callbacks to automatically track ad events within the RevenueCat dashboard. It acts as a drop-in replacement for standard AdMob loading calls, allowing you to track events such as loaded, displayed, opened, revenue, and failed-to-load with minimal code changes.
Note on Language Support:
- Kotlin: Full support for the load-and-track helper APIs.
- Java: Helper APIs are not currently available. Java users must call the core
AdTrackerAPIs (e.g.,trackAdDisplayed,trackAdRevenue) directly.