Method: accounts.mediationGroups.mediationAbExperiments.create
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-05-14。
[null,null,["最后更新时间 (UTC):2024-05-14。"],[[["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"]]