Google Play Android Developer API (androidpublisher:v3)

2024-01-10

5 new methods

Additions

    Methods
  • androidpublisher.apprecovery.create

      Path: androidpublisher/v3/applications/{packageName}/appRecoveries

      Flat Path: androidpublisher/v3/applications/{packageName}/appRecoveries

      HTTP Method: POST

      Parameters:

        packageName

          Description: Required. Package name of the app on which recovery action is performed.

          Location: path

          Required: Yes

          Type: string

      Parameter Order: packageName

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

      Description: Create an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action.

  • androidpublisher.apprecovery.deploy

      Path: androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:deploy

      Flat Path: androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:deploy

      HTTP Method: POST

      Parameters:

        packageName

          Description: Required. Package name of the app for which recovery action is deployed.

          Location: path

          Required: Yes

          Type: string

        appRecoveryId

          Description: Required. ID corresponding to the app recovery action to deploy.

          Location: path

          Required: Yes

          Type: string

          Format: int64

      Parameter Order:

    • packageName
    • appRecoveryId
    • Scopes: https://www.googleapis.com/auth/androidpublisher

      Description: Deploy an already created app recovery action with recovery status DRAFT. Note that this action activates the recovery action for all targeted users and changes its status to ACTIVE.

  • androidpublisher.apprecovery.appRecoveries

      Path: androidpublisher/v3/applications/{packageName}/appRecoveries

      Flat Path: androidpublisher/v3/applications/{packageName}/appRecoveries

      HTTP Method: POST

      Parameters:

        packageName

          Description: Required. Package name of the app for which list of recovery actions is requested.

          Location: path

          Required: Yes

          Type: string

        versionCode

          Description: Required. Version code targeted by the list of recovery actions.

          Location: query

          Type: string

          Format: int64

      Parameter Order: packageName

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

      Description: List all app recovery action resources associated with a particular package name and app version.

  • androidpublisher.apprecovery.addTargeting

      Path: androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:addTargeting

      Flat Path: androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:addTargeting

      HTTP Method: POST

      Parameters:

        packageName

          Description: Required. Package name of the app for which recovery action is to be updated.

          Location: path

          Required: Yes

          Type: string

        appRecoveryId

          Description: Required. ID corresponding to the app recovery action.

          Location: path

          Required: Yes

          Type: string

          Format: int64

      Parameter Order:

    • packageName
    • appRecoveryId
    • Scopes: https://www.googleapis.com/auth/androidpublisher

      Description: Incrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded.

  • androidpublisher.apprecovery.cancel

      Path: androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:cancel

      Flat Path: androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:cancel

      HTTP Method: POST

      Parameters:

        packageName

          Description: Required. Package name of the app for which recovery action cancellation is requested.

          Location: path

          Required: Yes

          Type: string

        appRecoveryId

          Description: Required. ID corresponding to the app recovery action.

          Location: path

          Required: Yes

          Type: string

          Format: int64

      Parameter Order:

    • packageName
    • appRecoveryId
    • Scopes: https://www.googleapis.com/auth/androidpublisher

      Description: Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED.