# AdMob Banner

In this tutorial, we'll show you how to easily monetize your apps using **AdMob** component. The AdMob component is for creating Banner Ads.

## Assumption:

You have already created an AdMob AdUnitId. If you haven't, please follow Steps 1-6 from source [HERE](https://quickappninja.zendesk.com/hc/en-us/articles/115000826865-How-to-create-Banner-Admob-Ad-unit-ID-?mobile_site=true).

## Ad Guidance:

Please see AdMob video guide below. It is very important to follow their Terms of Service (ToS) and guide:

<https://support.google.com/admob/answer/6128877?hl=en>

## Setup:

Create a new AppyBuilder project and name it TestAdmob

Once Design Editor opens, from the left Category Palette, select the Monetize category, then drag the AdMob component and drop into the Layout. You are now able to select this Component and change the Ad-Unit-ID property in the Properties Palette.&#x20;

***NOTE: For testing, you should use TEST AdUnitId. See link***  [***HERE*** ](https://developers.google.com/admob/android/test-ads) ***for these IDs.***&#x20;

![](/files/-L9Bua42YiaRwZvsZx_Q)

In addition, for the ADs to display, please ensure that you select Screen1 component, and then set the Sizing to Responsive:

![](/files/-L9Bua4GCtAzL8lQ6xuF)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.appybuilder.com/tutorials/monetization/admob-banner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
