feat: tracking integration with GTM and CMP

This commit is contained in:
Björn Fromme
2026-01-27 17:31:41 +01:00
parent d5944bf717
commit e9548d9f38
21 changed files with 453 additions and 51 deletions
+5 -3
View File
@@ -3,13 +3,15 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
imports:
- { resource: domain_config.yaml }
parameters:
travel_info_base_url: '%env(APP_TRAVEL_INFO_BASE_URL)%'
terms_and_conditions_url: '%env(APP_TERMS_AND_CONDITIONS_URL)%'
path_to_keys: '%kernel.project_dir%/config/secret'
bpn_debug: '%env(APP_BPN_DEBUG)%'
default_booking_status: '%env(DEFAULT_BOOKING_STATUS)%'
domain_theme_map: '%env(json:DOMAIN_THEME_MAP)%'
# Body dimensions choices for BodyDimensionsType
body_dimensions.height_choices:
@@ -147,7 +149,7 @@ services:
tags:
- { name: monolog.processor }
App\EventListener\DomainThemeListener:
App\Service\DomainConfigProvider:
arguments:
$domainThemeMap: '%domain_theme_map%'
$domainConfig: '%domain_config%'