Skip to content

Commit

Permalink
docs: added reference of original pages of AdMob
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaciel committed Aug 30, 2023
1 parent e82bef2 commit 65c0aef
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/advanced_topics/targeting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Targeting
This guide explains how to provide targeting information to an ad request.

This document is based on:

- [Google Mobile Ads SDK Android Documentation](https://developers.google.com/admob/android/targeting)
- [Google Mobile Ads SDK iOS Documentation](https://developers.google.com/admob/ios/targeting)

## Prerequisites
- Complete the [Get started guide](../README.md)

Expand Down
5 changes: 5 additions & 0 deletions docs/enable_test_ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ To obtain test ads, you have two options:
1. Use Google's [Sample Ad Units](#sample-ad-units).
2. Utilize Your Own Ad Unit and [Enable Test Devices](#enable-test-devices).

This document is based on:

- [Google Mobile Ads SDK Android Documentation](https://developers.google.com/admob/android/test-ads)
- [Google Mobile Ads SDK iOS Documentation](https://developers.google.com/admob/ios/test-ads)

## Prerequisites
- Complete the [Get started guide](README.md)

Expand Down
6 changes: 5 additions & 1 deletion docs/mediate/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

AdMob mediation is a valuable feature that allows you to deliver ads to your applications from various sources. These sources encompass the AdMob Network, third-party ad networks, and [AdMob campaigns](https://support.google.com/admob/answer/6162747). The primary goal of AdMob mediation is to optimize your fill rate and enhance your monetization efforts. It achieves this by directing ad requests to multiple networks, ensuring that your app utilizes the most suitable network available to serve ads. This approach is exemplified through a [case study](https://admob.google.com/home/resources/cookapps-grows-ad-revenue-86-times-with-admob-rewarded-ads-and-mediation/).


This comprehensive guide serves as your all-inclusive resource for integrating mediation into your AdMob app. It encompasses both bidding and waterfall integration methods, providing you with a complete reference for optimizing your ad serving strategy.

!!! info
Expand All @@ -17,6 +16,11 @@ This comprehensive guide serves as your all-inclusive resource for integrating m

If you are new to mediation, it's advisable to review the [Overview of AdMob mediation](https://support.google.com/admob/answer/13420272) for a better understanding of the concept.

This document is based on:

- [Google Mobile Ads SDK Android Documentation](https://developers.google.com/admob/android/mediate)
- [Google Mobile Ads SDK iOS Documentation](https://developers.google.com/admob/ios/mediate)

## Initialize the Mobile Ads SDK

The quick start guide provides instructions on how to [initialize the Mobile Ads SDK](../README.md#initialize-the-google-mobile-ads-sdk). During this initialization process, mediation and bidding adapters are also initialized. It's crucial to wait for this initialization to complete before loading ads to ensure that every ad network fully participates in the first ad request.
Expand Down
5 changes: 5 additions & 0 deletions docs/mediate/integrate_partner_networks/ad_colony.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This guide demonstrates how to employ the Google Mobile Ads SDK to load and showcase ads from AdColony through [mediation](../get_started.md), encompassing both bidding and waterfall integration approaches. It elucidates the process of incorporating AdColony into an ad unit's mediation configuration and integrating the AdColony SDK and adapter into a Godot app.

This document is based on:

- [Google Mobile Ads SDK Android Documentation](https://developers.google.com/admob/android/mediation/adcolony)
- [Google Mobile Ads SDK iOS Documentation](https://developers.google.com/admob/ios/mediation/adcolony)

## Supported integrations and ad formats

The AdMob mediation adapter for AdColony has the following capabilities:
Expand Down
9 changes: 9 additions & 0 deletions docs/mediate/integrate_partner_networks/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

This guide explains how to utilize the Google Mobile Ads SDK for loading and presenting ads from the Meta Audience Network through [mediation](../get_started.md), with a focus on bidding integrations. It provides instructions on integrating the Meta Audience Network into the mediation configuration of a Godot app and integrating the Meta Audience Network SDK and adapter into your Godot app.

This document is based on:

- [Google Mobile Ads SDK Android Documentation](https://developers.google.com/admob/android/mediation/meta)
- [Google Mobile Ads SDK iOS Documentation](https://developers.google.com/admob/ios/mediation/meta)

## Supported integrations and ad formats

The AdMob mediation adapter for Meta Audience Network has the following capabilities:

| Integration | |
|-------------|---|
| Bidding ||
Expand Down
5 changes: 5 additions & 0 deletions docs/mediate/integrate_partner_networks/vungle.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

This guide explains how to utilize the Google Mobile Ads SDK for loading and presenting ads from Liftoff Monetize through [mediation](../get_started.md), with comprehensive coverage of both bidding and waterfall integrations. It provides instructions on integrating Liftoff Monetize into the mediation configuration of a Godot app and integrating the Vungle SDK and adapter into your Godot app.

This document is based on:

- [Google Mobile Ads SDK Android Documentation](https://developers.google.com/admob/android/mediation/liftoff-monetize)
- [Google Mobile Ads SDK iOS Documentation](https://developers.google.com/admob/ios/mediation/liftoff-monetize)

## Supported integrations and ad formats

The AdMob mediation adapter for AdColony has the following capabilities:
Expand Down
5 changes: 5 additions & 0 deletions docs/privacy/regulatory_solutions/us_states_privacy_laws.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Publishers should decide for themselves how restricted data processing can suppo

This guide is intended to help publishers understand the steps required to enable these options on a per-ad request basis.

This document is based on:

- [Google Mobile Ads SDK Android Documentation](https://developers.google.com/admob/android/privacy/us-states)
- [Google Mobile Ads SDK iOS Documentation](https://developers.google.com/admob/ios/privacy/us-states)

## RDP signal

To notify Google that RDP should be enabled using Google's signal, insert the key rdp as an extra parameter with a value of `1`.
Expand Down
5 changes: 5 additions & 0 deletions docs/privacy/user_messaging_tools/gdpr_iab_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This guide outlines the steps required to support the GDPR IAB TCF v2 message as part of the UMP SDK. It is intended to be paired with [Get started](get_started.md) which gives an overview of how to get your app running with the UMP SDK and the basics of setting up your message. The guidance below is specific to the GDPR IAB TCF v2 message.

This document is based on:

- [Google Mobile Ads SDK Android Documentation](https://developers.google.com/admob/android/privacy/gdpr)
- [Google Mobile Ads SDK iOS Documentation](https://developers.google.com/admob/ios/privacy/gdpr)

## Prerequisites

- Complete the [Get started guide](get_started.md)
Expand Down
5 changes: 5 additions & 0 deletions docs/privacy/user_messaging_tools/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Under the Google [EU User Consent Policy](https://www.google.com/about/company/u

To support publishers in meeting their duties under this policy, Google offers the User Messaging Platform (UMP) SDK. The UMP SDK has been updated to support the latest IAB standards. All of these configurations can now conveniently be handled in AdMob privacy & messaging.

This document is based on:

- [Google Mobile Ads SDK Android Documentation](https://developers.google.com/admob/android/privacy)
- [Google Mobile Ads SDK iOS Documentation](https://developers.google.com/admob/ios/privacy)

## Prerequisites

- Complete the [Get started guide](../../README.md)
Expand Down

0 comments on commit 65c0aef

Please sign in to comment.