Admob

Setting Up AdMob Integration

Step 1. Publisher ID in AdMob

  1. Retrieve the Publisher ID:
    • Click on the Google Account button in the top-right corner of your AdMob account.
    • Copy the Publisher ID displayed below your account information.

Step 2. Create a Project in Google Cloud Console

  1. Go to the Google Cloud Console.
  2. Click on the APIs & Services button.
  3. From the API Project dropdown at the top-left, select:
    • Create a project for a new project, or
    • An existing project you’ve already created for this app.
  4. If creating a new project:
    • Provide a Project Name in the dialog box.
    • Click Create.
  5. In the left sidebar, select OAuth consent screen.
  6. Provide an Application Name and other required details.
  7. Click Save.
  8. In the left sidebar, select Dashboard.
  9. Click Enable APIs and Services.
  10. Find and Enable the AdSense API.
  11. In the left sidebar, select the Credentials tab.
  12. Click the Create Credentials dropdown.
  13. Select OAuth Client ID.
  14. Select Web Application as the application type.
  15. Provide a name for your app.
  16. Under Authorized Redirect URIs, add:
    • https://developers.google.com/oauthplayground
  17. Click Create. After creating the OAuth Client ID, you will be presented with:
    • Client ID
    • Client Secret
  18. Save these credentials for integration purposes.

Step 3. Retrieve Refresh Token

  1. Go to the OAuth 2.0 Playground.
  2. Click the Settings icon in the upper-right corner.
  3. In the Force prompt dropdown, select No.
  4. Check the box for Use your own OAuth credentials.
  5. Enter your Client ID and Client Secret.

Step 4. Select and Authorize APIs

  1. In OAuth 2.0 Playground, go to Select & Authorize APIs and check the following APIs:
    • AdSense Management API:
      • https://www.googleapis.com/auth/adsense
      • https://www.googleapis.com/auth/adsense.readonly
    • AdMob API:
      • https://www.googleapis.com/auth/admob.readonly
      • https://www.googleapis.com/auth/admob.report
  2. Click Authorize APIs to proceed.
  3. Review the permissions requested and grant your project access to the AdSense data.

Step 5. Exchange Authorization Code for Tokens

  1. You will receive the Authorization Code in OAuth 2.0 Playground and can then click the Exchange authorization code for tokens button. This will provide you with both a Refresh Token and an Access Token.

Related articles

Mobvista

Aura

AppsFlyer

Smadex

Google Ads

Tapjoy