googleads / googleads-mobile-flutter

A Flutter plugin for the Google Mobile Ads SDK
Apache License 2.0
343 stars 285 forks source link

[Feature request] Add support for custom native ad formats #918

Open freakness opened 1 year ago

freakness commented 1 year ago

The Android/iOS libraries can load Custom native ad formats. Currently it seems not possible to use these from this package.

Is this something that can be supported in the future?

huycozy commented 1 year ago

Hi @freakness There are two layout types from the supported template: medium and small. And you can pass your preferred type via NativeTemplateStyle's templateType. Does this match what you are looking for?

freakness commented 1 year ago

Hi @huycozy, No, this is not about the native templates as these are working fine. What I mean are custom formats that can be defined in google ad manager, see these docs along with the link in my first comment for more information. These allow for fully custom ad data structures.

malandr2 commented 11 months ago

@freakness ACK. This is something the team is aware of. Thanks.

bgenidy commented 10 months ago

@malandr2 / @huycozy +1 on the above ask, would really love it if we can get this level of customization and extensibility shown in this android tutorial https://developers.google.com/admob/android/native/full-screen supported in Flutter without having to drop to native platform specific code.

If possible to maybe add a sample to docs first that can help bridge the gap of how one might want to approach which customizations can be passed down from flutter vs hard coded into the factory implementation.