Skip to content

Commit

Permalink
Update inline_adaptive_example.dart (#1058)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Malandruccolo <[email protected]>
  • Loading branch information
malandr2 and Justin Malandruccolo authored Apr 18, 2024
1 parent 3b473c8 commit aabe81a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class _InlineAdaptiveExampleState extends State<InlineAdaptiveExample> {
_adWidth.truncate());

_inlineAdaptiveAd = AdManagerBannerAd(
adUnitId: '/6499/example/banner',
adUnitId: '/6499/example/adaptive-banner',
sizes: [size],
request: AdManagerAdRequest(),
listener: AdManagerBannerAdListener(
Expand Down

0 comments on commit aabe81a

Please sign in to comment.