public class AdMob.Accounts.MediationGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdMob.Accounts.MediationGroups.Create |
class |
AdMob.Accounts.MediationGroups.List |
class |
AdMob.Accounts.MediationGroups.MediationAbExperiments
The "mediationAbExperiments" collection of methods.
|
class |
AdMob.Accounts.MediationGroups.Patch |
| Constructor and Description |
|---|
MediationGroups() |
| Modifier and Type | Method and Description |
|---|---|
AdMob.Accounts.MediationGroups.Create |
create(String parent,
MediationGroup content)
Create a mediation group under the specific AdMob account.
|
AdMob.Accounts.MediationGroups.List |
list(String parent)
List mediation groups under the specified AdMob account.
|
AdMob.Accounts.MediationGroups.MediationAbExperiments |
mediationAbExperiments()
An accessor for creating requests from the MediationAbExperiments collection.
|
AdMob.Accounts.MediationGroups.Patch |
patch(String name,
MediationGroup content)
Update the specified mediation group under the specified AdMob account.
|
public AdMob.Accounts.MediationGroups.Create create(String parent, MediationGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent which owns the mediation group. Format: accounts/{publisher_id}content - the MediationGroupIOExceptionpublic AdMob.Accounts.MediationGroups.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Resource name of the account to list mediation groups for. Example:
accounts/pub-9876543210987654IOExceptionpublic AdMob.Accounts.MediationGroups.Patch patch(String name, MediationGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Resource name for this mediation group. Format is:
accounts/{publisher_id}/mediationGroups/{mediation_group_id} Example:
accounts/pub-9876543210987654/mediationGroups/0123456789content - the MediationGroupIOExceptionpublic AdMob.Accounts.MediationGroups.MediationAbExperiments mediationAbExperiments()
The typical use is:
AdMob admob = new AdMob(...);AdMob.MediationAbExperiments.List request = admob.mediationAbExperiments().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.