Use Google Analytics in your Symfony application. Under the hood this bundle integrates the Google Analytics measurement protocol library.
To install this bundle, simply run:
composer require setono/google-analytics-bundle
This also installs the Bot Detection Bundle which is used to filter bot requests.
If you want to handle consent (i.e. cookie/GDPR consent), you can use the consent bundle, by installing it:
composer require setono/consent-bundle
TODO