Arpit Jalan 2024-12-26 15:25:48 +05:30 committed by GitHub
parent 061d6fd7a7
commit bf3279d75a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 14 additions and 0 deletions

View File

@ -14,4 +14,10 @@ module CommonHelper
def render_google_tag_manager_body_code
render partial: "common/google_tag_manager_body" if SiteSetting.gtm_container_id.present?
end
def render_adobe_analytics_tags_code
if SiteSetting.adobe_analytics_tags_url.present?
content_tag(:script, "", src: SiteSetting.adobe_analytics_tags_url, async: true)
end
end
end

View File

@ -59,6 +59,8 @@
<%= render_google_tag_manager_head_code %>
<%= render_google_universal_analytics_code %>
<%= render_adobe_analytics_tags_code %>
<link id="manifest-link" rel="manifest" href=<%= manifest_url %> crossorigin="use-credentials">
<%- if include_ios_native_app_banner? %>

View File

@ -7,6 +7,7 @@
<%= render partial: "common/discourse_publish_stylesheet" %>
<%= render_google_tag_manager_head_code %>
<%= render_google_universal_analytics_code %>
<%= render_adobe_analytics_tags_code %>
<%= preload_script 'publish' %>
<%= preload_script 'pageview' %>
</head>

View File

@ -2741,6 +2741,7 @@ en:
page_loading_indicator: "Configure the loading indicator which appears during page navigations within Discourse. 'Spinner' is a full page indicator. 'Slider' shows a narrow bar at the top of the screen."
show_user_menu_avatars: "Show user avatars in the user menu"
about_page_hidden_groups: "Do not show members of specific groups on the /about page."
adobe_analytics_tags_url: "Adobe Analytics tags URL (`https://assets.adobedtm.com/...`)"
view_raw_email_allowed_groups: "Groups which can view the raw email content of a post if it was created by an incoming email. This includes email headers and other technical information."
errors:
invalid_css_color: "Invalid color. Enter a color name or hex value."

View File

@ -423,6 +423,9 @@ basic:
about_page_hidden_groups:
default: ""
type: group_list
adobe_analytics_tags_url:
default: ""
regex: "assets.adobedtm.com"
extended_site_description:
default: ""
max: 10_000
@ -446,6 +449,7 @@ basic:
default: false
hidden: true
client: true
login:
invite_only:
refresh: true