Show / Hide Table of Contents

Class AccountsResource.AdclientsResource

The "adclients" collection of methods.

Inheritance
System.Object
AccountsResource.AdclientsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdSense.v1_4
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class AdclientsResource

Constructors

AdclientsResource(IClientService)

Constructs a new resource.

Declaration
public AdclientsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

GetAdCode(String, String)

Get Auto ad code for a given ad client.

Declaration
public virtual AccountsResource.AdclientsResource.GetAdCodeRequest GetAdCode(string accountId, string adClientId)
Parameters
Type Name Description
System.String accountId

Account which contains the ad client.

System.String adClientId

Ad client to get the code for.

Returns
Type Description
AccountsResource.AdclientsResource.GetAdCodeRequest

List(String)

List all ad clients in the specified account.

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

Account for which to list ad clients.

Returns
Type Description
AccountsResource.AdclientsResource.ListRequest
In This Article
Back to top