Show / Hide Table of Contents

Class AccountsResource.AdclientsResource

The "adclients" collection of methods.

Inheritance
object
AccountsResource.AdclientsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdSenseHost.v4_1
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class AccountsResource.AdclientsResource

Constructors

AdclientsResource(IClientService)

Constructs a new resource.

Declaration
public AdclientsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string)

Get information about one of the ad clients in the specified publisher's AdSense account.

Declaration
public virtual AccountsResource.AdclientsResource.GetRequest Get(string accountId, string adClientId)
Parameters
Type Name Description
string accountId

Account which contains the ad client.

string adClientId

Ad client to get.

Returns
Type Description
AccountsResource.AdclientsResource.GetRequest

List(string)

List all hosted ad clients in the specified hosted account.

Declaration
public virtual AccountsResource.AdclientsResource.ListRequest List(string accountId)
Parameters
Type Name Description
string accountId

Account for which to list ad clients.

Returns
Type Description
AccountsResource.AdclientsResource.ListRequest
In this article
Back to top Generated by DocFX