Show / Hide Table of Contents

Class AccountActiveAdSummariesResource

The "accountActiveAdSummaries" collection of methods.

Inheritance
System.Object
AccountActiveAdSummariesResource
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.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class AccountActiveAdSummariesResource

Constructors

AccountActiveAdSummariesResource(IClientService)

Constructs a new resource.

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

Methods

Get(Int64, Int64)

Gets the account's active ad summary by account ID.

Declaration
public virtual AccountActiveAdSummariesResource.GetRequest Get(long profileId, long summaryAccountId)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

System.Int64 summaryAccountId

Account ID.

Returns
Type Description
AccountActiveAdSummariesResource.GetRequest
In This Article
Back to top