Table of Contents

Class AccountsResource

Namespace
Google.Apis.AdSense.v1_4
Assembly
Google.Apis.AdSense.v1_4.dll

The "accounts" collection of methods.

public class AccountsResource
Inheritance
AccountsResource
Inherited Members

Constructors

AccountsResource(IClientService)

Constructs a new resource.

public AccountsResource(IClientService service)

Parameters

service IClientService

Properties

Adclients

Gets the Adclients resource.

public virtual AccountsResource.AdclientsResource Adclients { get; }

Property Value

AccountsResource.AdclientsResource

Adunits

Gets the Adunits resource.

public virtual AccountsResource.AdunitsResource Adunits { get; }

Property Value

AccountsResource.AdunitsResource

Alerts

Gets the Alerts resource.

public virtual AccountsResource.AlertsResource Alerts { get; }

Property Value

AccountsResource.AlertsResource

Customchannels

Gets the Customchannels resource.

public virtual AccountsResource.CustomchannelsResource Customchannels { get; }

Property Value

AccountsResource.CustomchannelsResource

Payments

Gets the Payments resource.

public virtual AccountsResource.PaymentsResource Payments { get; }

Property Value

AccountsResource.PaymentsResource

Reports

Gets the Reports resource.

public virtual AccountsResource.ReportsResource Reports { get; }

Property Value

AccountsResource.ReportsResource

Savedadstyles

Gets the Savedadstyles resource.

public virtual AccountsResource.SavedadstylesResource Savedadstyles { get; }

Property Value

AccountsResource.SavedadstylesResource

Urlchannels

Gets the Urlchannels resource.

public virtual AccountsResource.UrlchannelsResource Urlchannels { get; }

Property Value

AccountsResource.UrlchannelsResource

Methods

Get(string)

Get information about the selected AdSense account.

public virtual AccountsResource.GetRequest Get(string accountId)

Parameters

accountId string

Account to get information about.

Returns

AccountsResource.GetRequest

List()

List all accounts available to this AdSense account.

public virtual AccountsResource.ListRequest List()

Returns

AccountsResource.ListRequest