BS ChAe
unread,Jan 25, 2024, 9:59:47 AM1/25/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
hello
I have had ad serving restricted due to concerns about invalid traffic.
So we are trying to solve the expected problem.
My app uses the bottom sheet a lot.
I think this bottom sheet covers the banner advertisement, raising concerns about invalid traffic.
It will be easier to understand if you look at the attached image.
As in the 'before' image, the bottom sheet covers the banner advertisement.
So, like in the 'after' image, I want to remove the advertisement when the bottom sheet is displayed and then display the banner advertisement again after the bottom sheet is closed.
1. Are there any additional policies that need to be checked when doing this work?
2. The admob banner guide does not provide a way to stop or remove banner advertisements. If I call the 'removeBannerView' function like in the attached code, will it be completely removed?
3. Please tell me in detail how to stop, disable or remove admob banner.
I'd like to hear your opinions on doing something like this.
Thank you.