From bbd0dcb82d66db4661a8fad2ef5d4f9917a405a4 Mon Sep 17 00:00:00 2001 From: Ryan Boder Date: Thu, 19 Sep 2019 13:04:24 -0400 Subject: [PATCH] Fix current user issue and add tracking features (#1) * Add cross subdomain tracking * Add cross subdomain tracking * Enable crossdomain linking * Move crossdomain code to a better place * Remove subdomain from site title * Fix all subdomains parameter * Be more specific in subdomain tracking description * Add user ID tracking * Handle whitespace around user id field * Exclude some groups from tracking * Add exmaple groups to exclude from tracking * Fix whitespace handling in user ID tracking * Fix null reference on anonymous users --- common/head_tag.html | 23 +++++++++++++++++++++-- settings.yml | 12 ++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/common/head_tag.html b/common/head_tag.html index 757a29a..da29dcb 100644 --- a/common/head_tag.html +++ b/common/head_tag.html @@ -1,5 +1,15 @@