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.

      Path: v1beta1/apps:search

      Scopes: https://www.googleapis.com/auth/playdeveloperreporting

      Flat Path: v1beta1/apps:search

      Description: Searches for Apps accessible by the user.

      HTTP Method: GET

  • playdeveloperreporting.apps.fetchReleaseFilterOptions

      Parameter Order: name

      Flat Path: v1beta1/apps/{appsId}:fetchReleaseFilterOptions

      HTTP Method: GET

      Parameters:

        name

          Required: Yes

          Description: Required. Name of the resource, i.e. app the filtering options are for. Format: apps/{app}

          Pattern: ^apps/[^/]+$

          Type: string

          Location: path

      Description: Describes filtering options for releases.

      Path: v1beta1/{+name}:fetchReleaseFilterOptions

      Scopes: https://www.googleapis.com/auth/playdeveloperreporting

Updates

    Methods
  • playdeveloperreporting.vitals.errors.issues.search

      Parameters:

        orderBy

          Location: query

          Type: string

          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.