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

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)

Parameters

string $parent

Required. Id of the account making the call. Must be a standalone account or an MCA subaccount. Format: accounts/{account}

SearchRequest $postBody
array $optParams

Optional parameters.

Return Value

SearchResponse

Exceptions

Exception