AccountsReports
class AccountsReports extends Resource (View source)
The "reports" collection of methods.
Typical usage is:
$adsenseService = new Google\Service\Adsense(...);
$reports = $adsenseService->accounts_reports;
Methods
generate(string $account, array $optParams = [])
Generates an ad hoc report. (reports.generate)
generateCsv(string $account, array $optParams = [])
Generates a csv formatted ad hoc report. (reports.generateCsv)
getSaved(string $name, array $optParams = [])
Gets the saved report from the given resource name. (reports.getSaved)
Details
ReportResult
generate(string $account, array $optParams = [])
Generates an ad hoc report. (reports.generate)
HttpBody
generateCsv(string $account, array $optParams = [])
Generates a csv formatted ad hoc report. (reports.generateCsv)
SavedReport
getSaved(string $name, array $optParams = [])
Gets the saved report from the given resource name. (reports.getSaved)