mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
* Add Sylius Analytics Plugin * Use null instead of tilde * Add post install message * Add google analytics bundle * Better configuration * Fixed suggested change
10 lines
348 B
YAML
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)%'
|