googleads / googleads-mobile-flutter

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

[Feature request] Collapsible banner ads Flutter support #941

Closed zfc0812 closed 6 days ago

zfc0812 commented 8 months ago

I noticed there is a new ads format called collapsible banner ads which is supported on both Android and iOS.

Is collapsible banner ads supported in Flutter?

malandr2 commented 8 months ago

@zfc0812 Currently collapsible banner ads does not have Flutter plugin support. It has been labeled as a feature request. Thanks.

GeceGibi commented 7 months ago

any change or work about this ?

malandr2 commented 7 months ago

@GeceGibi no change to report other than this is something the team is aware of. Nothing official has been time budgeted for next steps as we approach 2024.

victorvhpg commented 7 months ago

Any update?

NhaPCS commented 6 months ago

any update?

phantuanphong commented 6 months ago

any update?

vavadiyahiren commented 5 months ago

+1

ThuyenPV commented 5 months ago

any news ?

hungvalen commented 4 months ago

+1

hautvfami commented 3 months ago

Will flutter or native have better revenue from advertising? how to maximize revenue from flutter app?

Phlphat746 commented 3 months ago

ผมคิดว่าการใช้แอปพลิเคชั่นflutterก็ไม่เลวร้ายอะไรในการหารายใด้เพิ่มหรือว่าเลือกใด้อย่างเดียวแล้วตอนนี้ที่ผมทำมันยังไม่สำเร็จหรือปล่าวถ้ายังจะมีวิธีการแก้ไขใด้หรือไม่เพราะผมก็อยากเพิ่มรายใด้จากการโฆษณานั่นแหละครับ.

Hieuntdz commented 3 months ago

any update ?

alixumer commented 3 months ago

@malandr2 any update?

trunghaudinh commented 3 months ago

Now you can setup banner collapsible. Add AdRequest to request in BannerAd. example: BannerAd( adUnitId: key, size: size, request: AdRequest(extras: {"collapsible": "bottom"}), );

remember setup collapsible in admob

Hieuntdz commented 3 months ago

@trunghaudinh can you share document say add extras: {"collapsible": "bottom"}

trunghaudinh commented 3 months ago

@Hieuntdz check this link: https://developers.google.com/ad-manager/mobile-ads-sdk/android/banner/collapsible

danieeelfc commented 1 month ago

@trunghaudinh is awesome. It's not documented on flutter but you found it out. Massive kudos!

danieeelfc commented 1 month ago

I would advise to add also the following to extras: {"collapsible_request_id": generateUUID()}

Otherwise the banner will expand every 30-120 seconds, depending on your refresh rate.

malandr2 commented 6 days ago

Hi @all,

We've just published a developer guide for Collapsible Banner in Flutter