Google Play Grouping API (playgrouping:v1alpha1)

2023-08-29

2 new methods | New API

Additions

    Methods
  • playgrouping.apps.tokens.tags.createOrUpdate

      Parameters :

        token

          Type : string

          Required : Yes

          Location : path

          Pattern : ^tokens/[^/]+$

          Description : Required. Token for which the tags are being inserted or updated. Format: tokens/{token}

        appPackage

          Type : string

          Location : path

          Required : Yes

          Pattern : ^apps/[^/]+$

          Description : Required. App whose tags are being manipulated. Format: apps/{package_name}

      Parameter Order :

    • appPackage
    • token
    • Description : Create or update tags for the user and app that are represented by the given token.

      Path : v1alpha1/{+appPackage}/{+token}/tags:createOrUpdate

      Flat Path : v1alpha1/apps/{appsId}/tokens/{tokensId}/tags:createOrUpdate

      HTTP Method : POST

  • playgrouping.apps.tokens.verify

      Parameter Order :

    • appPackage
    • token
    • HTTP Method : POST

      Parameters :

        token

          Type : string

          Pattern : ^tokens/[^/]+$

          Description : Required. The token to be verified. Format: tokens/{token}

          Required : Yes

          Location : path

        appPackage

          Location : path

          Required : Yes

          Type : string

          Pattern : ^apps/[^/]+$

          Description : Required. App the token belongs to. Format: apps/{package_name}

      Description : Verify an API token by asserting the app and persona it belongs to. The verification is a protection against client-side attacks and will fail if the contents of the token don't match the provided values. A token must be verified before it can be used to manipulate user tags.

      Flat Path : v1alpha1/apps/{appsId}/tokens/{tokensId}:verify

      Path : v1alpha1/{+appPackage}/{+token}:verify