[7.9.0-7.9.1] How to configure Google Analytics ID ?
Closed
[7.9.0-7.9.1] How to configure Google Analytics ID ?
Created by: mahnunchik
How to configure Google Analytics ID?
There is no required key: https://github.com/gitlabhq/gitlabhq/blob/master/app/models/application_setting.rb
Created by: stanhu
It looks like it's not documented anywhere, but if you're using the omnibus version, you can add this line to
/etc/gitlab/gitlab.rb
:gitlab_rails['extra_google_analytics_id'] = '_your_tracking_id'
Then run
sudo gitlab-ctl reconfigure
.See:
By Administrator on 2015-04-02T15:59:55 (imported from GitLab project)
Created by: Razer6
Documentation for this can be found here. Closing this here :)
By Administrator on 2015-04-03T06:51:23 (imported from GitLab project)
Please register or sign in to reply