-
-
Notifications
You must be signed in to change notification settings - Fork 58
[iOS] <Google> <Google:HTML> Not all asset views lie inside the native ad view. This indicates an integration problem. Such implementations will not be supported in the future. Please make sure that all native ad assets are rendered inside the native ad view. #71
Comments
Same issue as well |
This may be because |
This issue also happening on android. |
Please make sure all ad assets (images, headline, body) are inside of the ad. None of the assets should be clipped. This is likely a duplicate of #37 Please make sure the ad is bigger than 32x32 |
@bdlukaa But I'm using default constructor adBannerLayoutBuilder and it shows up |
Do you still see this issue? |
@bdlukaa Sorry for delay. Yeah I'm still seeing this. Also I'm seeing this as well: Google:HTML Full screen native media view size has been detected to be 0x0. This size seems to be too small, and might indicate a problem with your SDK implementation. Note that media views slots that have a width or height smaller than 120x120 will be demonetized in the future. Please make sure the full screen native media view has sufficiently large area. Wasn't native ad media property optional? Right now I'm using it as a banner. |
@FatihTirek please make sure you're not setting the ad height or width to 0 (by wrapping it in a container or something) to hide the ad.
it is |
@bdlukaa I'm pretty sure I didn't set any of them to 0. Right now ad has 50px height and width null ( Auto Expand ). Also I copied the code from my old app and it had no issue like this. Everything exactly same as old one. Maybe it can be related to library version? Because I'm using latest version in my new app and old one was using 1.3.3. Edited: I recently looked at my old app and it shows the same thing. But that didn't exist before. I'm confused. |
It seems unlikely that this issue is a duplicate of #37. Please see here: |
Does this happen on android? |
@bdlukaa, that's true, even with native_ads.dart example.
My temporary solution: put media at the bottom
set AdMediaView height to 120
|
I am also facing this issue. How is it possible to have a 120x120 media size for a banner size Ads? |
This warning is shown for the first NativeAd in the example app:
<Google> <Google:HTML> Not all asset views lie inside the native ad view. This indicates an integration problem. Such implementations will not be supported in the future. Please make sure that all native ad assets are rendered inside the native ad view.
In addition to that, the first 2 NativeAds in the example are displayed without buttons, although we've specified buttons for them in the example code:
The text was updated successfully, but these errors were encountered: