Third-party integration

  • This guide provides best practices, tips, and tricks for third-party integrations with the AdMob API.

  • To use the AdMob API as a third party to access a publisher's data, no additional Google approval is required, but you must agree to the AdMob API terms and conditions.

  • Securely setting up your authentication workflow is necessary for your application to access your client's AdMob data.

  • Staying updated on AdMob API versions is important and can be done by subscribing to the Ads Developer Blog.

  • Support for AdMob API integration issues can be found by posting to the AdMob API developer forum.

The AdMob API is designed for developers representing publishers and third parties. Third parties are not direct users of AdMob, instead, they create services or integrations with AdMob for their clients, who are AdMob customers. This guide covers the basics of third-party integrations by providing best practices, tips, and tricks.

This guide assumes you have a working knowledge of the AdMob API. If you're unfamiliar with the AdMob API, please see our getting started documentation.

Getting started as a third party

To use the AdMob API to access an AdMob publisher's data, follow the guidelines below. No additional approval from Google is required, though note that by using the AdMob API, you agree to the AdMob API terms and conditions.

Authentication: How to properly access a client's AdMob data

In order for your application to access your client's AdMob data, you need to set up your authentication workflow in a secure manner.

Prerequisites

Complete authorization steps

All requests you make to the AdMob API must be authorized. For a brief overview of authorization, read about how to authorize and identify your app to Google. Follow the steps to complete your authorization setup.

Now you can start making API calls to your client's AdMob account using examples in Java, PHP, Python or curl.

Keep up-to-date with the API

It's important that you stay up-to-date on which API versions are deprecated or sunset and when new versions are released. We recommend subscribing to the Ads Developer Blog to get the announcements.

Get support

If you run into issues with your AdMob API integration, post to the AdMob API developer forum.