| Modifier and Type | Class and Description |
|---|---|
class |
AdMob.Accounts.Get |
class |
AdMob.Accounts.List |
class |
AdMob.Accounts.MediationReport
The "mediationReport" collection of methods.
|
class |
AdMob.Accounts.NetworkReport
The "networkReport" collection of methods.
|
| Constructor and Description |
|---|
Accounts() |
| Modifier and Type | Method and Description |
|---|---|
AdMob.Accounts.Get |
get(String name)
Gets information about the specified AdMob publisher account.
|
AdMob.Accounts.List |
list()
List the AdMob publisher account accessible with the client credential.
|
AdMob.Accounts.MediationReport |
mediationReport()
An accessor for creating requests from the MediationReport collection.
|
AdMob.Accounts.NetworkReport |
networkReport()
An accessor for creating requests from the NetworkReport collection.
|
public AdMob.Accounts.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654IOExceptionpublic AdMob.Accounts.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic AdMob.Accounts.MediationReport mediationReport()
The typical use is:
AdMob admob = new AdMob(...);AdMob.MediationReport.List request = admob.mediationReport().list(parameters ...)
public AdMob.Accounts.NetworkReport networkReport()
The typical use is:
AdMob admob = new AdMob(...);AdMob.NetworkReport.List request = admob.networkReport().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.