plugin-google-gtag - including google-analytics.com #6425
Answered
by
slorber
markharrison
asked this question in
Q&A
-
|
I am using the @docusaurus/plugin-google-gtag ^2.0.0-beta.14 plugin But my deployed HTML contains ... My understanding of using gtag is I dont need the first link /script to www.google-analytics.com ... just the second to www.googletagmanager.com. I assume its the default Google Analytics plugin - can i disable it somehow ? thx |
Beta Was this translation helpful? Give feedback.
Answered by
slorber
Jan 21, 2022
Replies: 1 comment
-
|
As far s I understand it, you need both:
At least it's what I see on the Docusaurus website using GTAg So pre-connecting to both seems useful |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
markharrison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far s I understand it, you need both:
At least it's what I see on the Docusaurus website using GTAg
So pre-connecting to both seems useful