Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Collapsible banner ads Flutter support #941

Open
zfc0812 opened this issue Oct 22, 2023 · 18 comments
Open

[Feature request] Collapsible banner ads Flutter support #941

zfc0812 opened this issue Oct 22, 2023 · 18 comments
Labels
banner ad Issues related to Banner Ad feature request Feature request covers a product enhancement

Comments

@zfc0812
Copy link

zfc0812 commented Oct 22, 2023

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?

@huycozy huycozy added in triage Issue currently being evaluated feature request Feature request covers a product enhancement banner ad Issues related to Banner Ad and removed in triage Issue currently being evaluated labels Oct 23, 2023
@huycozy huycozy changed the title Collapsible banner ads Flutter support [Feature request] Collapsible banner ads Flutter support Oct 23, 2023
@malandr2
Copy link
Collaborator

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

@GeceGibi
Copy link

any change or work about this ?

@malandr2
Copy link
Collaborator

@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
Copy link

Any update?

@NhaPCS
Copy link

NhaPCS commented Dec 6, 2023

any update?

1 similar comment
@phantuanphong
Copy link

any update?

@vavadiyahiren
Copy link

+1

@ThuyenPV
Copy link

ThuyenPV commented Feb 2, 2024

any news ?

@hungvalen
Copy link

+1

@hautvfami
Copy link

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

@Phlphat746
Copy link

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

@Hieuntdz
Copy link

Hieuntdz commented Mar 16, 2024

any update ?

@alixumer
Copy link

@malandr2 any update?

@trunghaudinh
Copy link

trunghaudinh commented Mar 29, 2024

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
Copy link

Hieuntdz commented Mar 29, 2024

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

@trunghaudinh
Copy link

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

@danieeelfc
Copy link

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

@danieeelfc
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
banner ad Issues related to Banner Ad feature request Feature request covers a product enhancement
Projects
None yet
Development

No branches or pull requests