Method: accounts.mediationGroups.create
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-05-14(UTC)
[null,null,["최종 업데이트: 2024-05-14(UTC)"],[[["Create a mediation group under a specific AdMob account using an HTTP POST request to the provided URL."],["This method requires specific authorization and might necessitate contacting your account manager for access."],["The request must specify the parent account in the URL path and include a `MediationGroup` object in the request body."],["A successful request returns a `MediationGroup` object representing the newly created group."],["Proper OAuth 2.0 authorization with the `admob.monetization` scope is needed for this operation."]]],["This describes how to create a mediation group within an AdMob account using a POST request. The request is sent to a specific URL including the account's publisher ID, and requires OAuth authorization. The request body should contain a `MediationGroup` instance. Upon success, the response body returns the newly created `MediationGroup`. Note: Access to this method is limited and may need special permissions from the account manager.\n"]]