> For the complete documentation index, see [llms.txt](https://docs.devtodev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devtodev.com/~/changes/KHSfVuDz62f75T3NzrM9/3rd-party-sources/app-marketplace-data/google-play.md).

# Google Play Console Stats

Integration with Google Play. Adding Google Play Developer Console account with limited access.

## **Manage account permissions**

**Step 1 — Sign in**\
Sign into the [Google Play Developer Console](https://play.google.com/apps/publish/signup/)

![](https://www.devtodev.com/upload/images/google1.png)

**Step 2 — Managing Users**\
From the **Users and permissions** , you can add users and manage their permissions

* Click «Settings»
* Select «Users and permissions»
* Click «Invite new users»

![](https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnGcP_ZeRJ1ipj9O8dF%2F-MV_acFYL5bsUaBd-YjS%2F-MV_cCPz9hZYrxnEd0aD%2Fimage%20\(1\).png?alt=media\&token=4ae525d2-7861-46be-870b-65c4a6713994)

**Step 3 — Add New User**\
Enter new user e-mail address

![](https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnGcP_ZeRJ1ipj9O8dF%2F-MV_acFYL5bsUaBd-YjS%2F-MV_cUS6TuzCYVkjTmN0%2Fimage%20\(2\).png?alt=media\&token=a9142fb1-59f5-404c-92b0-5eb10ec02e04)

**Set user permissions**

Add access to **View app information and download bulk reports (read-only)** and **View financial data, orders and cancellation survey responses**

![](https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnGcP_ZeRJ1ipj9O8dF%2F-MV_acFYL5bsUaBd-YjS%2F-MV_cb5spjK75cDAySKi%2Fimage%20\(3\).png?alt=media\&token=3c127774-cab6-424c-b2b3-3876debeb867)

**Step 4 — Activate new account** \
After adding new user Google automatically sends an e-mail to validate new account.\
Click the link from the letter and follow further instructions.

![](https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnGcP_ZeRJ1ipj9O8dF%2F-MV_acFYL5bsUaBd-YjS%2F-MV_eGIWell6zyC1AwNG%2Fimage%20\(6\).png?alt=media\&token=2e506f1b-86d3-44a4-9154-0b9c917d41fc)

**Step 5 — Check reports availability**

Please verify that you can download reports under this account, it can be done in **Download reports** -> **Statistics section**:

![](https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnGcP_ZeRJ1ipj9O8dF%2F-MV_acFYL5bsUaBd-YjS%2F-MV_e3nodeMcWuA1i02C%2Fimage%20\(4\).png?alt=media\&token=7a9dab27-85a9-493f-872a-0ac6ad4374e8)

If you have reports available for download you can integrate Google Play in devtodev, otherwise - please check back later.

## Find your Bucket ID:

Go to **Download reports** -> **Statistics** and click **Copy Cloud Storage URI** link:

![](https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnGcP_ZeRJ1ipj9O8dF%2F-MV_acFYL5bsUaBd-YjS%2F-MV_dFVY9lh0qoq82YvN%2Fimage%20\(5\).png?alt=media\&token=72d3d894-90ca-47fc-bf5f-4c7f50ccb69c)

The URI is similar to this: <gs://pubsite_prod_rev_00000000000000000000/stats/installs/> where **pubsite\_prod\_rev\_00000000000000000000** is your bucket ID.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devtodev.com/~/changes/KHSfVuDz62f75T3NzrM9/3rd-party-sources/app-marketplace-data/google-play.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
