dillonzq / LoveIt

❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://hugoloveit.com
MIT License
3.38k stars 1.07k forks source link

[FEATURE] Google Analytics v4 #747

Open 2ynhub opened 2 years ago

2ynhub commented 2 years ago

Feature: Google Analytics v4

In the config file, Google Analytics is supported by UA-PROPERTY_ID.^1

# google analytics code [UA-XXXXXXXX-X]
googleAnalytics = ""

However, this function will be going away on July 1, 2023.^2 So, I request Google Analytics v4.^3

jmflaherty commented 2 years ago

@2ynhub , GA v4 is working fine for me.

Do not use the googleAnalytics key at the top level of your config file. It will be ignored.

Use the configuration shown in theme-documentation-basics and add your G-MEASUREMENT_ID.

This config is used in the analytics plugin to enable GA v4 in your site.

Cheers!

cassiofb-dev commented 1 year ago

Thanks, didn't see that 🤦 I'll try now!