# Google Play Console Stats

## **Manage account permissions**

### **Step 1 — Sign in**&#x20;

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**&#x20;

In the **Users and permissions** section, you can add users and manage their permissions.

1. Click on `Settings`.
2. Select **Users and permissions.**&#x20;
3. Click the `Invite new users` button.

<figure><img src="/files/vlSQfXZS8V3nPkMpUVCb" alt=""><figcaption></figcaption></figure>

### **Step 3 — Add New User**&#x20;

Enter new user's e-mail address.

<figure><img src="/files/rdMNLeMVadN1yO6OWRyE" alt=""><figcaption></figcaption></figure>

#### **Set user permissions**

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

<figure><img src="/files/fCQvnKOxUpBhEwgdyX3O" alt=""><figcaption></figcaption></figure>

### **Step 4 — Activate new account** &#x20;

After adding new user, Google automatically sends an e-mail to validate new account.\
Click on the link in the letter and follow further instructions.

![](/files/-MV_eGIWell6zyC1AwNG)

### **Step 5 — Check reports availability**

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

<figure><img src="/files/bAMOOER9EkWqV2xzFF53" alt=""><figcaption></figcaption></figure>

If you have reports available for download, you can integrate Google Play in devtodev. If there are no reports available for download, please check back later.

{% hint style="warning" %}
Updating user permissions in Google Play Console may take up to 24 hours.
{% endhint %}

## Find your Bucket ID:

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

<figure><img src="/files/Ck8QHi4rdfAp82qokAYi" alt=""><figcaption></figcaption></figure>

The URI is similar to this:&#x20;

<gs://pubsite_prod_rev_00000000000000000000/stats/installs/> where **pubsite\_prod\_rev\_00000000000000000000** is your bucket ID.&#x20;

## **Add Google Play Console account to devtodev** <a href="#add-google-play-console-account-to-devtodev" id="add-google-play-console-account-to-devtodev"></a>

You can use the created account when you add a new application to devtodev.&#x20;

<figure><img src="/files/I9ehG2wq4J4T2FrI0uTQ" alt=""><figcaption></figcaption></figure>

You can also connect your Google Play Console account later in project settings (Settings -> 3rd party sources -> Google Play Console).&#x20;

<figure><img src="/files/to3GAlp0AHCCi29AXU5a" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
