Google Play Developer Reporting API (playdeveloperreporting:v1alpha1)

2023-05-17

2 new methods | 1 updated method

Additions

    Methods
  • playdeveloperreporting.apps.fetchReleaseFilterOptions

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

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

      HTTP Method : GET

      Path : v1alpha1/{+name}:fetchReleaseFilterOptions

      Parameters :

        name

          Type : string

          Pattern : ^apps/[^/]+$

          Location : path

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

          Required : Yes

      Parameter Order : name

      Description : Describes filtering options for releases.

  • playdeveloperreporting.apps.search

      Parameters :

        pageToken

          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.

          Location : query

          Type : string

        pageSize

          Format : int32

          Type : integer

          Location : query

          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.

      Description : Searches for Apps accessible by the user.

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

      Path : v1alpha1/apps:search

      Flat Path : v1alpha1/apps:search

      HTTP Method : GET

Updates

    Methods
  • playdeveloperreporting.vitals.errors.issues.search

      Parameters :

        orderBy

          Type : string

          Location : query

          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.