Reports
class Reports extends Resource (View source)
The "reports" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$reports = $dfareportingService->reports;
Methods
delete(string $profileId, string $reportId, array $optParams = [])
Deletes a report by its ID. (reports.delete)
get(string $profileId, string $reportId, array $optParams = [])
Retrieves a report by its ID. (reports.get)
listReports(string $profileId, array $optParams = [])
Retrieves list of reports. (reports.listReports)
run(string $profileId, string $reportId, array $optParams = [])
Runs a report. (reports.run)
Details
delete(string $profileId, string $reportId, array $optParams = [])
Deletes a report by its ID. (reports.delete)
Report
get(string $profileId, string $reportId, array $optParams = [])
Retrieves a report by its ID. (reports.get)
Report
insert(string $profileId, Report $postBody, array $optParams = [])
Creates a report. (reports.insert)
ReportList
listReports(string $profileId, array $optParams = [])
Retrieves list of reports. (reports.listReports)
Report
patch(string $profileId, string $reportId, Report $postBody, array $optParams = [])
Updates an existing report. This method supports patch semantics.
(reports.patch)
DfareportingFile
run(string $profileId, string $reportId, array $optParams = [])
Runs a report. (reports.run)