Method: accounts.mediationGroups.mediationAbExperiments.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/B testing experiments for AdMob mediation groups using the provided HTTP request method."],["Specify the parent AdMob account and mediation group using path parameters in the request URL."],["Include a `MediationAbExperiment` object in the request body to define the experiment parameters."],["Upon successful creation, the response body contains the newly created `MediationAbExperiment` object."],["Requires `admob.monetization` OAuth scope for authorization."]]],["This documentation outlines the process of creating an A/B testing experiment for an AdMob mediation group using a POST request. The request is sent to a specific URL, defined by the parent account and mediation group ID, supplied as a path parameter. The request body includes the `MediationAbExperiment` data. Successful requests return a newly created `MediationAbExperiment` instance in the response body. Authorization requires the `admob.monetization` OAuth scope. Access may be restricted.\n"]]