Search
⌃K

Google AdMob

The AdMob allows you to add the keys for showing the Advertisements on your app.

1. Creating AdMob app

To create an AdMob app:
  • Visit the AdMob homepage and signup using your Google account.
  • Go to the Dashboard, and click Apps on the left side menu.
  • Now, click Add App.
  • Select the Platform as Android.
  • For the Is the app listed on a supported app store?, select Yes if your app is published on Playstore or Appstore. Select No if your app is still under development.
  • Click on Continue.
  • Enter the App Name and click ADD APP.
  • Click Done.
  • Similarly, create another AdMob App for iOS app.
You should be creating two AdMob Apps to display advertisements in both Android and iOS apps.

2. Creating Ad unit

The Ad unit determines the type of Ad. Creating an Ad unit helps you request ads from the AdMob and display them in the AdBanner widget.
To create an Ad Unit:
  • Go to the Dashboard, click Apps on the left side menu and select your app.
  • Click ADD AD UNIT button.
  • Select the Banner Ad.
  • Enter the Ad unit name.
  • Click Create ad unit and then Done.
  • Now, return to the Teta project.
  • Inside the Tree Area, insert the Google AdMob widget from the Widget Panel.
  • Find the Android AdMob Unit Key and enter the key.
  • Similarly, add the AdMob iOS App Unit in the iOS AdMob Unit Key.
  • When you are done, select Confirm.
You can use the test ads banner using this Ad unit:
ca-app-pub-3940256099942544/6300978111
Teta only supports showing Banner Ads right now.

3. Adding keys to Teta

You must add the App keys to your Teta project that will allow your app to communicate with the AdMob server.
To add the APP keys:
  • First, get the APP key by visiting the AdMob dashboard and Select the App.
  • Go to App Settings (left side menu) and Copy the App ID.
  • Now, return to the Teta project and navigate to Integrations.
  • Select Google AdMob.
  • Find the Android App ID and enter the key.
  • Similarly, add the AdMob iOS App Key in the iOS App ID.
  • When you are done, select Confirm.
After adding the keys, you can continue to add the Google AdMob widget to the page.