# Google Analytics

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

On the left menu select **Admin**.

![](https://i.imgur.com/uYOLRzI.png)

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

![](https://i.imgur.com/lENJfIA.png)

![](https://i.imgur.com/36l8Cbm.png%20)

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

Fill it and then click **Create.**

![](https://i.imgur.com/uyttpO6.png)

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

![](https://i.imgur.com/cRIWLfb.png)

The copied code add in the .env file.

```
GOOGLE_ANALYTICS=YOUR_CODE
```

After that you will be able to track your website.
