Skip to content
Snippets Groups Projects
Commit 5ee8fa54 authored by Borja Gimeno's avatar Borja Gimeno
Browse files

feat: add google tag id

parent b66426e2
No related branches found
No related tags found
1 merge request!21feat: add google tag id
Pipeline #87694 passed
This commit is part of merge request !21. Comments created here will be created in the context of that merge request.
......@@ -73,6 +73,7 @@ REACT_APP_BUGSNAG_SOMCONNEXIO_SOMOFFICE_FRONTEND_API_KEY="{{ bugsnag_somconnexio
REACT_APP_BUGSNAG_SOMCONNEXIO_SOMOFFICE_STAGE="{{ bugsnag_somconnexio_somoffice_stage | default('') }}"
REACT_APP_MATOMO_SNIPPET_ID={{ matomo_snippet_id | default('')}}
REACT_APP_GOOGLE_ANALYTICS_ID={{ google_analytics_id | default('')}}
REACT_APP_GOOGLE_TAG_ID={{ google_tag_id | default('')}}
REACT_APP_FACEBOOK_EVENTS_ID={{ facebook_events_id | default('')}}
REACT_APP_MICROSOFT_ADS_ID={{ microsoft_ads_id | default('')}}
REACT_APP_ENV={{ (ansible_limit == 'dev') | ternary('development', ansible_limit) }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment