Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2022-06-09 05:52:23 +0300
committerGitHub <noreply@github.com>2022-06-09 05:52:23 +0300
commit9c8b553e212ce707b41be4768ef1cbe04cc9b527 (patch)
tree87915990b02e4885fe4a8cf6824c34b565d46517
parente43948d26a571869d1a9cb305c1331b0900caa23 (diff)
note that Google UA is deprecatedua-deprecated-note
-rw-r--r--content/en/templates/internal.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/en/templates/internal.md b/content/en/templates/internal.md
index ace21f548..139fa5c40 100644
--- a/content/en/templates/internal.md
+++ b/content/en/templates/internal.md
@@ -4,7 +4,6 @@ linktitle: Internal Templates
description: Hugo ships with a group of boilerplate templates that cover the most common use cases for static websites.
date: 2017-03-06
publishdate: 2017-03-06
-lastmod: 2017-03-06
categories: [templates]
keywords: [internal, analytics,]
menu:
@@ -38,6 +37,8 @@ Provide your tracking id in your configuration file:
googleAnalytics = "UA-PROPERTY_ID"
{{</ code-toggle >}}
+Note: Google have [deprecated Universal Analytics](https://support.google.com/analytics/answer/11583528).
+
**Google Analytics v4 (gtag.js)**
{{< code-toggle file="config" >}}
googleAnalytics = "G-MEASUREMENT_ID"