-
Notifications
You must be signed in to change notification settings - Fork 1
Setting Google Analytics
funao edited this page Dec 13, 2016
·
1 revision
https://analytics.google.com/analytics/
https://support.google.com/analytics/answer/1032385
edit in config/initializers/notee.rb
require 'notee'
# Recommendation using .env
Notee.configure do |config|
....
# google-analytics
config.google_analytics = "Tracking-ID"
end