The Ad Unit ID for the App Open Ad. You can find this on your Google Mobile Ads dashboard. You can destroy ad instance by setting this value to null.
OptionalrequestOptions: RequestOptions
Optional RequestOptions used to load the ad.
React Hook for App Open Ad.
Loads as soon as it can, unless autoLoad is false. App open ads are
usually conditional on something, so autoLoad is the field to reach for:
const { status, show } = useAppOpenAd({
adUnitId: TestIds.APP_OPEN,
autoLoad: consentReady && !isFirstRun,
});
React Hook for App Open Ad.