diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-10-18 03:05:17 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-10-24 12:18:46 +0900 |
commit | a9a28c9e4de60a4ec355cb51bdac0f618c208ce1 (patch) | |
tree | c7b6245ffc8ee176468a0c15eff0c0582a7ccfe5 | |
parent | 514f16b290229cc1105cdaf8102fee59b1365aee (diff) |
Add Google Analytics tracking.
-rw-r--r-- | config.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.toml b/config.toml index db656053d..d95fbf887 100644 --- a/config.toml +++ b/config.toml @@ -61,9 +61,7 @@ anchor = "smart" [services] [services.googleAnalytics] -# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. -# TODO: Add analytics -# id = "UA-00000000-0" +id = "UA-150193582-1" # Everything below this are Site Params |