# AdMob

Google AdMob is a mobile advertising platform developed by Google that allows app owners to monetize their mobile apps by displaying ads. Advertisers use AdMob to promote their products or services through in-app advertisements, and app owners can use AdMob to earn revenue by displaying those ads in their apps. AdMob uses the Google AdSense auction system to determine which ads to display, and it supports various ad formats such as banner ads, interstitial ads, and app open ads.

In AdMob, Twinr supports three are different types of ads that can be displayed in an app:

1. **Banner ads:** These are rectangular ads that are displayed at the top or bottom of the screen. They can be static or animated, and can be clicked to take the user to a different screen or website.
2. **Interstitial ads:** These are full-screen ads that are displayed at natural transitions in an app, such as between levels in a game or after a user has completed a task. They can be static or animated, and can be clicked to take the user to a different screen or website.
3. **App open ads:** These are ads that are displayed when an app is first opened. They can be used to promote other apps or to display a message to the user.

### <mark style="color:green;">Prerequisites</mark>

* If you are adding ads on your iOS app then you must ask for **App Tracking Transparency** permission. Not enabling this can lead to app rejection.
* Create your Google AdMob account using this link -> <https://admob.google.com/home/>

{% content-ref url="/pages/tMJcJCiVdLwUccGskdyH" %}
[Create Android & iOS Apps](/integrations/google-admob/create-android-and-ios-apps.md)
{% endcontent-ref %}

{% content-ref url="/pages/4lgpzaGY2skDQdLCRRor" %}
[Create Ads on AdMOb](/integrations/google-admob/create-ads-on-admob.md)
{% endcontent-ref %}

{% content-ref url="/pages/USFR7RyGiMbWstKB2W6b" %}
[Setup AdMob Integration](/integrations/google-admob/setup-admob-integration.md)
{% endcontent-ref %}


---

# 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.twinr.dev/integrations/google-admob.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.
