> For the complete documentation index, see [llms.txt](https://mobidonia.gitbook.io/mresto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobidonia.gitbook.io/mresto/define-basics/google-analytics.md).

# Google Analytics

Visit [Google Analytics](https://analytics.google.com/) page.

On the left menu select **Admin**.

![](/files/-M77M9KdYRsRCvivm1SU)

Click **Create Property**, select **Web** and then **Continue.**

![](/files/-M77MYzWy4aULgel4wvc)

![](/files/-M77MbC531MkbPWpldLd)

After that it will appear screen with information for your website.

Fill it and then click **Create.**

![](/files/-M77N4iyizTOSM-AVKFo)

After the tracking site tag is generated, copy only the code.

![](/files/-M77NfD3DIjd0huM07W4)

The copied code add in the .env file.

```
GOOGLE_ANALYTICS=YOUR_CODE
```

After that you will be able to track your website.
