I've just spent an hour debugging GA code just to learn that an override is added in the dev mode:
|
$config['google_analytics.settings']['account'] = 'UA-XXXXXXXX-YY'; |
$config['google_analytics.settings']['account'] = 'UA-XXXXXXXX-YY';
Can the value be changed from UA-XXXXXXXX-YY to something else to at least give developers an idea that this is not a default value coming from the broken module.
thanks