mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #1863 from ecuk/analytics
Google Universal Analytics
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
module CommonHelper
|
||||
def render_google_universal_analytics_code
|
||||
if Rails.env == "production" && SiteSetting.ga_universal_tracking_code.present?
|
||||
render partial: "common/google_universal_analytics"
|
||||
end
|
||||
end
|
||||
|
||||
def render_google_analytics_code
|
||||
if Rails.env == "production" && SiteSetting.ga_tracking_code.present?
|
||||
render partial: "common/google_analytics"
|
||||
|
||||
Reference in New Issue
Block a user