> For the complete documentation index, see [llms.txt](https://help.appybuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.appybuilder.com/tutorials/monetization/admob-banner.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
