From d258a18867f99fb911f4d3adbd394339103aa25c Mon Sep 17 00:00:00 2001 From: nanimal-fb Date: Fri, 7 Mar 2025 12:38:06 -0800 Subject: [PATCH] google tag analytics --- docs/_config.yml | 7 ++++--- docs/_includes/head.html | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 docs/_includes/head.html diff --git a/docs/_config.yml b/docs/_config.yml index 3450370..e52b8cc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -45,9 +45,10 @@ aux_links: "GET STARTED": - "https://www.firebolt.io/getting-started-now" -# Google Analytics tracking -ga_tracking: UA-142599515-1 -ga_tracking_anonymize_ip: true +# Google Analytics Tracking (optional) +# e.g, UA-1234567-89 +# ga_tracking: UA-2709176-10 +# ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true/nil by default) # footer_content: "Send feedback" diff --git a/docs/_includes/head.html b/docs/_includes/head.html new file mode 100644 index 0000000..aa814a9 --- /dev/null +++ b/docs/_includes/head.html @@ -0,0 +1,35 @@ + + + + + + + + + + + {% if site.search_enabled != false %} + + {% endif %} + + + + + {% seo %} + + {% include head_custom.html %} + {% include head_fonts.html %} + +