marcojak / MauiMTAdmob

MIT License
104 stars 17 forks source link

Prevent Initial AdLoaded & AdsImpression Events #32

Closed Ixorus closed 1 year ago

Ixorus commented 1 year ago

When loading the MauiMTAdmob Sample application (with no changes), 2 events fire shortly after the Main page loads:

This results in an ad being displayed in the center of the page.

A short time later, these two events fire again, with a new ad, and again with a third... etc.

I would like to control when the ads appear. How do we suppress or control these initial 2 events? Are they on an unexposed timer somewhere?

Ixorus commented 1 year ago

Never mind. I answered my own question.

The events were coming from the MyAds control, and removing it allows the fine-tuned event control I was seeking. I'm still discovering!