Why is the banner visibility disabled once the banner has been loaded?

You are probably using the setting android:visibility="gone" for the visibility parameters. Set android:visibility="visible", either programmatically or manually.