🎯Admob
Bravo uses Google Admob service to integrate advertising for iOS & Android apps.
Include advertising in your app with Admob and start monetizing from your Bravo apps. This feature is a perfect option to push users to purchase your app subscription plans.
This feature is available in the Advanced App addon.
Requirements
A Bravo Advanced App addon
🔖 The tags
The following tags are available:
Ads Type
There are 2 types of Ads supported currently in Bravo: Banner and Interstitial.
Ads per device (Android and iOS)
Using these tags are necessary in case you want to display the ad only on iOS, only on Android, or on both. It is necessary because we need the Ad unit ID per each platform separated. The ad-unit-id can be obtained when creating the ad units on the Admob page.
[admob:ad:android:<AD-UNIT-ID>]
In this data you will need to add the Ad Id If you use this tag alone, the ad component will be only visible on Android.
💡 Use both Android & iOS tags in the same Figma element to show on both platforms
⚙️ Setup Bravo + Admob
In order to set up Admobs, there are some steps that need to be followed, both in Admob and in Bravo Studio.
Figma file
Add the component that will be your ad banner or that will trigger the interstitial ad when the user taps on it.
If you are looking to have a Banner Ad type of ad you should add the following tags all in the same component in Figma:
[component:admob]
For the Banner ads[admob:ad:android:<ad-unit-ID>]
to show on Android[admob:ad:ios:<ad-unit-ID>]
to show on iOS
If you are looking to have an Interstitial Ad type of ad you should add the following tags all in the same component in Figma:
[admob:interstitial]
for the Interstitial ads[admob:ad:android:<ad-unit-ID>]
to show in Android[admob:ad:ios:<ad-unit-ID>]
to show in iOS
Here is an example (you can copy and paste it into the Figma frame):
Ad container [layer][component:admob][admob:ad:android:][admob:ad:ios:]
Note: Add the Layer tag to make it fix. You can also add it to the topbar or in any container supported in Bravo.
🎨 Sample design file
You can use the file below to see how to set up these tags.
Bravo Studio integration
The first step to use the Admob feature you will need to make sure to ✨ upgrade your app to the Business app plan.
Then go to the integrations section on your app and enable Admob’s integration toggle
Add your App ID from the Admob configuration
Save it and done!
🎯 Admob configuration
Pre-requirements:
Get yourself comfortable
Grab your favourite drink
Be patient.
To Setup Admob
Create an Google Admob account athttps://www.admob.com
Create an app for iOS or Android or both. Follow all the steps for your app
When you create the app then add an AD UNIT
Select the type of banner you want to create, we only support banner or interstitial at the moment.
Add a name to identify the
ad unit
and continue
Copy the
app_id
into the Bravo settings and thead_unit_id
in Figma using the AdMob tag.
Ready to Go! Start getting richer 🤑
👉 Go Back to Bravo Studio
Last updated