generated from capacitor-community/.github
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Is your feature request related to a problem? Please describe.
This plugin does not expose Impression-Level Ad Revenue data from the Google Mobile Ads SDK.
Describe the solution you'd like
Expose an onAdPaid (or similar) event that forwards ILAR data from the native SDK.
Example:
AdMob.addListener('onAdPaid', (event: Payload) => {
console.log(event);
});
// Payload
type Payload = {
adUnitId: string;
adFormat: string;
valueMicros: number;
currencyCode: string;
precisionType: string;
}Describe alternatives you've considered
N/A
Additional context
Impression-Level Ad Revenue is essential for:
- LTV calculation
- ROAS optimization
- Mediation analysis
- Advanced analytics integration
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels