Skip to content

Commit 5d4a9c8

Browse files
committed
move the adbanner above
1 parent fdc1e35 commit 5d4a9c8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/ff-integrations/ads/admob.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,17 @@ Once the setup is completed, you can start to display [AdBanner](#adbanner) or [
111111

112112
The **AdBanner** widget displays advertisement banners within your app. It can feature text, images, and rich media, including video ads.
113113

114+
Here's an example for AdBanner widget with a test ad:
115+
![adbanner-widget-with-test-ad](imgs/adbanner-widget-with-test-ad.avif)
116+
114117
To display an **AdBanner** from AdMob, follow these steps:
115118

116119
### Adding AdBanner widget
117120

118121
First, add the **AdBanner** widget from the **Base Elements**. Next, create a new Banner Ad unit in AdMob, then copy and paste its **unit ID** into FlutterFlow. The Ad unit ID is a unique identifier assigned to each ad created in AdMob.
119122

123+
124+
120125
:::info
121126
By default, ad banners are set to a dimension of 100 (width) x 50 (height).
122127
:::
@@ -149,8 +154,7 @@ By default, ad banners are set to a dimension of 100 (width) x 50 (height).
149154

150155
:::tip
151156

152-
While building your app, clicking on too many ads may cause your AdMob account to be flagged for invalid activity. To avoid this, it's recommended to enable **Test Ads** during development. Here's how the AdBanner widget with test ads look like:
153-
![adbanner-widget-with-test-ad](imgs/adbanner-widget-with-test-ad.avif)
157+
While building your app, clicking on too many ads may cause your AdMob account to be flagged for invalid activity. To avoid this, it's recommended to enable **Test Ads** during development.
154158
:::
155159

156160
### Testing AdBanner

0 commit comments

Comments
 (0)