mirror of https://github.com/gohugoio/hugo
18 lines
484 B
Markdown
18 lines
484 B
Markdown
---
|
|
title: GoogleAnalytics
|
|
description: Returns the Google Analytics tracking ID as defined in the site configuration.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
returnType: string
|
|
signatures: [SITE.GoogleAnalytics]
|
|
expiryDate: 2025-10-30 # deprecated 2023-10-30 in v0.120.0
|
|
---
|
|
|
|
{{< deprecated-in 0.120.0 >}}
|
|
Use [`Site.Config.Services.GoogleAnalytics.ID`] instead.
|
|
|
|
[`Site.Config.Services.GoogleAnalytics.ID`]: /methods/site/config/
|
|
{{< /deprecated-in >}}
|