> ## Documentation Index
> Fetch the complete documentation index at: https://docs.accessowl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Analytics

AccessOwl integrates with Google Analytics to provision and deprovision user access in your Google Analytics account.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl grants access to users with the specified roles during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes users from your Google Analytics account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Administrator** access to your Google Analytics account, so you can invite the integration account and grant it the Administrator role.

## Setup

<Steps>
  <Step title="Add Google Analytics in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Add the integration account as Administrator">
    AccessOwl shows you the integration account's email address. In Google Analytics:

    * Open **Admin**.
    * Under the Account section, click **Access Management**.
    * Click **+**, then **Add users**.
    * Enter the integration account's email address.
    * Set the role to **Administrator**.
    * Click **Add**.

    <Note>
      The Administrator role is required because it is the only role that can manage users, including adding and removing them and assigning roles, which AccessOwl uses to provision and deprovision access.
    </Note>
  </Step>
</Steps>
