# Analytics

Setting up Google Analytics in SaasAble is very simple. You need to update a tag ID in .env:

{% code title=".env" %}

```properties
...

## Google Analytics
NEXT_PUBLIC_ANALYTICS_ID=
```

{% endcode %}

This will render your script in the DOM like below:

<figure><img src="https://content.gitbook.com/content/NPSijcuaWbx0l567gYtA/blobs/1aCe6avNpJaOpzinbydk/google-analytics.JPG" alt=""><figcaption></figcaption></figure>

The value of the tag can be obtained from your Google Analytics account:

<figure><img src="https://content.gitbook.com/content/NPSijcuaWbx0l567gYtA/blobs/0C0MD3OSEiHzxAdIybBI/image.png" alt=""><figcaption></figcaption></figure>
