search
public ShoppingContent.Reports.Search search(Long merchantId,
SearchRequest content)
throws IOException
Retrieves merchant performance metrics matching the search query and optionally segmented by
selected dimensions.
Create a request for the method "reports.search".
This request holds the parameters needed by the content server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
merchantId
- Required. Id of the merchant making the call. Must be a standalone account or an MCA subaccount.
content
- the SearchRequest
- Returns:
- the request
- Throws:
IOException