class PerformanceReport extends Resource (View source)

The "performanceReport" collection of methods.

Typical usage is:

 $adexchangebuyerService = new Google\Service\AdExchangeBuyer(...);
 $performanceReport = $adexchangebuyerService->performanceReport;

Methods

listPerformanceReport(string $accountId, string $endDateTime, string $startDateTime, array $optParams = [])

Retrieves the authenticated user's list of performance metrics.

Details

PerformanceReportList listPerformanceReport(string $accountId, string $endDateTime, string $startDateTime, array $optParams = [])

Retrieves the authenticated user's list of performance metrics.

(performanceReport.listPerformanceReport)

Parameters

string $accountId

The account id to get the reports.

string $endDateTime

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

string $startDateTime

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

array $optParams

Optional parameters.

Return Value

PerformanceReportList