I wonder what is happening when
admob.load( “banner”, { adUnitId=“YOUR_ADMOB_AD_UNIT_ID” } )
is called but the admob unit id is wrong or has a typo? Is the app still working or is this causing a runtime error if the admob id is non-existent?
I’m asking because admob has stopped delivering ads for one of my apps because of an overlapping issue with a banner ad. The quickest solution would be to stop serving banner ads in the app totally by deactivating them directly in admob BUT this means the call for loading them still would be in the code and the apps. Will this be okay and apps still working?