Reports
class Reports extends Resource (View source)
The "reports" collection of methods.
Typical usage is:
$doubleclicksearchService = new Google\Service\Doubleclicksearch(...);
$reports = $doubleclicksearchService->reports;
Methods
Generates and returns a report immediately. (reports.generate)
Polls for the status of a report request. (reports.get)
Downloads a report file encoded in UTF-8. (reports.getFile)
Downloads a csv file(encoded in UTF-8) that contains ID mappings between legacy SA360 and new SA360. The file includes all children entities of the given advertiser(e.g. engine accounts, campaigns, ad groups, etc.) that exist in both legacy SA360 and new SA360. (reports.getIdMappingFile)
Inserts a report request into the reporting system. (reports.request)
Details
Report
generate(ReportRequest $postBody, array $optParams = [])
Generates and returns a report immediately. (reports.generate)
Report
get(string $reportId, array $optParams = [])
Polls for the status of a report request. (reports.get)
getFile(string $reportId, int $reportFragment, array $optParams = [])
Downloads a report file encoded in UTF-8. (reports.getFile)
IdMappingFile
getIdMappingFile(string $agencyId, string $advertiserId, array $optParams = [])
Downloads a csv file(encoded in UTF-8) that contains ID mappings between legacy SA360 and new SA360. The file includes all children entities of the given advertiser(e.g. engine accounts, campaigns, ad groups, etc.) that exist in both legacy SA360 and new SA360. (reports.getIdMappingFile)
Report
request(ReportRequest $postBody, array $optParams = [])
Inserts a report request into the reporting system. (reports.request)