Hello, for more than 3 months I have been battling with unity interstitial block arrangement which seems not normal. I set it this way
But unfortunately it keeps on loading non stop ADS, I changed it to this way by using a label component which I renamed as ads
Its loading normal but google rejects my app for AD fraud.
You have to initialize the SDK First then load the ads. Also in Unity ads, it will keep loading ads in a loop if you place ShowAd block in the AdLoaded event. Show Ad only when needed and keep track if the ad is loaded using a variable,