AccountsReports
class AccountsReports extends Resource (View source)
The "reports" collection of methods.
Typical usage is:
$merchantapiService = new Google\Service\Merchant(...);
$reports = $merchantapiService->accounts_reports;
Methods
search(string $parent, SearchRequest $postBody, array $optParams = [])
Retrieves a report defined by a search query. The response might contain
fewer rows than specified by page_size
. Rely on next_page_token
to
determine if there are more rows to be requested. (reports.search)
Details
SearchResponse
search(string $parent, SearchRequest $postBody, array $optParams = [])
Retrieves a report defined by a search query. The response might contain
fewer rows than specified by page_size
. Rely on next_page_token
to
determine if there are more rows to be requested. (reports.search)