redelivre / login-cidadao

Federated Digital Identity Provider for Gov and eCitizen
https://id.org.br
GNU Affero General Public License v3.0
12 stars 8 forks source link

Configurable Google Analytics #238

Closed guilhermednt closed 6 years ago

guilhermednt commented 6 years ago

Google Analytics is currently hard-coded in the base template with no easy way to at least customize the trackingId.

With this PR this code is moved to another file that can be overridden by a child Bundle and a new parameter (google_analytics_trackingId) is created to allow the trackingId to be easily configured.