mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 08:38:30 -04:00
Update the GA template usage section
Mostly to remove the async example (not relevant for GA4 which people should be using by now). See https://github.com/gohugoio/hugo/issues/9987
This commit is contained in:
parent
9218ab9937
commit
1cc265d99f
@ -45,20 +45,13 @@ googleAnalytics = "G-MEASUREMENT_ID"
|
||||
|
||||
### Use the Google Analytics Template
|
||||
|
||||
You can then include the Google Analytics internal template:
|
||||
You can then include the Google Analytics internal template in the `<head>` section of your template:
|
||||
|
||||
```
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
```
|
||||
|
||||
When using Google Analytics v4 use `_internal/google_analytics.html`.
|
||||
|
||||
A `.Site.GoogleAnalytics` variable is also exposed from the config.
|
||||
```go-html-template
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{ end }}
|
||||
```
|
||||
|
||||
## Disqus
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user