class AccountsReportsSaved extends Resource (View source)

The "saved" collection of methods.

Typical usage is:

 $adsenseService = new Google\Service\Adsense(...);
 $saved = $adsenseService->accounts_reports_saved;

Methods

generate(string $name, array $optParams = [])

Generates a saved report. (saved.generate)

generateCsv(string $name, array $optParams = [])

Generates a csv formatted saved report. (saved.generateCsv)

listAccountsReportsSaved(string $parent, array $optParams = [])

Lists saved reports. (saved.listAccountsReportsSaved)

Details

ReportResult generate(string $name, array $optParams = [])

Generates a saved report. (saved.generate)

Parameters

string $name

Required. Name of the saved report. Format: accounts/{account}/reports/{report}

array $optParams

Optional parameters.

Return Value

ReportResult

Exceptions

Exception

HttpBody generateCsv(string $name, array $optParams = [])

Generates a csv formatted saved report. (saved.generateCsv)

Parameters

string $name

Required. Name of the saved report. Format: accounts/{account}/reports/{report}

array $optParams

Optional parameters.

Return Value

HttpBody

Exceptions

Exception

ListSavedReportsResponse listAccountsReportsSaved(string $parent, array $optParams = [])

Lists saved reports. (saved.listAccountsReportsSaved)

Parameters

string $parent

Required. The account which owns the collection of reports. Format: accounts/{account}

array $optParams

Optional parameters.

Return Value

ListSavedReportsResponse

Exceptions

Exception