Google Play Developer Reporting API
(playdeveloperreporting:v1beta1)
2023-05-17
2 new methods | 1 updated method
Additions
Methods
▼▲
playdeveloperreporting.apps.search
Parameters
:
pageSize
Description
:
The maximum number of apps to return. The service may return fewer than this value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Type
:
integer
Format
:
int32
Location
:
query
pageToken
Location
:
query
Type
:
string
Description
:
A page token, received from a previous `SearchAccessibleApps` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchAccessibleApps` must match the call that provided the page token.
Description
:
Specifies a field that will be used to order the results. ** Supported dimensions:** * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders issues by number of unique affected users. ** Supported operations:** * `asc` for ascending order. * `desc` for descending order. Format: A field and an operation, e.g., `errorReportCount desc` *Note:* currently only one field is supported at a time.