Files
symfony-flex-recipes-contrib/setono/google-analytics-bundle/1.0/config/packages/setono_google_analytics.yaml
T
Joachim LøvgaardandGitHub 3854261694 Add Google Analytics bundle (#1530)
* Add Sylius Analytics Plugin

* Use null instead of tilde

* Add post install message

* Add google analytics bundle

* Better configuration

* Fixed suggested change
2023-07-19 09:27:57 +02:00

10 lines
348 B
YAML

setono_google_analytics:
gtag:
properties:
- measurement_id: '%env(GOOGLE_ANALYTICS_MEASUREMENT_ID)%'
# If you want to use tag manager instead of gtag, just remove the lines above and enable tag_manager below
# tag_manager:
# containers:
# - container_id: '%env(GOOGLE_ANALYTICS_CONTAINER_ID)%'