Show / Hide Table of Contents

Class PerformanceReportResource

The "performanceReport" collection of methods.

Inheritance
System.Object
PerformanceReportResource
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.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class PerformanceReportResource

Constructors

PerformanceReportResource(IClientService)

Constructs a new resource.

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

Methods

List(Int64, String, String)

Retrieves the authenticated user's list of performance metrics.

Declaration
public virtual PerformanceReportResource.ListRequest List(long accountId, string endDateTime, string startDateTime)
Parameters
Type Name Description
System.Int64 accountId

The account id to get the reports.

System.String endDateTime

The end time of the report in ISO 8601 timestamp format using UTC.

System.String startDateTime

The start time of the report in ISO 8601 timestamp format using UTC.

Returns
Type Description
PerformanceReportResource.ListRequest
In This Article
Back to top