From ee495b0d321f8e9cb26d12882ea470a000ac0c5b Mon Sep 17 00:00:00 2001 From: Nikita Lanskov <leins275@gmail.com> Date: Sat, 28 Jan 2023 17:31:40 +0000 Subject: [PATCH] Added Yandex Metrika analytics support (#768) --- exampleSite/config.toml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7ef7491..27c99b9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -73,6 +73,10 @@ # [params.googleTagManager] # id = "gid" +# If you want to use Yandex Metrika(https://metrika.yandex.ru) for analytics, add this section +# [params.yandexMetrika] +# id = "gid" + # If you want to use Application Insights(https://azure.com/) for analytics, add this section # [params.applicationInsights] # connectionString = "connectionString" -- Gitblit v1.10.0