googleads / googleads-mobile-android-native-templates

Apache License 2.0
116 stars 102 forks source link

Full-screen native ads template #47

Closed tmxdyf closed 2 months ago

tmxdyf commented 6 months ago

Thanks for providing the native ad template. It would be great if you could provide a full-screen native ad template.

Full-screen native ads

NVentimiglia commented 5 months ago

Hi @tmxdyf

We have full screen native samples here : https://github.com/googleads/googleads-mobile-android-examples/tree/main/java/admob/FullScreenNativeExample

ericleich commented 2 months ago

We decided that it didn't make sense to provide a full screen template in this project because full screen ads on social apps such as Instagram will try to mimic the experience of content, which has other UI elements other than just the ad elements. This is not something easily replicated in a plug-and-play layout since you would most likely want to modify it.

If you think you want a full screen layout fully managed for you, interstitial ads would likely better meet your requirements.