Class AccountsResource
The "accounts" collection of methods.
Inherited Members
Namespace: Google.Apis.AdMob.v1
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class AccountsResource
Constructors
AccountsResource(IClientService)
Constructs a new resource.
Declaration
public AccountsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
AdUnits
Gets the AdUnits resource.
Declaration
public virtual AccountsResource.AdUnitsResource AdUnits { get; }
Property Value
Type | Description |
---|---|
AccountsResource.AdUnitsResource |
Apps
Gets the Apps resource.
Declaration
public virtual AccountsResource.AppsResource Apps { get; }
Property Value
Type | Description |
---|---|
AccountsResource.AppsResource |
MediationReport
Gets the MediationReport resource.
Declaration
public virtual AccountsResource.MediationReportResource MediationReport { get; }
Property Value
Type | Description |
---|---|
AccountsResource.MediationReportResource |
NetworkReport
Gets the NetworkReport resource.
Declaration
public virtual AccountsResource.NetworkReportResource NetworkReport { get; }
Property Value
Type | Description |
---|---|
AccountsResource.NetworkReportResource |
Methods
Get(string)
Gets information about the specified AdMob publisher account.
Declaration
public virtual AccountsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654 |
Returns
Type | Description |
---|---|
AccountsResource.GetRequest |
List()
Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.
Declaration
public virtual AccountsResource.ListRequest List()
Returns
Type | Description |
---|---|
AccountsResource.ListRequest |