AdMob API는 게시자 및 서드 파티를 대표하는 개발자를 위해 설계되었습니다. 서드 파티는 AdMob의 직접적인 사용자가 아니며, 대신 AdMob 고객인 고객을 위해 AdMob과 통합된 서비스 또는 서비스를 만듭니다.
이 가이드에서는 권장사항, 팁, 도움말을 제공하여 서드 파티 통합의 기본사항을 다룹니다.
이 가이드에서는 AdMob API에 대한 실무 지식이 있다고 가정합니다. AdMob API에 익숙하지 않은 경우 시작하기 문서를 참고하세요.
서드 파티로 시작하기
AdMob API를 사용하여 AdMob 게시자의 데이터에 액세스하려면 아래 가이드라인을 따르세요. Google의 추가 승인이 필요하지는 않지만 AdMob API를 사용하면 AdMob API 약관에 동의하는 것으로 간주됩니다.
인증: 클라이언트의 AdMob 데이터에 올바르게 액세스하는 방법
애플리케이션이 클라이언트의 AdMob 데이터에 액세스하려면 인증 워크플로를 안전하게 설정해야 합니다.
[null,null,["최종 업데이트: 2025-08-31(UTC)"],[[["\u003cp\u003eRetrieves information about a specific AdMob publisher account using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the publisher account's resource name as a path parameter in the request URL.\u003c/p\u003e\n"],["\u003cp\u003eReturns a \u003ccode\u003ePublisherAccount\u003c/code\u003e object containing account details upon successful execution.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with specific OAuth scopes, such as \u003ccode\u003eadmob.readonly\u003c/code\u003e or \u003ccode\u003eadmob.report\u003c/code\u003e, for access.\u003c/p\u003e\n"]]],["Third-party developers integrating with the AdMob API must first have a Google Account and understand REST and OAuth 2.0. Authorization is required to access client data. Developers should complete the authorization setup, generating a client ID, particularly for web applications. Developers can then make API calls using various languages and stay informed about API updates via the Ads Developer Blog. The AdMob API developer forum is available for support.\n"],null,["# Third-party integration\n\nThe AdMob API is designed for developers representing publishers and third\nparties. Third parties are not direct users of AdMob, instead, they create\nservices or integrations with AdMob for their clients, who are AdMob customers.\nThis guide covers the basics of third-party integrations by providing best\npractices, tips, and tricks.\n\nThis guide assumes you have a working knowledge of the AdMob API. If you're\nunfamiliar with the AdMob API, please see our\n[getting started documentation](/admob/api/v1/getting-started).\n\nGetting started as a third party\n--------------------------------\n\nTo use the AdMob API to access an AdMob publisher's data, follow the\nguidelines below. No additional approval from Google is required, though note\nthat by using the AdMob API, you agree to the AdMob API\n[terms and conditions](/admob/api/v1/terms).\n\nAuthentication: How to properly access a client's AdMob data\n------------------------------------------------------------\n\nIn order for your application to access your client's AdMob data, you need to\nset up your authentication workflow in a secure manner.\n\n### Prerequisites\n\n- A [Google Account](//google.com/accounts/NewAccount).\n\n- Familiarity with [REST basics](/admob/api/v1/prereqs#rest) and [authorizing requests with\n OAuth 2.0](/admob/api/v1/how-tos/authorizing).\n\n### Complete authorization steps\n\n| **Note:** For third-party web applications, we recommend generating a **client\n| ID** for a [web application](/identity/protocols/OAuth2WebServer).\n\nAll requests you make to the AdMob API must be authorized. For a brief\noverview of authorization, read about how to [authorize and identify your\napp to Google](/admob/api/v1/how-tos/authorizing). Follow the steps to [complete your\nauthorization setup](/admob/api/v1/auth).\n\nNow you can start making API calls to your client's AdMob account using examples\nin [Java](/admob/api/v1/getting-started#java-client-library),\n[PHP](/admob/api/v1/getting-started#php-client-library),\n[Python](/admob/api/v1/getting-started#python-client-library) or\n[curl](/admob/api/v1/getting-started#curl-command-line).\n\nKeep up-to-date with the API\n----------------------------\n\nIt's important that you stay up-to-date on which API versions are deprecated or\nsunset and when new versions are released. We recommend subscribing to the\n[Ads Developer Blog](//ads-developers.googleblog.com/search/label/admob) to get\nthe announcements.\n\nGet support\n-----------\n\nIf you run into issues with your AdMob API integration,\n\npost to the [AdMob API developer forum](//groups.google.com/g/google-admob-api-developer-forum)."]]