Hi,
Thank you for your query regarding finding a way to get the revenue from the ads integrated into your Flutter app. Based on my investigation, here’s a comprehensive guide on how you can proceed:
To access revenue data from your AdMob ads, follow these steps:
![]() |
Mobile Ads SDK Team |
Hi Shivam,
Thannk you for getting back to us.
To use impression-level ad revenue:
For Flutter use the below method:
onAdImpression: (ad) {},
This method is called when an impression occurs on the ad.
I hope this helps! Let me know if you have any other questions.