mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-20 18:01:36 -04:00
📝 Add GA v4 detail to analytics docs
This commit is contained in:
@@ -27,10 +27,15 @@ To enable Fathom Analytics support, simply provide your Fathom site code in the
|
|||||||
|
|
||||||
Google Analytics support is provided through the internal Hugo partial. Simply provide the `googleAnalytics` key in the `config/_default/config.toml` file and the script will be added automatically.
|
Google Analytics support is provided through the internal Hugo partial. Simply provide the `googleAnalytics` key in the `config/_default/config.toml` file and the script will be added automatically.
|
||||||
|
|
||||||
|
Both version 3 (analytics.js) and version 4 (gtag.js) are supported, based on the configuration value provided:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# config/_default/config.toml
|
# config/_default/config.toml
|
||||||
|
|
||||||
|
# version 3
|
||||||
googleAnalytics = "UA-PROPERTY_ID"
|
googleAnalytics = "UA-PROPERTY_ID"
|
||||||
|
# version 4
|
||||||
|
googleAnalytics = "G-MEASUREMENT_ID"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Custom analytics providers
|
### Custom analytics providers
|
||||||
|
|||||||
Reference in New Issue
Block a user